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 (https://forum.x-cart.com/showthread.php?t=65481)

Johnwiggity 11-26-2012 12:59 PM

Add to Cart Button
 
I was wondering if it would be possible to put Add to Cart buttons on the Review pages that are generated by the Advanced Customer Reviews Module.

I would want them on this page. Dynamically created of course.

https://www.learningguitarnow.com/store/reviews.php?productid=15

Thanks,

John

totaltec 11-27-2012 11:45 AM

Re: Add to Cart Button
 
Try editing: /common_files/modules/Advanced_Customer_Reviews/product_info.tpl

Add this code for a simple link that you can style however you like:
Code:

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

Johnwiggity 11-27-2012 01:42 PM

Re: Add to Cart Button
 
Thanks, I'll give it a shot.

John


All times are GMT -8. The time now is 06:52 PM.

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