View Single Post
  #2  
Old 06-26-2008, 12:42 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: "Add to Cart" button for Related Products

Quote:
Originally Posted by tqualizerman
Has anyone successfully implemented an 'Add to Cart' button to the Related Products/Upselling module?

You can use the following code (in the file "Related Products/Upselling_Products/related_products.tpl" .

PHP Code:
{include  file="buttons/button.tpl" button_title="Add to Cart" href="cart.php?mode=add&productid=`$product_links[cat_num].productid`&amount=1"  style="button"
Reply With Quote