Cap Shopping Cart

Hey,

I am building an e-commerce store for a client. They would like to cap any person buying 1,000 of any one item - they want them to get in touch for bulk orders above 1,000.

Is there a way to do this with coding?

Thanks :slight_smile:

Hi,
there are multiple ways to achieve this:
Get the orders total .
Get the user’s cart .

You can run one of the above functions with one of the events listed here . Get the number of products and perform a certain action if it’s more then 1000.