Limit Order Quantities Per Product Per Month?

clbarlow
Shopify Partner
1 0 1

Hi all,

 

I've been searching for awhile, and I haven't had a lot of luck.  I am looking for a way to add a maximum order limit by product and to enforce that limit on a monthly basis.  For example, I would like to limit product A to 10 per customer, per month.  So if a customer orders 10 of product A within a month, they will be unable to place an order for that product until a new month starts over.

 

I thought I found something with Limits by Limitsify, but the by day/week/month functionality is currently not working.

 

Does anyone have any ideas?

Replies 5 (5)
StoneDigital
Shopify Partner
66 1 12

Hi clbarlow, 

I'd be happy to take a look at your site and see if I can help. I think using the Customer object would provide the necessary functionality you're after (https://help.shopify.com/en/themes/liquid/objects/customer).

I've worked on quite a few high-profile Shopify sites and feel I'd be able to tackle this problem.

 

Feel free to contact me at: hello@stonedigital.com.au

 

Anyway, let me know your thoughts. Would be happy to discuss further over Skype or Zoom when you have time.

 

Cheers,

Stone Digital

Was my answer helpful? Be sure to give it a "Like" and mark it as the solution - this way others can find it easily.
- Need help with a Shopify build or custom solution? Feel free to get in touch via hello@stonedigital.com.au !
- Did my reply help solve your problem? The above email is my Paypal too ʘ‿ʘ
Pavvel
Tourist
5 0 1

Hello, @clbarlow have you found anything interesting to meet this requirement?

I am looking to restrict customers to make a few orders per six months period.

 

Cheers

adnanakram
Excursionist
18 3 1

Hi @Pavvel 

I have previously worked on a custom app to limit the quantity of a product purchased weekly/monthly. Let me know if you need help with this 

 

If helpful then please Like and Accept Solution
Pavvel
Tourist
5 0 1

Hi @adnanakram, yes please I got some basic knowledge of programming but not in this codding language.

I am able to edit some of the code Shopify has on there. 

Appreciated your help.

adnanakram
Excursionist
18 3 1

@Pavvel if you want to fix quantity on order bases then it can be done by using JS on the product bases. but if you want to check place orders first before showing add to cart button to the user then it can be done using APP, you can reach me on adnan.akram@alpharages.com if you want to discuss this privately or if you want this on the forum then it's fine too.

If helpful then please Like and Accept Solution