top of page
Minimum Order Total for Shipping

Minimum Order Total for Shipping

Notify customers when they don’t reach the minimum total for shipping

Intermediate.png

Beginner

4K

Published:

August 19, 2020

Girl Enjoying her Drink

by

Anchor 1
Hire a Developer

Example Description

In this example, we inform customers when their order total is under a set minimum amount required for shipping. Customers can choose to continue shopping to reach the shipping minimum, or pick up their order without reaching the minimum amount.

Example Code

Tab 1

.

Tab 2

.

Tab 3

.

This code solution can be complicated.

How We Built It

 

Lightbox


We added a “Minimum Order Notification” lightbox to our site with the following elements:

  • Text: Displays a message informing the site visitor that they didn’t reach the minimum total amount required for shipping.

  • ‘Continue Shopping’ button: Navigates to the Shop All page so that site visitors can add more items to their cart and reach the minimum order total.

  • ‘I'll Pick Up’ button: Closes the lightbox. Site visitors who want to pick up their order can checkout without reaching the amount required for shipping.

 

Code


We added the following code to our site:

  • cart.jsw backend file: Gets information about the current cart.

  • Cart page: Gets information about the current cart from the backend and compares the cart subtotal to the set minimum order amount. If the cart subtotal is less than the minimum amount, open the ‘Minimum Order Notification’ lightbox.

APIs We Used

Non-code example.

Non-code example.

Related Articles

Article Link

Hire a Developer

Velo solutions are powerful tools, but building them on your own can be challenging. Let an experienced Velo development shop build it for you, so you can keep working on your site or business.

Related Examples

Did this help?

Yes

|

No

Thanks for your feedback!

Add to Cart Gallery

Add to Cart Gallery

Let customers add products to their cart—right from your product gallery.

Intermediate.png

Advanced

Bulk Add to Cart

Bulk Add to Cart

Let customers add multiple items to their cart—all at once.

Intermediate.png

Advanced

Upsell Products

Upsell Products

Promote products based on items in your cart

Intermediate.png

Intermediate

Anchor 2
bottom of page