VignobleDamanieu 0 Posted April 20, 2014 Hello, We are a vineyard in France using osCommerce to offer online sales of our wines. We want to be able to show the price per bottle on the catalogue page but restrict customers to ordering by cartons of 6 bottles. I have searched the addons but cannot find a suitable one. Anyone any ideas? Share this post Link to post Share on other sites
greasemonkey 190 Posted April 21, 2014 I've not used this addon, however you could try this; http://addons.oscommerce.com/info/2982 Found via google; oscommerce minimum purchase per product Good luck. Share this post Link to post Share on other sites
Mort-lemur 178 Posted April 21, 2014 Take a look at what Im trying to achieve here: http://forums.oscommerce.com/topic/396704-master-products-but-different/ Its almost finished, just a couple of loose ends to tidy.... Now running on a fully modded, Mobile Friendly 2.3.4 Store with the Excellent MTS installed - See my profile for the mods installed ..... So much thanks for all the help given along the way by forum members. Share this post Link to post Share on other sites
VignobleDamanieu 0 Posted April 22, 2014 @@greasemonkey: Thanks for the suggestion. The problem is that this only solves the problem of having a minimum order of 6 bottles but does not restrict to the purchase by multiples of 6. @@Mort-lemur: I had a look at your project. It is impressive but depasses my technical level at this time! I will continue to have a look further to figure out how it would apply to our site. Thanks. Share this post Link to post Share on other sites
greasemonkey 190 Posted April 22, 2014 @@VignobleDamanieu you could always hire one of the great programmers on this forum... What you are looking for could easily be done... I believe the process is to open a thread here; http://forums.oscommerce.com/forum/79-commercial-support-enquiries/ Share this post Link to post Share on other sites
♥bruyndoncx 260 Posted April 22, 2014 I just posted some code in http://forums.oscommerce.com/topic/396704-master-products-but-different/ to enforce the packign unit on the shopping cart page. you just need to set VPE = 6 on the product info page you create a dropdown to select the number of boxes with 6 bottles. if you don't have a buy now button on your listings, that are the only 2 places to modify KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt Share this post Link to post Share on other sites
♥bruyndoncx 260 Posted April 23, 2014 ja, allebei gelijk it just depends on how you want it to show on the page. with attributes it is a little setup to do for each product, but it gives you another possibility should you want to have e.g. in a special giftbox at a different rate KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt Share this post Link to post Share on other sites