View Single Post
  #6  
Old 06-20-2008, 12:18 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Short description for Product Recommends

Quote:
Originally Posted by tqualizerman
Awesome, that worked flawlessly.

Another question I had was along the same lines and probably requires a similar edit (I think.)

Would it be possible to add an 'add to cart' button into the Upselling/Related products module?

Add the following line for every products in the file "skin1/modules/Upselling_Products/related_products.tpl"


PHP Code:
<a href="cart.php?mode=add&productid={$product_links[cat_num].productid}&amount=1">Add to cart</a

Instead of text "Add to cart", you can use image or button.
Reply With Quote