Hello Matthias,
Thanks for reaching out to us. Displaying swatch on the shop page is a Pro feature of our plugin.
So, firstly you have to use the Swatches Pro plugin to display swatch on the shop/archive page.
If you are using any builder, sometimes it may not work by plug and play. Because sometimes builder overrides WooComerce default shop hooks and adds their own hooks.
If you are a Pro user of our plugin, and swatches are not displaying, then contact your builder dev team and give them the below hook to add it inside the shop loop product
.
<?php do_action('wvs_pro_variation_show_archive_variation'); ?>
I hope I could clear your confusion.
Thanks
Beaver Builder Themer – Shortcode
Matthias Gmeiner
Hey there.
I’m using beaver builder and his own themer pluign to create custom layout’s also for the shop page.
When i try your shortcode -> [wvs_show_archive_variation] <- it only show the the shortcode not the swatch.
Is there anything I need to set up that i works with beaver builder? on the single product page it works.