Is it possible to have an add to cart button beside each product and then also have the Single add to cart button on a page ??
Announcement
Collapse
No announcement yet.
Add To cart Button
Collapse
X
-
This is quite tricky.
When you use Single Add to Cart, all your products reside within one big form and each has the quantity set to 0.
When you use individual cart buttons, each product lives within it's own form and has a quantity usually set to 1.
To combine the two would need a home brewed Add to Cart button that fires off some JavaScript code that would collect all the options and prompt inputs for that product and submit it to the cart via an URL. A lot of tricky work!
So the answer is probably "no - unless you're prepared for a lot of tinkering".Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment