Learn how to configure shipping discounts based on Customer Groups and manage concurrent promotions.
After completing this page, you should be able to:
- Analyze shipping discount scenarios to determine effective application strategies.
- Implement shipping discounts in the Merchant Center using the Free above and Cart Discount approaches.
In the previous scenario, we explored how GreenLeaf Furnishings offered free shipping to customers based on their total cart value. Let’s look at two more complicated scenarios and how we can approach them.
Scenario 2: Offer free shipping based on Cart total value and Customer Group
GreenLeaf Furnishings is launching their loyalty program; the Eco Club. To differentiate their Eco Club members, GreenLeaf would like to offer their Eco Club members lower thresholds on their free shipping. Eco Club members using Standard Shipping are offered free shipping on Carts above $85 (instead of $100). The normal shipping price is $20.
Similar to the previous topic, we will explore how to implement the new shipping discount requirements using the Free Above and Cart Discount targeting shipping options.
Use Free Above
eco-club
.- In the Merchant Center, navigate to Project Settings > Shipping methods.
- Click Add shipping method to create a new Shipping Method.
- For Shipping method name, enter
Standard Delivery - Eco (US)
. - Assign a Tax category relevant to your products and regions.
- Add a Zone that defines where this method applies. For example: United States (US).
- Set the fixed shipping rate to $20.
- Set the Free above value to $85.
- Under Predicate, choose Apply to specific carts and set the predicate condition to Customer Group Key (Single) is
eco-club
. - Click Create shipping method to save your changes.
eco-club
Customer Group and their delivery address is in the United States. The shipping cost will be calculated based on the Shipping Method selected by the customer and the total Cart value:- If Standard Delivery is selected, the customer is in the
eco-club
Customer Group, and the Cart total is below $85, the shipping cost will be $20. - If Standard Delivery is selected, the customer is in the
eco-club
Customer Group, and the Cart total is above $85, the shipping cost will be $0.
Use Cart Discounts
-
From the Merchant Center main menu, navigate to Discounts > Cart discount list.
-
Click Add cart discount to add a new Cart Discount:
-
For Cart discount name, enter Free Standard Shipping Discount - Eco Club.
-
Provide a Rank (sortOrder) value.For more information on how to choose a rank (sortOrder) value, see Rank Discounts and Ranking and stacking.
-
-
Within the Apply these discount effects section of the page, choose Shipping.
-
For Discount Type, select Percentage off.
-
Set the Discount value to 100.
-
Within the Under these cart conditions section of the page, choose apply to specific carts.
-
Set the predicate condition: Cart Total is equal to or greater than 85.00 USD.
-
Click + AND condition and add Customer Group Key (Single) is eco-club to target this discount only to customers within the
eco-club
Customer Group. -
Click + AND condition and add Shipping Method Name is Standard Delivery - Eco (US) to target this discount only to eco-club customers using the standard shipping.
-
Click Save.
-
Switch the activation toggle to activate the discount.
eco-club
Customer Group.Scenario 3: Offer free shipping discount with other Cart Discounts
Let’s look now at how GreenLeaf Furnishings might handle discounting shipping on Black Friday, their busiest shopping day of the year. They want to implement the following Black Friday promotion:
- Offer a 35% discount on carts over $300.
- Applies only when the cart includes their signature cabinets made from reclaimed wood.
GreenLeaf Furnishings decide to implement this discount using a Cart Discount, with the following requirements:
- The discount applies to the entire Cart value.
- The cart must meet both conditions:
- Contains one or more Product Variants from the Eco-Friendly Cabinets category.
- Has a total value of $300 or more.
- Discount is only valid on Black Friday.
- If the Black Friday discount is applied, no further discounts will be allowed.
When implementing these requirements, the team needs to be mindful of other discounts running concurrently, such as the Winter Discount, which is offering 10% off in the months of November to February.
Discount Name | Target | Rank | Stop After This Discount |
---|---|---|---|
Black Friday 30% on select items | Total Price | 0.6001 | Yes |
Winter 10% off | Total Price | 0.4001 | No |
Similar to the previous scenarios, let’s explore how GreenLeaf Furnishings can achieve their requirements using Free above and Cart Discount targeted at shipping costs.
Use Free above
Since the Free above value specified on Shipping Methods applies on the Cart total after discounts, it is not affected by the Cart Discount rank or stacking mode. The Shipping Method created in the previous scenario would correctly apply GreenLeaf Furnishing's new requirements.
Use Cart Discounts
When offering free shipping using Cart Discounts, it is important to evaluate the entire Cart Discount list. Let’s expand the Cart Discount list to include the Free Standard shipping discounts for regular customers and Eco Club members.
Discount Name | Target | Rank | Stop After This Discount |
---|---|---|---|
Black Friday 30% on select Items | Total Price | 0.6001 | Yes |
Winter 10% off | Total Price | 0.4001 | No |
Free Standard Shipping Discount | Shipping | 0.3001 | No |
Free Standard Shipping Discount - Eco Club | Shipping | 0.3003 | No |
GreenLeaf Furnishings used a lower Rank (sortOrder) for shipping discounts in order for the shipping discount to be applied on the Cart total after all discounts. However, this presents an issue after adding the limited time Black Friday discount.
Let’s look at the solution GreenLeaf Furnishings is considering to fix this issue and achieve their discount and free shipping requirements.
Solution
GreenLeaf created two new Cart Discounts to allow free shipping during Black Friday. These discounts are only valid during Black Friday, with a Rank (sortOrder) that is below the Black Friday discount, but above the Winter 10% off discount.
Discount Name | Target | Rank | Stop After This Discount |
---|---|---|---|
Black Friday 30% on select Items | Total Price | 0.6001 | No |
Black Friday Free Standard Shipping | Shipping | 0.5999 | Yes |
Black Friday Free Standard Shipping - Eco Club | Shipping | 0.5997 | Yes |
Winter 10% off | Total Price | 0.4001 | No |
Free Standard Shipping Discount | Shipping | 0.3001 | No |
Free Standard Shipping Discount - Eco Club | Shipping | 0.3003 | No |
With this approach, GreenLeaf Furnishings can achieve their requirements during Black Friday and would resume their normal discount approach after Black Friday, without needing to make further changes.
- From the Merchant Center main menu, navigate to Discounts > Cart discount list.
- In the Cart Discounts table, click the Black Friday 30% on select items to open the discount details.
- Click the duplicate Cart Discount icon.
- Update the Cart discount name to
Black Friday Free Standard Shipping
. - Update the Cart discount description as needed.
- Update the Rank (sortOrder) to 0.5999.
- Under Stacking options, check the Do not apply any further cart discounts after this one option.
- Under the Apply these discount effects section of the page, choose Shipping.
- Set Discount type to Percentage off and Discount value to 100.
- Choose Cart Total is equal to or greater than 100.00 USD as the predicate condition.
- Click + AND condition to add another condition.
- Choose Shipping Method Name is Standard Delivery (US) as the predicate condition.
- Click Save.
Black Friday Free Standard Shipping - Eco Club
discount, adjusting the Cart total predicate to 85.00 USD and adding the customer group in the predicates.