MorganWilliams Posted December 12, 2022 Share Posted December 12, 2022 I am building a wine store and trying to figure out how to make it so that customers can mix and match bottles and order in minimum purchases of 6 bottles (eg: 6 or 12 or 18 etc). It is not at all economical for wineries to ship odd numbers, especially from regional areas (where most are located). After some more research I have realised that a lot of wineries are using Shopify to do this, hoping I haven't made the wrong platform choice here! Thanks Morgan Link to comment
Solution paul2009 Posted December 13, 2022 Solution Share Posted December 13, 2022 8 hours ago, MorganWilliams said: I am building a wine store and trying to figure out how to make it so that customers can mix and match bottles and order in minimum purchases of 6 bottles (eg: 6 or 12 or 18 etc). There isn’t a built-in feature to do this. You can set a minimum order value but you cannot set a minimum or fixed quantity. It would be possible to write some code to prevent customers reaching the checkout with other quantities but there’s a small problem. We can only do this on the cart page and we cannot enforce what happens next - on the checkout page. This is because code isn’t allowed in the checkout page. Yet, for some strange reason, Squarespace allows customers to amend the quantities (or delete products entirely) on the checkout page where we have no control. This makes it impossible to prevent orders from being received with other quantities. creedon 1 About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment