Minimum order amount

Hello guys
How can i set a minimum order amount for check out?

Luis

Did you search the forum for previous posts before posting your question?

Vote for it here.
https://support.wix.com/en/article/request-minimum-maximum-quantity-or-price-requirement-in-your-store

If you look in the related posts box on this very forum post, you will find a workaround that you can use.
https://www.wix.com/corvid/forum/community-discussion/minimum-order-amount-by-code

Hello, I have looked at the previous questions and answers and I see that this is still unsupported. When do you think this could be available.
It would be great to be able to set a minimum order for delivery or Click and collect

This feature is not available yet.
You can vote for it here and get notified once it is released.
https://support.wix.com/en/article/wix-stores-request-minimum-maximum-quantity-or-price-requirement

You can accomplish this with Velo- check out this great example: https://www.wix.com/velo/example/minimum-order-total-for-shipping

In this example, you are triggering a lightbox when total order value is less than our limit. But user can still exit from the lightbox and proceed checkout. We can hide the close icon in lightbox but still if you click on empty area outside the box, it works.

While triggering the lightbox, we can hide the cart section as well to restrict checkout

if (totalOrderValue < minimumOrderValue ) {
wixWindow.openLightbox( “Order_Limit_Alert” );
$w( ‘#shoppingCart1’ ).hide();
}

This works great! However, I noticed a loophole - at the checkout page let’s say the user reduces the quantities or number of products to go below the minimum order. In this case he still can buy even though he is below the minimum sum.

There needs to be a check on the total order value at checkout - has anybody implemented this?

Hi 543 lavender

Just wondering if you found a solution. I’ve followed the above code and have it working to the same point you reached - any further advances?

And, I stretched the light box out to be a full page which resolves the issue of anyone clicking outside of the Lightbox which gives them access to the checkout before ordering the MOQ. I’m stuck at the same place you were. Someone reaches the MOQ, accesses the checkout page then can change quantities.

Unfortunately not :frowning: it does not appear to be a way to target the checkout button. I also contacted wix and they said it is not possible

Actually I found out that BrainQuest consultancy could help

Hey, I found- you can check with Brainquest consultancy