Add the add to cart button to New Products on the ZENCART homepage.

Source: Internet
Author: User

Add the add to cart button to New Products on the ZENCART homepage.


Add a ing to the New Products Module

Open the file des \ modules \ new_products.php and search

  1. $ Products_price = zen_get_products_display_price ($ new_products-> fields ['products _ id']);


Add two lines below:

  1. $ Products_desc = substr (strip_tags (trim (zen_get_products_description ($ new_products-> fields ['products _ id'], $ _ SESSION ['AGES _ id']), 0,100 ). '& hellip ;';

  2. $ Buy_now_link = zen_get_buy_now_button ($ new_products-> fields ['products _ id'], '<a href = "'. zen_href_link ($ _ GET ['main _ page'], zen_get_all_get_params (array ('action ')). 'Action = buy_now & products_id = '. $ new_products-> fields ['products _ id']). '"> '. zen_image_button (BUTTON_IMAGE_BUY_NOW, BUTTON_BUY_NOW_ALT ). '<br/> '. '</a> & nbsp; <br /');


The change by volume is $ buy_now_link. Place it where you want it. I add it after $ products_price. $ Products_desc is the product description. You can add it as needed.



This article is from the "e-commerce solutions" blog, please be sure to keep this source http://wmrwx.blog.51cto.com/1418507/1301075

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.