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.