Domanda

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

È stato utile?

Soluzione

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.

Altri suggerimenti

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top