Hi, Is there a way to manage the fact that, if you select a product A, that appears Product B and C that goes with A.
Example : for Air conditioning, there is an interior (evaporator) part and the engine outside.
Hi, Is there a way to manage the fact that, if you select a product A, that appears Product B and C that goes with A.
Example : for Air conditioning, there is an interior (evaporator) part and the engine outside.
In Siteglide Community Forum you can ask and answer questions and share your experience with others!
Hi Daniel,
You should be able to use a DataSource custom field to link Product together, or a Category.
Then, as you have access to all associated data, you can output this however you like. You could then use custom JS to force users to select multiple items to add to the cart.
Hi @Daniel Depaz
Not sure if what you're describing is similar to "Related Products"? If the additional or complementary products are related, but not mandatory, Matt's reference to DataSource is detailed in the developer's docs, should you find it helpful - https://developers.siteglide.com/outputting-related-products
If you are already using related products, perhaps you'd create an additional custom field to accommodate the complementary products? And add head tag to convey the purpose, like "Complementary Products"?
In any case, good luck Daniel!