Volume and Bundle offers will show widgets in a default position on product pages, but it's possible to assign custom positions for these widgets on the product page. To accomplish this, follow the few steps below.
- Locate your product template. The product form is usually found within your product.liquid or product-template.liquid file.
- Find your desired location that you want the offers to appear at. This is typically above or below the add to cart button.
- Paste the code for the offer type you're attempting to relocate:
For Volume offers, the code is:
<div class="saso-volumes"></div>
For Bundle offers, the code is
<div class="saso-bundle"></div>