Hello,
I am looking for the best solution on how to bundle/cross sell products B, C, D etc. within the product page of product A. I tried to do this with several apps but they only seem to work with products that have no variants or I need to create seperate bundle products.
Example of expected functionality
Given that we have the following products
- Product 1 (main product)
- variant Size: S,M,L
- variant Colour: Red, Green
- Products 2,3,4,5 (cross sell products)
- variant Size: S,M,L
- variant Colour: Black, White
then when I visit the product page of Product 1 , I want to be able to combine it with Products 2,3,4 or 5 before adding to cart. Moreover the variant options of Products 2,3,4 or 5 need to adapt based on the variant selection I have done on product 1. If for example I chose S as size in product 1, then only S sizes should appear for Products 2,3,4 or 5 for me to combine.
Has anyone done something similar?
Thank you