X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   "Add to Cart" button for Related Products (https://forum.x-cart.com/showthread.php?t=40618)

tqualizerman 06-19-2008 10:09 AM

"Add to Cart" button for Related Products
 
Has anyone successfully implemented an 'Add to Cart' button to the Related Products/Upselling module?

Yurij 06-26-2008 12:42 AM

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"


TanyaG 04-23-2009 07:49 AM

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

Originally Posted by Yurij
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"



Hi Yurij, thanks so much for a code. Only one thing, I have disabled ⌠redirect to cart■ and by adding related product it sends me to home page. Do you know how it can be fixed?

Many thanks, Tanya

lash 11-02-2009 09:45 PM

Re: "Add to Cart" button for Related Products
 
Bump. I would like to know this as well

Royt 02-22-2012 09:10 AM

Re: "Add to Cart" button for Related Products
 
What is the code for 4.4.4 and 4.4.5 to place the "add to cart" button onrelated products.
Regards
Roy

philrisk 08-16-2012 02:24 AM

Re: "Add to Cart" button for Related Products
 
I can get this to work as link in 4.5.1 but I need to know how to activate the add-to-cart popup.

<a href="cart.php?mode=add&productid={$product.produc tid}&amount=1">Add to Cart</a>

Anyone got any ideas?


All times are GMT -8. The time now is 06:54 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.