Free shipping to VIP customers
Learn about the quick start template for giving free shipping based on VIP customer tag.
You can use a template to create a free shipping discount for customers with a VIP customer tag.
In this section
Free shipping to VIP customers example
In this example function, the logged-in customer with a VIP tag receives a free shipping discount even for small orders.
The result:
The VIP customer gets a free shipping message at checkout.
The function trigger
For the trigger, there is one condition. If the customer has been tagged as VIP
, then the free shipping discount is applied at checkout.
Setting up a VIP customer discount
Step 1 of 4: Campaign name
From the Function Junction dashboard, under Quick start templates, click VIP Free Shipping.
Under Function name, give your discount a unique name so you can identify it later.
Step 2 of 4: Function trigger
In this example, the customer needs to be logged into their account and have a VIP tag in order to qualify for the free shipping discount.
Set up the condition that customers need to meet to get the discount. In this example, the function needs one condition:
If
customer tags
is any
VIP
Click Next.
Step 3 of 4: Function action
Set up the action (the discount) that is taken when the conditions you set are met. In this example, the customer is rewarded with free shipping if they are tagged with VIP:
then
percentage total discount
is
100
Step 4 of 4: Discount details
Under Discount type, select if you want the discount to be Automatic or With Discount Code. In this example, the discount applies automatically.
Automatic: Under Discount message, if you select Yes, then enter the discount message in the field provided below.
With Discount Code: Enter the discount code that you want customers to enter at checkout.
Under Combinations, if you want this discount to be combined with other discounts, then click Yes, and check which types of discounts that you want it to be combinable with.
When you're done, click Publish.
When your discount is published, if you want to advertise it, then you can publish a widget to your store.
Last updated