Drop double parent
Stops the parent product appearing as a separate line as well.
It is after checkout that a configuration proves whether it works in daily operation. This page collects everything that happens then.
Stops the parent product appearing as a separate line as well.
Writes the chosen parts into the order as lines of their own.
This is the switch for ERPs that cannot handle sets but post every line individually.
Separates the lines from each other so they appear independently.
Writes the whole configuration into the order comment using a text pattern.
Often the fastest route into a system that knows nothing about bills of materials - the text is simply there.
Whether your ERP sees one set or individual products is your decision in the settings.
The customer stores their combination and receives an address of its own for it.
A scheduled task deletes old saved configurations after a configurable number of days.
Adds a “Question about the product” link to a configurator’s product page, leading to a contact form that carries the current configuration with it.
You build the form yourself as a landing page with a Shopware form block; the setting points at it. The link sits next to the cart, it does not replace it - and it applies per sales channel, not per configurator.
The structure of a configurator can be queried and a finished combination put into the cart.
That makes the configurator usable from a frontend of your own without rebuilding the logic.
As a scheduled task in the background or as a console command during deployment.
A task of its own makes sure the translations of the streams are preserved.