SlideShare a Scribd company logo
1 of 31
10 PRACTICAL EXAMPES OF
MAGENTO SHOPPING CART PRICE RULES
Real examples of Magento shopping cart price rules
Do you know that Magento has great build-in functionality of Shopping cart price
rules?
Are you sure that you know how to use them and how to create proper rules?
Glad you’ve asked! We are here to help you!
We have made a selection of the most useful Magento shopping cart price rules
that you can simply reuse for your store.
10 practical examples of Magento shopping cart
rules:
1) Get $50 off with Paypal Express Checkout payment method for orders over $200
2) Get 10% off an item of $500 or greater with coupon code
3) Get 10% off an item of $500 or greater rule
4) Free shipping on products of specific categories
5) Buy one, get one free
10 practical examples of Magento shopping cart
rules:
6) Buy three, get one free
7) 20% off first order, with coupon code
8) $10 off products of a certain colour
9) Get $5 off your purchase of $50 or more
10) Free Shipping for Any Order, With coupon code
1) GET $50 OFF WITH PAYPAL EXPRESS CHECKOUT
FOR ORDERS OVER $200
CONDITIONS:
In this example, we want the rule to apply if the order subtotal was greater than
$200 and the customer is paying through PayPal Express Checkout. If ALL of
these conditions are TRUE:
• Subtotal equals or greater than 200
• Payment Method is PayPal Express Checkout
1) GET $50 OFF WITH PAYPAL EXPRESS CHECKOUT
FOR ORDERS OVER $200
(OPTIONAL) Set the “Stop Further Rules Processing” dropdown select to “Yes” to
prevent multiple discounts from being applied to the same purchase
1) GET $50 OFF WITH PAYPAL EXPRESS CHECKOUT
FOR ORDERS OVER $200
ACTIONS:
With this example, the actions are configured similarly to the $5 off UPS example
earlier:
• Set the “Apply” dropdown select to “Fixed amount discount for whole cart”
• Set the “Discount Amount” text field to “50″
1) GET $50 OFF WITH PAYPAL EXPRESS CHECKOUT
FOR ORDERS OVER $200
2) GET 10% OFF AN ITEM OF $500 OR GREATER -
coupon
Under “General Information” on the “Rule Information” tab, set the “Coupon”
dropdown select to “Specific Coupon” and create a “Coupon Code” of “10OFF”.
You can also limit the qty of uses of coupon per Customer by setting 1 into related
field.
2) GET 10% OFF AN ITEM OF $500 OR GREATER -
coupon
CONDITIONS:
In this example, we want the coupon code to apply only when there is an item
priced at $500 minimum present within the cart. If ALL of these conditions are
TRUE :
• If an item is FOUND in the cart with ALL of these conditions true:
• Price in cart equals or greater than 500
2) GET 10% OFF AN ITEM OF $500 OR GREATER -
coupon
3) GET 10% OFF AN ITEM OF $500 OR GREATER - rule
ACTIONS:
• Set “Apply” to “Percent of product price discount”
• Set “Discount Amount” to “10″
Further, we can apply the discount only to the items that trigger the rule instead of
for the entire cart. To do this, apply the rule only to cart items matching the
following conditions:
If ALL of these conditions are TRUE :
• Price in cart equals or greater than 500
4) FREE SHIPPING ON PRODUCTS OF SPECIFIC
CATEGORIES
CONDITIONS:
If ALL of these conditions are TRUE :
• If an item is FOUND in the cart with ALL of these conditions true:
• Category is one of [comma,delimited,list,of,category,IDs]
ACTIONS:
• Set “Apply” to “Percent of
product price discount”
• Set “Discount Amount” to “0″
• Set “Free Shipping” to “For
shipment with matching
items”
4) FREE SHIPPING ON PRODUCTS OF SPECIFIC
CATEGORIES
5) BUY ONE, GET ONE FREE
CONDITIONS:
For this example, leave this tab blank to apply the rule to all products
ACTIONS:
In this example, we want to set up a shopping cart price rule for a “Buy One, Get
One Free” promotion. In this scenario, the “Discount Amount” now represents the
quantity the customer will receive for free. The “Discount Quantity Step” field
represents the quantity that the customer must purchase to qualify for the discount.
5) BUY ONE, GET ONE FREE
Set “Apply” to “Buy X get Y free
(discount amount is Y)
• Set “Discount Amount” to “1″
• (OPTIONAL) Set “Maximum Qty
Discount is Applied To” to “1″
• to limit the number of discounts
that can be applied when condition
is met
• Set “Discount Qty Step (Buy X)” to
“1″
5) BUY ONE, GET ONE FREE
5) BUY ONE, GET ONE FREE
In addition, we want to explicitly apply the rule only to products belonging to
certain categories (shoes, for example)
Apply the rule only to cart items matching the following conditions… If ALL of
these conditions are TRUE :
• Category is one of [comma,delimited,list,of,category,IDs]
6) BUY THREE GET ONE FREE
This example is a reworking of the “Buy 1 get 1 free” rule we explored earlier.
Magento will display the discount in the order totals area independent of line item.
CONDITIONS:
For this example, leave this tab blank to apply the rule to all products
ACTIONS:
In this example, we want the customer to purchase two of an item before
qualifying for the third, which is free on a discount.
• Set “Apply” to “Buy X get Y free (discount amount is Y)”
• Set “Discount Amount” to “1″
• (OPTIONAL) Set “Maximum Qty Discount is Applied To” to “1″ to limit the
number of discounts that can be applied when condition is met
• Set “Discount Qty Step (Buy X)” to “2″
6) BUY THREE GET ONE FREE
Apply the rule only to cart items
matching the following
conditions…
If ALL of these conditions are
TRUE : Category is [categoryID]
6) BUY THREE GET ONE FREE
7) 20% OFF FIRST ORDER, WITH COUPON CODE
Lets use a specific coupon code for this
rule. Under “General Information” on the
“Rule Information” tab, set the “Coupon”
dropdown select to “Specific Coupon” and
create a “Coupon Code” of “First_order”.
Lets also enforce a usage limit for the
coupon, by setting the “Uses per
Customer” field to “1″
CONDITIONS:
For this example, leave this tab
blank to apply the rule to all
products
ACTIONS:
• Set “Apply” to “Percent of
product price discount”
• Set “Discount Amount” to “20″
7) 20% OFF FIRST ORDER, WITH COUPON CODE
8) $10 OFF PRODUCTS OF A CERTAIN COLOUR
In this example, we are discounting pink products for a Saint Valentine’s Day sale.
First, ensure that your `color` attribute is set to display in promotional rules. To
enable this, navigate to Catalog > Attributes > Manage Attributes. Here, select
the attribute (likely named “Color”) and set “Use for promo rule conditions” to yes,
if not already set as such, and then save the attribute to proceed.
CONDITIONS:
For this example, leave this tab blank to apply the rule to all products
ACTIONS:
• Set “Apply” to “Fixed amount
discount”
• Set “Discount Amount” to “10″
Apply the rule only to cart items
matching the following conditions…
If ALL of these conditions are TRUE :
Color is [color option value selected
from dropdown menu; e.g., pink]
8) $10 OFF PRODUCTS OF A CERTAIN COLOUR
9) GET $5 OFF YOUR PURCHASE OF $50 OR MORE
CONDITIONS:
If ALL of these conditions are TRUE :
• Subtotal equals or greater than 50
ACTIONS:
• Set the “Apply” dropdown select to “Fixed
amount discount for whole cart”
• Set the “Discount Amount” text field to “5″
10) FREE SHIPPING FOR ANY ORDER, WITH COUPON
CODE
First, let us use a specific coupon code for this rule. Under “General Information”
on the “Rule Information” tab, set the “Coupon” dropdown select to “Specific
Coupon” and create a “Coupon Code” of “FREESHIP”.
CONDITIONS:
For this example, leave this tab blank to apply the rule to all products
ACTIONS:
In this example, we want free shipping to apply to all orders of any amount
• Set “Apply” to “Percent of product price discount”
• Set “Discount Amount” to “0″
• Set “Apply to Shipping Amount” to “Yes
• Set “Free Shipping” to “For shipment with matching items”
10) FREE SHIPPING FOR ANY ORDER, WITH COUPON
CODE
10) FREE SHIPPING FOR ANY ORDER, WITH COUPON
CODE
NEED HELP?
We know all about Magento!!!
HIRE US!
START@OPSWAY.COM
CHECK THIS AND OTHER MAGENTO TIPS ON
HTTP://MAGETIPS.COM

More Related Content

Recently uploaded

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 

Recently uploaded (20)

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 

Featured

PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...DevGAMM Conference
 

Featured (20)

Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
 

10 practical examples of Magento shopping cart price rules

  • 1. 10 PRACTICAL EXAMPES OF MAGENTO SHOPPING CART PRICE RULES
  • 2. Real examples of Magento shopping cart price rules Do you know that Magento has great build-in functionality of Shopping cart price rules? Are you sure that you know how to use them and how to create proper rules? Glad you’ve asked! We are here to help you! We have made a selection of the most useful Magento shopping cart price rules that you can simply reuse for your store.
  • 3. 10 practical examples of Magento shopping cart rules: 1) Get $50 off with Paypal Express Checkout payment method for orders over $200 2) Get 10% off an item of $500 or greater with coupon code 3) Get 10% off an item of $500 or greater rule 4) Free shipping on products of specific categories 5) Buy one, get one free
  • 4. 10 practical examples of Magento shopping cart rules: 6) Buy three, get one free 7) 20% off first order, with coupon code 8) $10 off products of a certain colour 9) Get $5 off your purchase of $50 or more 10) Free Shipping for Any Order, With coupon code
  • 5. 1) GET $50 OFF WITH PAYPAL EXPRESS CHECKOUT FOR ORDERS OVER $200 CONDITIONS: In this example, we want the rule to apply if the order subtotal was greater than $200 and the customer is paying through PayPal Express Checkout. If ALL of these conditions are TRUE: • Subtotal equals or greater than 200 • Payment Method is PayPal Express Checkout
  • 6. 1) GET $50 OFF WITH PAYPAL EXPRESS CHECKOUT FOR ORDERS OVER $200 (OPTIONAL) Set the “Stop Further Rules Processing” dropdown select to “Yes” to prevent multiple discounts from being applied to the same purchase
  • 7. 1) GET $50 OFF WITH PAYPAL EXPRESS CHECKOUT FOR ORDERS OVER $200 ACTIONS: With this example, the actions are configured similarly to the $5 off UPS example earlier: • Set the “Apply” dropdown select to “Fixed amount discount for whole cart” • Set the “Discount Amount” text field to “50″
  • 8. 1) GET $50 OFF WITH PAYPAL EXPRESS CHECKOUT FOR ORDERS OVER $200
  • 9. 2) GET 10% OFF AN ITEM OF $500 OR GREATER - coupon Under “General Information” on the “Rule Information” tab, set the “Coupon” dropdown select to “Specific Coupon” and create a “Coupon Code” of “10OFF”. You can also limit the qty of uses of coupon per Customer by setting 1 into related field.
  • 10. 2) GET 10% OFF AN ITEM OF $500 OR GREATER - coupon CONDITIONS: In this example, we want the coupon code to apply only when there is an item priced at $500 minimum present within the cart. If ALL of these conditions are TRUE : • If an item is FOUND in the cart with ALL of these conditions true: • Price in cart equals or greater than 500
  • 11. 2) GET 10% OFF AN ITEM OF $500 OR GREATER - coupon
  • 12. 3) GET 10% OFF AN ITEM OF $500 OR GREATER - rule ACTIONS: • Set “Apply” to “Percent of product price discount” • Set “Discount Amount” to “10″ Further, we can apply the discount only to the items that trigger the rule instead of for the entire cart. To do this, apply the rule only to cart items matching the following conditions: If ALL of these conditions are TRUE : • Price in cart equals or greater than 500
  • 13. 4) FREE SHIPPING ON PRODUCTS OF SPECIFIC CATEGORIES CONDITIONS: If ALL of these conditions are TRUE : • If an item is FOUND in the cart with ALL of these conditions true: • Category is one of [comma,delimited,list,of,category,IDs]
  • 14. ACTIONS: • Set “Apply” to “Percent of product price discount” • Set “Discount Amount” to “0″ • Set “Free Shipping” to “For shipment with matching items” 4) FREE SHIPPING ON PRODUCTS OF SPECIFIC CATEGORIES
  • 15. 5) BUY ONE, GET ONE FREE CONDITIONS: For this example, leave this tab blank to apply the rule to all products
  • 16. ACTIONS: In this example, we want to set up a shopping cart price rule for a “Buy One, Get One Free” promotion. In this scenario, the “Discount Amount” now represents the quantity the customer will receive for free. The “Discount Quantity Step” field represents the quantity that the customer must purchase to qualify for the discount. 5) BUY ONE, GET ONE FREE
  • 17. Set “Apply” to “Buy X get Y free (discount amount is Y) • Set “Discount Amount” to “1″ • (OPTIONAL) Set “Maximum Qty Discount is Applied To” to “1″ • to limit the number of discounts that can be applied when condition is met • Set “Discount Qty Step (Buy X)” to “1″ 5) BUY ONE, GET ONE FREE
  • 18. 5) BUY ONE, GET ONE FREE In addition, we want to explicitly apply the rule only to products belonging to certain categories (shoes, for example) Apply the rule only to cart items matching the following conditions… If ALL of these conditions are TRUE : • Category is one of [comma,delimited,list,of,category,IDs]
  • 19. 6) BUY THREE GET ONE FREE This example is a reworking of the “Buy 1 get 1 free” rule we explored earlier. Magento will display the discount in the order totals area independent of line item. CONDITIONS: For this example, leave this tab blank to apply the rule to all products
  • 20. ACTIONS: In this example, we want the customer to purchase two of an item before qualifying for the third, which is free on a discount. • Set “Apply” to “Buy X get Y free (discount amount is Y)” • Set “Discount Amount” to “1″ • (OPTIONAL) Set “Maximum Qty Discount is Applied To” to “1″ to limit the number of discounts that can be applied when condition is met • Set “Discount Qty Step (Buy X)” to “2″ 6) BUY THREE GET ONE FREE
  • 21. Apply the rule only to cart items matching the following conditions… If ALL of these conditions are TRUE : Category is [categoryID] 6) BUY THREE GET ONE FREE
  • 22. 7) 20% OFF FIRST ORDER, WITH COUPON CODE Lets use a specific coupon code for this rule. Under “General Information” on the “Rule Information” tab, set the “Coupon” dropdown select to “Specific Coupon” and create a “Coupon Code” of “First_order”. Lets also enforce a usage limit for the coupon, by setting the “Uses per Customer” field to “1″
  • 23. CONDITIONS: For this example, leave this tab blank to apply the rule to all products ACTIONS: • Set “Apply” to “Percent of product price discount” • Set “Discount Amount” to “20″ 7) 20% OFF FIRST ORDER, WITH COUPON CODE
  • 24. 8) $10 OFF PRODUCTS OF A CERTAIN COLOUR In this example, we are discounting pink products for a Saint Valentine’s Day sale. First, ensure that your `color` attribute is set to display in promotional rules. To enable this, navigate to Catalog > Attributes > Manage Attributes. Here, select the attribute (likely named “Color”) and set “Use for promo rule conditions” to yes, if not already set as such, and then save the attribute to proceed. CONDITIONS: For this example, leave this tab blank to apply the rule to all products
  • 25. ACTIONS: • Set “Apply” to “Fixed amount discount” • Set “Discount Amount” to “10″ Apply the rule only to cart items matching the following conditions… If ALL of these conditions are TRUE : Color is [color option value selected from dropdown menu; e.g., pink] 8) $10 OFF PRODUCTS OF A CERTAIN COLOUR
  • 26. 9) GET $5 OFF YOUR PURCHASE OF $50 OR MORE CONDITIONS: If ALL of these conditions are TRUE : • Subtotal equals or greater than 50 ACTIONS: • Set the “Apply” dropdown select to “Fixed amount discount for whole cart” • Set the “Discount Amount” text field to “5″
  • 27. 10) FREE SHIPPING FOR ANY ORDER, WITH COUPON CODE First, let us use a specific coupon code for this rule. Under “General Information” on the “Rule Information” tab, set the “Coupon” dropdown select to “Specific Coupon” and create a “Coupon Code” of “FREESHIP”. CONDITIONS: For this example, leave this tab blank to apply the rule to all products
  • 28. ACTIONS: In this example, we want free shipping to apply to all orders of any amount • Set “Apply” to “Percent of product price discount” • Set “Discount Amount” to “0″ • Set “Apply to Shipping Amount” to “Yes • Set “Free Shipping” to “For shipment with matching items” 10) FREE SHIPPING FOR ANY ORDER, WITH COUPON CODE
  • 29. 10) FREE SHIPPING FOR ANY ORDER, WITH COUPON CODE
  • 30. NEED HELP? We know all about Magento!!! HIRE US! START@OPSWAY.COM
  • 31. CHECK THIS AND OTHER MAGENTO TIPS ON HTTP://MAGETIPS.COM