Jump to content
  • Setting Shipping Costs

       (0 reviews)

    Darth Moxy

    You can handle removing shipping cost based on the price of the order by using an "if" statement in your shipping formula. So say you want to charge $20 for shipping but if the order price is over $500, then shipping is free, then you'd write a formula like this:  price > 500 ? 0 : 20(this reads as "if price is great than 500 then shipping cost is $0, otherwise it's $20")

    image.thumb.png.7f7cd2c758d581bf2ac45953a8a9a782.png


    User Feedback

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.
    Note: Your post will require moderator approval before it will be visible.

    Guest

×
×
  • Create New...

Important Information

Terms and conditions of this site