What does the setting "Activate plugin" do?
Enables the plugin for the current sales channel.
The Product Bundles plugin for Shopware 6 comes with 18 settings, grouped into 6 sections. This page describes each one with its purpose, its default value and the options available.
You find the settings in the administration under Extensions → My extensions → Product Bundles → Configuration. Every setting applies per sales channel.
| Setting | Section | Type | Default |
|---|---|---|---|
| Activate plugin | Default | Switch | on |
| Show reference to bundles | Product detail page | Switch | on |
| Deactivate the display of the number of pieces for "1 piece | Product detail page | Switch | on |
| Combine multiple father products | Product detail page | Switch | off |
| Behaviour when products are not available | Product detail page | Choice | Remove bundle |
| Show product image | Product detail page | Choice | Cover |
| Sort variants | Product detail page | Choice | By name |
| Position of the details in the display below the shopping cart button | Product detail page | Choice | Above the bundle buttons |
| Show badge | Listing | Switch | on |
| Productnumber of the bundle | Checkout | Text field | {{ product.productNumber }}-bundle |
| Productnumber of the bundle rebate | Checkout | Text field | {{ product.productNumber }}-bundle-discount |
| Show product image for the bundle | Checkout | Choice | Show image of the father product |
| Add product custom fields to configurator components | Checkout | Switch | on |
| Exclude bundles from discounts and promotions | Checkout | Switch | off |
| Dissolve the father-child relationship | Orders | Switch | on |
| Remove father product | Orders | Switch | on |
| Save discount as voucher | Orders | Switch | off |
| Automatically remove duplicate father product | Generic bundles | Switch | on |
Enables the plugin for the current sales channel.
Displays a note directly below the shopping cart button if one or more bundles are offered for a product.
Deactivates the display of the number of pieces for all components of a bundle that are defined with "1 piece". Should be deactivated - for a uniform look - if you mainly offer bundles with a larger number of pieces of the individual components.
If the father product is also included in the bundle, should the quantity of all father products be combined? Example: 10x product A - instead of 1x product A + 9x product A. This option is only valid for complete bundles and is ignored for selectable bundles.
How should bundles behave if they contain an invalid (e.g. offline) or sold-out product (sale without stock)?
The options are:
Which product image of the individual products should be displayed in the bundle overview? The cover is also displayed if the desired image is not available.
The options are:
How should the individual variants be sorted within the dropdown element for selecting a specific variant if a parent product has been selected in the bundle?
The options are:
Where should the details (the individual products) be displayed in the bundle when the bundle is visible below the shopping cart button?
The options are:
Should a badge be displayed within the listing for all products where bundles are provided?
Here you can define the automatically generated product number of the bundle (the bundle container). You can access all variables of the product.
Here you can define the automatically generated product number of the bundle discount (the discount as part of the bundle). You can access all variables of the parent product.
Should an image be displayed for the father (the bundle container) in the checkout? If you select "individual image", please upload or select an image of your choice.
The options are:
Should the components of a configuration receive the standard additional fields (custom fields) of the associated products? This can possibly have influence on other plugins.
Should bundles including all components be excluded from all discounts, promotions and vouchers?
By default, all products of a bundle are the children of the bundle father. The father also bears the price of the sum of all products. If you activate this option, the father-child relationship is dissolved for all products and the father receives a price of 0.00 EUR and only serves as information that a bundle was purchased.
If the option "Dissolve father-child relationship" is activated, you can remove the father product, which in principle is only a container for all components including the discount, after ordering. This means that only all the components of the bundle and the discount item remain.
Should the discount of the bundle be saved as a Shopware standard voucher? The type and payload of the discount are adapted to correspond to the standard of a Shopware voucher. This can help with possible problems when importing into external third-party systems (ERP).
If you define general bundles that are to be assigned to all products of the bundle, then the parent product would be present twice on each product detail page (1x as parent + 1x as part of the bundle)? With this option, you can remove the duplicate parent product dynamically and automatically.
Everything on this page is generated straight from the plugin configuration. When a setting changes in the plugin, this page changes with it.