I’d like to display a bunch of related items on one page
Each item would have its own quantity box, options, etc
However, you could enter quantity numbers in each item but then click just one Add to Cart button and this would add all those items to the cart with one click.
Makes things convenient
Can CS-Cart do this?
Look up Product Configurator or Buy Together features in the documentation.
[URL]CS-Cart Documentation — CS-Cart 4.15.x documentation
Although, pretty sure they can not have individual quantity boxes without modifying the code.
If you are using 1.35 SP4 it can do what you want, but for some reason it was removed in the 2.0x versions.
You can vote to add this feature in the Ideas forum:
[url]http://cscart.uservoice.com/forums/40782-general/suggestions/575289-add-multiple-products-to-the-cart-with-one-add-to[/url]
Bob
Vote’s in!
Thanks
Yes, it can be done but with PHP.
Since this isn’t out yet for 2.0, can you give some details on how to approach it in php? For instance, which files would I modify if I wanted to do it myself?
Thanks in advance!