Configurator Table Setup
Example. given configured items 1000,2000 and stock items 1001 and 2001
item 1000 uses item 1001 with qty 1
item 2000 uses item 2001 with qty 2
ideal table setup
Conf Item | Stock item | qty |
---|---|---|
1000 | 1001 | 1 |
2000 | 2001 | 2 |
Is this possible?
I realize I could simply add them to the assembly inclusion but maintaining a table is easier than maintaining assembly rules when a large qty of configured item exists.
Thanks