I am trying to create a custom WordPress Archive to display my WooCommerce products.
I have created 3 product variations. I wish to display all 3 on the Archive page.
The [wpv-woo-product-price] shortcode displays "$20.00 - $27.00", showing the high and low values of the variations. How might I display "Variation 1 - $20", "Variation 2 - $22", and "Variation 3 - $27" ?
I though about creating a View to loop through the variations and placing this into the archive but can't seem to find Variations. They aren't a post type nor are they a taxonomy. Am I going about this the wrong way, am I overlooking something, or is this not possible?
Thanks as always.
Our WooCommerce ShortCodes are basically wrappers for WooCommerce features.
If this is possible with WooCommerce alone, it would be possible with our ShortCodes too.
And as far I know, this is not possible with WooCommerce alone, am I right?
Hence, what you would need is a whole new way of rendering the information - but since WooCommerce has not made the Post Type variations public, we cannot handle it as "normal" post types.
It requires Custom Code that we cannot assist.