WebsiteBaker Support (2.8.x) > Bakery Shop
Maximum order quantity
Erwinvb:
Dear Bakeryspecialists.. .
Is it possible to limit the orderquantity for one item to just 1.
Thanks in advance
freeSbee:
Hi Erwinvb
Are you talking about all shop products or just one (or a few) specific product(s)?
Regards Christoph
Erwinvb:
Hi Christoph,
We have a graphic design webshop and some of our "products" als just extra services which can be added to a choosen product.
This will only comply to a few of our products.
Regards Erwin
freeSbee:
Hi Erwinvb
If your extra services have their own module Bakery page you could edit the corresponding page template. Replace the text input field by a hidden input field. Eg.
Replace
--- Code: ---<input type="text" name="item[ITEM_ID]" class="mod_bakery_item_input_f" value="1" size="2" />
--- End code ---
by
--- Code: ---<input type="hidden" name="item[ITEM_ID]" class="mod_bakery_item_input_f" value="1" size="2" />
--- End code ---
Regards Christoph
Erwinvb:
Sorry I don't follow,
We created this service as a product, just like all the other products in the shop.
How do you create an "own page" for that product? (or where can I read about how to)
Thanks for your patients :wink:
Navigation
[0] Message Index
[#] Next page
Go to full version