Home › Forums › Basel support forum › Variable Product Problem › Reply To: Variable Product Problem
Taidgh Richards
To better explain my issue,
A T-Shirt,
Available in sizes: Small – Large @€10, Extra Large @€15
Available in colours: Red, Blue
When the user clicks the different colours it loads a gallery of the correct photos.
So if a user clicks small & red, a gallery of just red t-shirts will load. If they click medium & red, the SAME gallery of red t-shirts will load. Not another gallery of the same photos, this avoids needing to add a lot of the same photos to a product page, thus increasing page load time significantly.
I have tried many combinations on the backend, and I have noticed that changing the order of the variations changes the function on the frontend. So whichever variation is first on the list has the highest priority and prevents other variations from working.
For example a t-shirt available in red & blue, sizes Small (€10), Medium (€10), Large (€15).
I have my variations setup as follows:
Variation 1: Any Size -> Red -> Gallery of Red t-shirts -> €10
Variation 2: Any Size -> Blue -> Gallery of Blue t-shirts -> €10
Variation 3: Large -> Any colour -> No Images (as they are loaded from previous variations) -> €15
But what is happening is the images load for the correct attributes but the price doesn’t change for the large, as the the variations above it have a higher priority, and a fixed price of €10.
I hope this has made my issue clear, I can provide photos if necessary.
Regards,
Taidgh