You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
We have only 1 category, no images shown and have as many items shown per page as possible. We have added a Quantity box next to the item description of each item. We want to be able to select various quanities and make multiple item selections and then hit an Add To Cart button only one time to add all items at once. We now need to add an Add To Cart button at the bottom of the page and make the items go into the cart. Is this possible?
Yes, but you will need to make extensive modifications to the add to cart routine in:
./cgi-bin/library/modules/site_store_cart_contents_add_update.pl
___________________________
Nick Hendler
Webmaster, Kryptronic, Inc.
Offline
OK, how extensive? We do not need to worry about price, quantity on hand, shipping, payments etc. We only need to submit an order to our internal supply person.
We've modified site_store_small_display to show a quantity box and product description only, we now need to add an "Add to Cart" button and then be able to add all items at once.
If this gets too extensive we may have to abandon our plans. We were hoping to make a simple order process and not go through a bunch of hoops to order stuff.
Please let us know what we are looking at and how extensive our modifications might be.
Thanks!!
Very extensive. The first routine in the file will need to be completely re-written to loop through all of the submitted product info to get every add done correctly.
___________________________
Nick Hendler
Webmaster, Kryptronic, Inc.
Offline