Disclaimer: This article is related to the latest version of our app. For previous versions, some features or settings may differ. If you need help, don’t hesitate to contact our 24/7 support team.
You may not be able to freely place the bundle wherever you want using Fast Bundle blocks, possibly because you are not using the Shopify v2.0 theme or for another reason.
You can still use the "Custom liquid" to fulfill this need. Here is how you can do that.
1. Go to Shopify admin > Online store > Theme > Customize.
2. Go to wherever you want the bundle to show and click "Add section".
3. Choose "Custom liquid".
4. Click on the created custom liquid section.
5. Enter the Code.
Put the proper liquid code in the mentioned section based on the instructions below. See list of codes.
List of HTML Codes:
You can use any of the codes below to show the bundles based on your needs.
1- Insert all your bundles at once
Insert all of the bundles that you've made with Fast Bundle. (Except the Frequently Bought Together bundle).
This will work the same as the "Bundles page" in Fast Bundle. But please make sure to place the bundles on the bundles page first, and then the bundles that are placed there will be shown.
<div class="rbrFastBundlePage"></div>
2- Insert Relating bundles to a specific product page
Reposition all of the bundles that are relevant to a product on that product's page.
Fast Bundle will detect the product and its related bundles automatically (except for the Frequently Bought Together, Volume, Add-on, and Buy X Get Y bundle).
<div class="rbrProductBundlePosition"></div>
This code can work only if inserted in a product page that has bundles.
3- Showing a bundle anywhere that you wish. (Except the Frequently Bought Together bundle)
You can use this block to add any specific bundle on any page you like. This doesn't include FBT, Volume discounts bundle on all products or collections, Add-on, and Buy X Get Y bundles because they can only be shown on the main product pages.
<div class="rbrFastBundlePage" bundle-ids="BUNDLE ID"></div>
⚠️ Important Note:
Imagine you’ve created a Volume Discount bundle for Product A, but you want to promote it on the Product B page. You can use this block to display the Product A bundle on the Product B page, helping you cross-promote and increase visibility for your bundles across different product pages.
To achieve the Bundle ID please navigate to:
Fast Bundle app > Boosters tab > and select the "Place your bundle anywhere button" > Browse the bundle you have in mind > Copy the code below
4- Only Volume discounts relating to a product page
When put on a product page, it will reposition the Volume discount bundle related to that product.
<div class="rbrVolumeContainer"></div>
When you are done, click "Save".
You can see the result then.
5- Insert FBT
Reposition the Frequently Bought Together bundles so that the product is the main product on its product page. (The bundle won't show on the offered product pages).
<div class="rbrFBTPosition"></div>
This code can work only if inserted in the "main product" page for FBT.
We hope this article was helpful! If you have any further questions or need additional assistance, don’t hesitate to reach out to the Fast Bundle support team. You can contact us through the following options:
Live Chat: Get instant help via live chat on our website or through the Fast Bundle admin panel in your Shopify dashboard.
Email: Send your inquiries to Support@fastbundle.co, and our team will respond as quickly as possible.
We’re always here to assist you!