Overview
This functionality is designed to incentivize customers to purchase more of a product by offering them attractive tiered discounts. By doing so, it enhances your average order value and increases your overall revenue. This feature streamlines the process for merchants to create tiered discounting campaigns customized for specific products.
Pre-Requisites
To use this feature, you must have Smart Cart is enabled. If you are on a Shopify Plus plan and have Shopify Script Editor access, you can follow this document from start to finish to set up the buy more save more feature. If you are not on Shopify Plus and/or do not have Script Editor, then you can follow this document to configure the buy more save more feature but will need to follow the Buy More Save More via Automatic Discounts document to complete the set up.
Enabling Buy More Save More (BMSM)
To configure the "Buy More, Save More" feature, follow these steps:
Navigate to the Smart Cart admin settings of the cart you wish to configure.
Click on 'Cart Items' under the body section of the editor screen.
Toggle it on, then set the percentage off or fixed price off for each tier you wish to offer.
Click on the 'Select products that these discounts will apply towards' dropdown and add the products you want to include in the offer.
(Optional Settings) Set Display Types, and discount language labels (see below for definitions).
Make sure to save your work
Afterward, proceed to the discounting instructions in the next section, following the steps applicable to your setup. Instructions are provided for those with Shopify Plus and the script editor, as well as for any store on Shopify Plus or not that does not have the script editor.
Buy More Save More Settings Definitions
Display Types
Buttons will display the message for each tier i.e. "Buy {{quantity}} save {{discount}}" will show below the product image as button types with a message "Buy 2 save 5%" "Buy 5 save 10%" "Buy 10 Save 15%". This is based off the discounting tiers set up below.
The dynamic message "Buy {{difference_next_quantity}} more, save {{discount}}" is now available. For example, in a "buy 4, save $1" promotion, if a shopper has 2 items in their cart, they will see the message “Buy 2 more, save $1.00,” indicating the quantity they need to add to qualify for the discount.
Discount Language
This is what will display on either the buttons or dynamic text.
Discount Success
This is what will display next to the product when the discount has been applied to the product.
Discount Type
You can choose between a percentage discount, or make it a fixed price discount.
Select products that these discounts will apply toward
This will search for the products/variants that you would like to have the BMSM discounts apply toward. Type your product into the search bar and select the one(s) you would like to discount.
You can add up to 3 tiers of discounting. The tiers must be in ascending order, meaning that the first tier must be the lowest amount of quantity and discount percentage or fixed amount.
Example
If tier 1 (product quantity = 2, and discount 5% then the tier 2 (product quantity = {must be greater than the previous (3 or greater)}, discount = {must be greater than the previous (6% or greater)}) and the same applies to the final tier.
By default, when you add a new tier, whether you are using the percentage discount type or a fixed price discount, it will increase in increments of 5. It will also increase your quantity increments by 1 each tier you add. You can adjust these as you wish as long as they are higher than the previous tier.
Discounting Instructions
Shopify Plus w/Script Editor
If you are on a Shopify Plus plan and have Shopify Script Editor access, you can proceed to the next steps below.
Shopify Plus without Script Editor
If you are on a Shopify Plus plan and do NOT have Shopify Script Editor access, please proceed to the Buy More Save More via Automatic Discounts help article.
Non-Shopify Plus
If you are NOT on a Shopify Plus plan, please proceed to the Buy More Save More via Automatic Discounts help article.
Shopify Plus Discounting for BMSM
Shopify Plus is required to make use of Shopify Scripts. As of February 13, 2023 Shopify announced that Shopify Scripts will be deprecated on August 28, 2025 and they will be moving to functions. They have since removed the Script Editor application from the Shopify app store.
Shopify Scripts is not a Rebuy product, and unfortunately, Rebuy Support is unable to create, modify, or customize Scripts to align with your specific needs.
We recommend using our guides as a helpful reference for any Script customizations you'd like to implement.
If you encounter challenges with your custom scripts, we suggest reaching out to Shopify support for assistance. For additional details on our support scope, please consult our policy page. Your understanding is greatly appreciated.
If you have an existing gift with purchase or discounting script. This 'Buy More Save More' script will need to be merged with it as there can only be one script running for discounts such as this at a time.
To begin, log in to your Shopify Store and follow these steps to access the Script editor app:
Navigate to the Script editor app within your Shopify dashboard. If you haven't installed it yet, you can find it in the Shopify App Store. Install the app and proceed to the next step.
Once in the Script editor app, click on "Create script."
Choose "Blank script" from the options provided.
Create the script according to the specifications below:
Enter your desired title for the script.
Click on "Code" to access the code editor.
Remove any existing code present in the editor. This ensures that there are no conflicts with the code you'll be pasting from the Rebuy Admin Smart Cart settings for BMSM.
Once you've cleared the existing code, proceed by pasting the code you copied from the Rebuy Admin Smart Cart settings. Simply paste it into the code editor, ensuring that it replaces any previous code entirely. This will integrate the BMSM (Buy More Save More) functionality into your script as configured in the Rebuy Admin.
The final steps involve ensuring that your script is error-free and then saving and publishing it to production:
Check your script within the script editor to ensure there are no errors. You can do this by reviewing the script carefully and using any built-in error-checking features provided by the script editor.
If your script status indicates no errors, proceed to save and publish it to production. This action will unpublish any old script and apply the new code into production, ensuring that your changes take effect.
With your Rebuy Smart Cart now equipped with the 'Buy More Save More' feature, customers will have the option to opt into these offers, thereby boosting your Average Order Value (AOV). This feature enhances the shopping experience by incentivizing customers to purchase more items to unlock greater savings. If you have any further questions or need assistance, feel free to reach out!
FAQs
Currently you can only make one Buy More Save More campaign. Meaning you will not be able to make different rules for different products. You will only be able to select the product(s) and they will use the same tiers. We are looking to expand this feature in an upcoming version so you can make multiple campaigns.
If you have an existing gift with purchase or discounting script. This 'Buy More Save More' script will need to be merged with it as there can only be one script running for discounts such as this at a time.