Skip to Content
Menu
This question has been flagged
1 Reply
176 Views

I would like to design the product display on my e-commerce website as follows:


  • Each product can have multiple colors. On the product listing page (category or collection), each color variation should be displayed as a separate product.


  • When a user visits the product detail page of a specific color, the color selection (Color) should still show all available colors. And when the user clicks on a different color, the website should redirect to the product detail page (URL) corresponding to that color, instead of just changing the image on the same page.


  • Additionally, each product can have multiple sizes, but when selecting a different size, it should only change the variant within the same product page without redirecting to another page.
Avatar
Discard
Best Answer

According to your other post you're running an Odoo Online instance (please always include that and your actual version in your questions).

With Odoo Online you have only limited options for customization. The closest you can get to your requirement using Odoo Online would be to not have your colors be Product Variants but actual, individual Products. The sizes can remain Variants.

You can then link these products together using the Alternative Product feature in each Product. This way you'll end up with individual color Products in the List/Grid view in the Webshop and within that product, on the bottom of the page, the alternatives would be listed.

Avatar
Discard