What I would like to do is assign text products PRODUCT.Field7 area such as item1, item2, item3
Then assign those products to another product as subproducts.
Then on the product template separate those subproducts based on text in PRODUCT.Field7
Something like:
[-- LOOP SUBPRODUCTS --]
Item1
[-- If SUBPRODUCT.Field7 item1 --] [-- SUBPRODUCTS --]
[-- ELSE --]
item2
[-- If SUBPRODUCT.Field7 item2 --] [-- SUBPRODUCTS --]
Item3
[-- If SUBPRODUCT.Field7 item3 --] [-- SUBPRODUCTS --]
[-- End_If --]
[-- END_LOOP SUBPRODUCTS --]
I am having much better luck adding the statement to the subproduct area in the template like:
[-- DEFINE SUBPRODUCT --] [-- If PRODUCT.Field7 item1 --] Quantity: [-- Product.Name --] - Add [-- PRODUCT.SaleAmount --]
[-- ELSE --] [-- If PRODUCT.Field7 item2 --] Quantity: [-- Product.Name --] - Add [-- PRODUCT.SaleAmount --]
[-- End_If --] [-- End_If --] [-- END_DEFINE SUBPRODUCT --]
Still it is not separating the subproducts by the field7 though.
Is this possible and if so can you explain how to do this?
Thank you for any help
Tom
Figured it out
Thanks