fbpx
Want To Add Extra Images Per Product Variation? Download This Free Plugin

Problem with plugin not showing swatches catalogue in shop page or any other place

im not getting the swatches for my products in a shop page , or any other place , despite all options are set correct , please verify . i need the colors and sizes to be shown same as your plugin is showing in the description , thats the reason i chose your plugin from first place . thank you guys
"Screenshot

"Screenshot

"Screenshot

Hakik Zaman

Hi Abderrahmane,

Thanks for reaching out to us.

I have added the following snippet using the installed Code Snippets plugin:

add_action('flatsome_product_box_after', function(){
if ( function_exists( 'woo_variation_swatches' ) ){
woo_variation_swatches()->show_archive_page_swatches();
}
});

Now it displays like this- https://paste.pics/cd6ff477ba084fdb0d0a8c3fb603273d

Please check now and let me know your feedback.

Hope to hear from you soon.

Thank You

yes thank you for the job , however i still have an issue i dont need the title to be shown of the attribute only the attributes themselfs . after the price , i can see the colors , but i also need the sizes , thx

 

good one thank you , how can i limit the number of sizes and colors to be shown ? and please put the color befor the sizes