Spend more for free shipping

hi, my website offers free shipping over X $
does anyone happen to know how i can add wording to my cart that says “spend X more for free shipping?”
do i need an app for that?

thanks

You do not need any external app or code to achieve this now, thanks to the new Wix Functions.

Wix Functions is not yet available to all users.

All you need to do is follow these steps:

  1. From your site dashboard under Automations, navigate to Functions.
  2. Click on Start Now.
  3. Create a Checout validation function.
  4. Use the General Warning template.
  5. Now once the function is created, click on the Display Validation Warning block.
  6. Edit the warning / error message to your liking, i.e. Spend upto X to for free shipping.
  7. Click on Apply and then Activate the function.

And there you have it, users will now see this message at all times in their cart.

Note that this message will be displayed at ALL TIMES, i.e. even when the user’s cart total is eligible for free shipping. In this case if you wish to not display the message, you will need to build the function logic accordingly.

hi thanks
i was looking for a more customized message like only x left for free shipping (and have it update as the customer hopefully adds more to his cart)

In that case, you will have to use the Ecom Validations Service Plugin and write custom code that will fetch the cart total and display the message with a dynamic value.

More on Service Plugins and examples here: