Grouped Products
Merchants can create collections of related products using the Grouped Products feature. This allows customers to easily discover and purchase complementary items together, improving their shopping experience and potentially increasing your sales.
Activation Steps for Merchants
Visit your Merchant Dashboard Products Page.
Create a new product with the type
Grouped Product
.
- Add individual products to the group. You can select existing products from your catalog or create a new one specifically for the group.
Code Snippet Integration for Theme Partners
As a theme developer, you can integrate the Grouped Products functionality into your theme using the following template:
- Template Name:
template_for_product_grouped
- Location:
product.twig
Code Sample forย product.twig
:
<div>
{{ template_for_product_grouped }}
</div>
This code snippet will display the grouped products within the product page template. The specific implementation details will depend on your chosen theme framework, but this provides a general guideline for integration.
Last modified: 2 months ago