How to Offer Free Shipping on Product Bundles
Offering free shipping on product bundles can be a great way to boost sales and provide added value to your customers. Follow the steps below to set up free shipping for your bundles using the Bundly app on Shopify.
Create a Discount Code
First, set up a discount code for free shipping in your Shopify admin.
- Go to your Shopify admin panel.
- Navigate to Discounts and click on Create discount.
- Choose Free shipping as the discount type.
- Select Discount code and enter a code, such as BUNDLEFREESHIPPING.
- Configure the conditions as necessary, ensuring it applies to orders that include your bundles.
- Save the discount code.
Modify bundle page settings in Theme Editor
Next, you will need to modify your bundle page to automatically apply the discount code to bundles. This involves adding a custom script.
- Go to your bundle configuration page.
- Navigate to Theme Editor.
- Disable the automatic redirect to the cart by unchecking the relevant setting.
- Add the following code to the Custom Liquid section:
<script> document.addEventListener('bundly:afterAddBundleToCart', function() { window.location.href = window.Shopify.routes.root + 'discount/BUNDLEFREESHIPPING?redirect=/cart'; }); </script>
- Replace BUNDLEFREESHIPPING with the discount code you created earlier.
- Save the changes.
For a visual guide, you can watch a quick demo of the setup process here:
We understand that this setup might seem a bit complex at the moment. Rest assured, we are working on an update to add built-in support for the free shipping option in future releases of the Bundly app.