How to display WideBundle on a custom page
Wide Hello
In this article we will see how to display WideBundle on a custom page.
Custom pages are pages you can create on Shopify to write content for your customers like an "About" page or a "Contact" page.
Sometimes it's possible to display a product on these pages for your customer to add to the cart. But WideBundle won't go there by default.
Here is how to do it 👇
Copy all the following code
Paste it on your page where you want WideBundle to appear
Replace PRODUCT_HANDLE in the code with the handle of the product you want to display the offers for, keeping the quotes (How do I find my product handle?)
Save

In this article we will see how to display WideBundle on a custom page.
Custom pages are pages you can create on Shopify to write content for your customers like an "About" page or a "Contact" page.
Sometimes it's possible to display a product on these pages for your customer to add to the cart. But WideBundle won't go there by default.
Here is how to do it 👇
Add the code for WideBundle in your page
Copy all the following code
<div id="new-form"></div>
<script>widebundleHandle="PRODUCT_HANDLE";</script>
Paste it on your page where you want WideBundle to appear
Replace PRODUCT_HANDLE in the code with the handle of the product you want to display the offers for, keeping the quotes (How do I find my product handle?)
Save

Updated on: 10/11/2022
Thank you!