Shipping discount
Quick start template - Discounted shipping for customers
Last updated
Quick start template - Discounted shipping for customers
Last updated
Easily build shipping discount campaigns like free shipping over a holiday period or 50% off shipping when ordering two or more items. Function Junction applies shipping discounts right into the checkout. Ideal for shoppers that use the Buy Now feature in Shopify.
In this example function, the customer can qualify for free shipping if their cart subtotal is over $100 or if they have five or more items in the cart.
At checkout, the customer will see their shipping discount and custom message:
Function Junction applies shipping discounts right into the checkout.
In this example, there are two trigger conditions. We've used the OR statement to allow any of the two conditions to execute the trigger. When the cart has items that qualify, the action is executed. In the action, we simply apply a total shipping discount based on percentage:
Start by choosing the Product discount template from the Home screen:
Or, from the Templates folder:
Name your shipping discount campaign. The name will help you identify the campaign in your main list of functions. You can easily toggle campaigns on and off from there.
With Function Junction, you can build custom triggers to activate your function. Use the dropdown options to build the trigger requirement.
In the free shipping over $100 example, we've used two conditions:
The cart subtotal needs to be $100 or more.
Or, if there are five items or more in the cart (is greater than four).
Function Junction will perform an action based on the trigger requirement. Customize the campaign's reward or action here.
In this example, the customer is rewarded with a 100% discount on shipping when any of the trigger requirements are reached:
Use the Add a Condition option to customize further with rate name, rate method or rate price:
Add an optional message about your campaign in the Offer message box:
The Offer message will appear in the checkout under subtotal:
After saving the function, you can return to the main Functions screen to activate and test the function.
Use the Publish toggle to activate your function or to turn off and use at a later time: