I'm trying to create a variable that holds all the products available inside actinic.
I want the client to be able to select and display up to two additional related products to the main one that are the same model but different colour.
I really like the "Marketing" section on the product section where you can have related products. However I want to keep "related products" for items that are different models as well as having a different menu for the items that are just different colour to the one displayed called "similar Items".
I can't see a variable that holds all the products inside actinic and if i define one as a list with all current products then if a particular product is added afterwards i will always have to amend the variable manually. Alternative is adding the similar products via their unique ID but I don't want to over-complicate things for the customer. Ideally i need a drop down menu or a search box similar to Actinic's Marketing section.
Is there a way of doing this in Catalog V9?
I want the client to be able to select and display up to two additional related products to the main one that are the same model but different colour.
I really like the "Marketing" section on the product section where you can have related products. However I want to keep "related products" for items that are different models as well as having a different menu for the items that are just different colour to the one displayed called "similar Items".
I can't see a variable that holds all the products inside actinic and if i define one as a list with all current products then if a particular product is added afterwards i will always have to amend the variable manually. Alternative is adding the similar products via their unique ID but I don't want to over-complicate things for the customer. Ideally i need a drop down menu or a search box similar to Actinic's Marketing section.
Is there a way of doing this in Catalog V9?
Comment