Skip to main content

How do I make a custom Volume or Bundle placement?

Emily avatar
Written by Emily
Updated over 2 weeks ago

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.

  1. Locate your product template. The product form is usually found within your product.liquid or product-template.liquid file.

  2. Find your desired location that you want the offers to appear at. This is typically above or below the add to cart button.

  3. 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>
Did this answer your question?