The plugin configuration can be found under Configuration → Basic settings → Additional Settings → Set articles.
- Show sub articles on documents – You can decide how the sub-products of a product set item should be displayed on generated documents and sent emails. The plugin extends the standard Shopware invoice template.
- Always hide sub-products (Sub-Artikel immer ausblenden) – Select this option if you never want to show sub-products on your documents and emails.
- Always show sub-products (without own price) (Sub-Artikel immer anzeigen (ohne eigenen Preis)) – Select this option if you always want to display sub-products on your documents and emails.
- Show sub-products on partial delivery notes only (Sub-Artikel nur auf Teillieferscheinen anzeigen) – Select this option if you also want to allow partial deliveries of the product set item, e.g. when using Pickware WMS. This ensures that when processing an order with Pickware WMS, the sub-products are also displayed when creating the partial delivery note if only part of the product set is picked. If, on the other hand, all sub-products of a product set item are picked without the product set item itself - which is technically also a partial delivery - the sub-products are replaced by the product set item on the document.
If you use customised document templates and want to hide sub-items, you can use {if ($position.isSubArticle == '1')} to check whether the item is part of a product set item and should be hidden. You can find a code example in the plugin directory under Views/documents/index.tpl.
If you also want to hide sub-products in e-mails, e.g. status change of an order, you have to edit the corresponding e-mail templates in addition to the configuration. You can find an example here.