Although the Volume and Bundle offers will work as soon as the app is installed, it's possible that you may want to move them to a more customized location. To accomplish this, you'll want to follow the few steps below.
- Locate your product form. 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>