fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Oxygen Builder – show variations in shop page

Hello, I’m not able to add the variations “buttons” inside the archive shop page. All work properly in product page.
I’m doing something wrong or the plugin doesn’t work well with oxygen?
Thanks!

Hakik Zaman

Hi matteo,

Thanks for reaching out to us. Did you create your shop page using a PHP code block or builder?

If you are using PHP code block use the below snippet inside your shop product loop-

woo_variation_swatches()->show_archive_page_swatches();

If you are using builder then try our shortcode:

[wvs_show_archive_variation]

Thank You

/** soved**/

Hi Hakik, thanks now I’m able to showing the variations but after 1-2 seconds all the products in shop page show only the first product. You can see the problem in the link I already share with you.

It seems that the plugin overwrites the repeater content.

Thanks.

/*solution*/

I had added classes like “. wvs-archive-product-wrapper” to the various elements in the repeater and had not removed them.

After removing the classes everything works