Hi,
We are trying to implement buy buttons on our "Shopping Cart" page for items in the Also Bought list, which we have now got working very well but with only one large problem, when you click the buy button you are jumped back to the relevant product page for that item instead of staying on the "Shopping Cart" page.
I believe this is because all our actual product pages are setup in the shopping mode of "Quantity on Product Page", if we change the shopping mode to "Quantity in Shopping cart" it works fine when using the buy buttons in the "shopping Cart" page but spoils the functionality of the rest of the site.
Is there anyway around this so that we can make our buy buttons in the "Shopping Cart" take customers back to the "shopping Cart" instead of the product pages but keep our product pages as "Qty on Product Page" ?
We are using this code for the add to Cart buttons:
Thanks
Peter
We are trying to implement buy buttons on our "Shopping Cart" page for items in the Also Bought list, which we have now got working very well but with only one large problem, when you click the buy button you are jumped back to the relevant product page for that item instead of staying on the "Shopping Cart" page.
I believe this is because all our actual product pages are setup in the shopping mode of "Quantity on Product Page", if we change the shopping mode to "Quantity in Shopping cart" it works fine when using the buy buttons in the "shopping Cart" page but spoils the functionality of the rest of the site.
Is there anyway around this so that we can make our buy buttons in the "Shopping Cart" take customers back to the "shopping Cart" instead of the product pages but keep our product pages as "Qty on Product Page" ?
We are using this code for the add to Cart buttons:
Code:
http://your.URL/cgi-bin/ca000001.pl?SID=3&PAGE=PRODUCT&Q_7=5
Peter