문제

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

도움이 되었습니까?

해결책

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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top