How to enable adjustable quantities for product bundles
When using product bundles, and you want the user to be able to adjust the quantities of the advised products, you can enable "Adjustable quantities" in Qonfi. When you do this, users are able to adjust the number of products in the bundle or remove them completely by using the "X" button.
1. Enabling adjustable quantities
Go to "Settings -> Product bundles -> General" and enable "Adjustable quantities".
2. Configure the "Quantity" property mapping
To use the already calculated quantities for every result slot, please make sure you correctly configure the "Quantity" property under "Feed -> Mapping". For the "Quantity" property, simply select each result slot in the dropdown and set this to the variable which contains that calculated result slot quantity. For example, for a "Tiles" slot the correct quantity could be the "quantity_tiles" variable.
Next, make sure you use {internal.quantity} in the rest of your property mapping, for example:
Good to know: since we calculate the quantity once in the "Quantity" property mapping, in most cases you will only have to configure the "Default" value of each property and leave each result slot value empty.
Documentation