Banner Groups let you organize your banners and display them in different locations on your Shopify product page. Instead of showing all banners together in a single section, you can assign banners to different groups and place each group exactly where it will have the most impact.
For example, you can display:
- Group 1 below the Product Title to highlight your store's unique selling proposition.
- Group 2 above or below the Product Description to showcase shipping information, warranties, or promotional offers.
This gives you complete flexibility to present different messages throughout your product page while maintaining a clean and organized layout.

Assigning a Banner to a Group
You can assign a Banner Group while:
- Creating a new Banner
- Editing an existing Banner
Simply select the desired Banner Group in the highlight settings.
Using banner Groups with Online Store 2.0 App Blocks
If you're using an Online Store 2.0 theme, you can also choose which banner Group to display directly from the Prime banner App Block.
This allows you to place different banner Groups in different sections of your product page without editing your theme code.
Using Banner Groups with Theme Integration Code
If you're manually integrating Banner into your Shopify theme, use the primebanGroup parameter to specify which Banner Group should be displayed.
Example: Display Banner Group 2
{% render 'primeban', product: product, primebanGroup:'2', primebanOuterClass:'prime-mb-2 prime-mt-2 prime-text-left', primebanOuterStyle:'', primebanInnerStyle:'', primebanInnerClass: 'prime-d-block prime-mb-1' %}
Default Banner Group
If you do not specify the primebanGroup parameter in the integration code, the app will automatically display Banner Group 1.
Banner Group Limit
You can display up to 3 Banner Groups on a single product page.