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

Leo Ghafari

Hi,

We just bought the pro version and have a problem with addning to cart. You can see the variations on the product catalog, but when you press a variation on the product catalog it automatically forces you into the singel product page. We want it so you can choose variation and adding to cart in the product catalog.

 

Second issue is that we cant see the swatches for variations on the first page (Homepage)

Hakik Zaman

Hi Leo,

Thanks for reaching us.

You can see the variations on the product catalog, but when you press a variation on the product catalog it automatically forces you into the singel product page.

The whole <li> is under a <a> tag. That’s why it redirects you to the single product page. Please check this screenshot: https://paste.pics/NY93L. The layout is created by your theme.

Could you send us the latest version of the theme that you are using on your site? We’ll try to investigate your issue installing your theme on our local setup. I will try to help you out to minimize this issue.

You can upload the theme file in Dropbox or Google Drive and send the download link here directly.

Second issue is that we cant see the swatches for variations on the first page (Homepage)

You are using Gutenberg Block to display products on the home page. Our Swatches plugin is not compatible with the Gutenberg block yet, because it is still under development. You can use the WooCommerce official shortcodes to display products on the homepage. Our plugin is compatible with WooCommerce shortcodes. Please check here: https://woocommerce.com/document/woocommerce-shortcodes/#products to know more about WooCommerce Shortcode.

Looking forward to hearing from you soon.

Thank you

Hakik Zaman

Hi Leo,

I have added the following snippet using the Code Snippets:

add_action( 'woocommerce_init', function(){
remove_action( 'woocommerce_after_shop_loop_item', 'mbf_wc_shop_loop_link', 999 );
} );

Please check now and let me know your feedback.

Before checking I am requesting you to clear your caches like- browser cache, caching plugin cache, and server-side cache. Hope to hear from you soon.

Thank You