auto-explode product in the configurator
Hi,
I have this constraint in my CxP:
Qty of Set Top Boxes = Qty of business Package.
This leads to this behaviour:
1 instance of "Business Package" with Qty = 5
creates
One instance of "Set Top Boxes" with Qty = 5
The desired behaviour would be:
1 instance of "Business Package" with Qty = 5
creates
5 instances of "Set Top Boxes" with Qty = 1
It's a kind of auto-explode inside the configurator.
This is because the end-user need to key the Mac Address for each Set Top Box.
We try the Auto-explode flag on the Product Admin. It does create 5 order Lines but when I re-open the configurator, the 5 order Lines are merged again into one instance with Qty=5
0