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

Removing swatch from homepage

Michael Bell

Hi Team,

I have a website www.ohmyloveboutique.com and I have had your product for a number of years. I love the swatches on the product / catalogue page however I’m trying to remove the swatches on my homepage product sliders.

Is there a way I can remove this off the homepage without affecting the product / catalogue pages?

Thank you.

Hakik Zaman

Hi Michael,

Thanks for reaching out to us. Unfortunately, I couldn’t get access to your site.

The login credentials are not working- https://prnt.sc/EkdV-0Zxgj-b. So, I couldn’t test it from my side.

Can you please revise your login details? Hope to hear from you soon!

Thank You

Michael Bell

Hi,

using the same password could you put the username in all lowercase? E.g

Username – woo
Password – As I’ve already sent.

Alternatively if you use the email [email protected] you should also be able to get in.

Regards,
MB

Michael Bell

 

Please see updated and tested details attached:

username: woo

Password: 671Xc89p*sGwAXoWsqV!Nyyi

Thanks for your help

 

Michael Bell

 

 

username: woo

Password: 671Xc89p*sGwAXoWsqV!Nyyi

 

 

Hakik Zaman

Hi Michael,

I have added the below snippet using the Code Snippets plugin- https://prnt.sc/G4RIGYJHathY

add_filter('disable_woo_variation_swatches_archive_product', function($default, $product){
if( is_home() || is_front_page() ){
return true;
}
return $default;
}, 10, 2);

Please check now and let me know if you wanted something like this or not. Hope to hear from you soon!

Thank You