jaume_teixido Posted December 2, 2011 Share Posted December 2, 2011 Hello all, I really interested in how we can configure our prestashop for that in some products the client can not buy more than one unit for each time he chose the product... the reason is that any unit i must be unique and needs exclusive customization thanks, Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 2, 2011 Share Posted December 2, 2011 Hi jaume, This is not something available by default in PrestaShop, you would need to find an external module in order to accomplish this. -Mike Link to comment Share on other sites More sharing options...
OC2PS Posted December 2, 2011 Share Posted December 2, 2011 What do you sell? Even for items that are customizable, like t-shirts, key-rings, cards, etc, I usually don't see shops having problems selling more than 1 unit of the item... If you want that, the easiest way is to hide the quantity box (on product page) and quantity box as well as inc/dec qty buttons (on cart page) with CSS. It's not a foolproof solution, of course. If the customer hits the add to cart button again on product page, another item will be added, and because you have removed the quantity management from being displayed on cart, the customer wont be able to change quantity back to 1. You can reduce the probability of this happening by directing customer to cart when he clicks Add to cart. But you can't eliminate it 100% Link to comment Share on other sites More sharing options...
Recommended Posts