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

Swatches not showing on homepage product slider

Ahmed Iqbal

op

 

Hakik Zaman

Hi Ahmed,

Thanks for reaching out to us. Which plugin you are using to display products on your home carousel/slider?

Please contact the plugin author and ask for a hook to display a text here: https://paste.pics/QBS83

If they give you a hook name share that with us. Then we can help you to load the swatches for the product carousel.

Note: Some plugins/themes modify the default hooks of WooCommerce. So, we need the modified hook name to display swatches.

Hope to hear from you soon.

Thank You

Ahmed Iqbal

jQuery FlexSlider v2.7.2
 * Copyright 2012 WooThemes
 * Contributing Author: Tyler Smith

 

Hakik Zaman

Hi Ahmed,

Neither you are using custom code nor the above-mentioned jQuery Flexslider.

You are using the YITH WooCommerce Product Slider Carousel Premium.

add_action( 'yith_ywcps_before_title', function( $product ){
if ( function_exists( 'woo_variation_swatches' ) ){
woo_variation_swatches()->show_archive_page_swatches();
}
}, 10, 1);

I have added the above snippet using the Code Snippets plugin. Please check now and let me know whether it resolves your issue or not.

Thank You

Ahmed Iqbal

thank you so much, brilliant customer service tho