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

Swatches on Archive

Hello

I want to show the swatches on the archive and my product slider on my homepage, but the swatches shouldn’t interact. They just have to show the available sizes and the archive should be the same spacing just like now. Could you please assist me?

My Website is: www.deadstockplug.ch

Kind Regards

Christian Vollmer

 

Hakik Zaman

Hi Christian,

Thanks for reaching out to us. Could you please confirm you have enabled this option?

I want to show the swatches on the archive and my product slider on my homepage

Display swatch on your slider depending on your code structure. If you code it yourself please put the below code inside your shop product loop and if it is coming from your theme please give the theme dev team to add it for you-
<?php do_action('wvs_pro_variation_show_archive_variation'); ?>
Hope to hear from you soon!

Thank You

Hello Thanks

I did it. But I want, that you can’t click it. And is it possible to blur out out of stock sizes on the archive?

http://www.deadstock.ch

And could you help me remove this attribute title from the product page please?

 

Kind Regards

Christian

Hakik Zaman

Hi Christian,

I did it. But I want, that you can’t click it.

Please put the below CSS at Appearance > Customize > Additional CSS

li.variable-item.button-variable-item {
   pointer-events: none;
}

And is it possible to blur out of stock sizes on the archive?

Could you please check our documentation? I hope it will help you.

And could you help me remove this attribute title from the product page please?

Please give us a screenshot to understand what title you want to remove. You can use Lightshot App and post the screenshot link here.

Hope to hear from you soon!

Thank You