Question

I am using woocommerce in my project and would like to display variations in similar style like http://www.e-rudy.com/en/products/detail/SN220724R1. They have tab called "other colors" Is it possible to do that in woocommerce?

Thanks

Was it helpful?

Solution

Yes, it is possible, but you will have to add a custom template for that to be incorporated in the product tabs. In that template you should pull all the variations information corresponding to the main product.

If you don't do it as parent->variations products, you can still link them in the backend and show those in the template. In short, it's doable but you or someone else will have to code that part. It might also be possible to do it with wp-types views, but I have never used it so I can't comment.

Hope that helps to get you started.

OTHER TIPS

Like this https://woocamp.com/product/classic-wordpress-shirt/ ? When you click on the additional sizes, nothing visually happens. But the size is registered as a variation. Now, when you select a different color, the image actually changes and the image switches as well!

I did that using WooCommerce Variations and Swatches

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top