Home Forums WoodMart support forum Variantion pictures not displayed after filter

Variantion pictures not displayed after filter

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #338780

    TylonHH
    Participant

    Hello,
    my intention is show the variation picture if I filter by color as I mentioned in this topic.
    As I understood, the Woodmart Theme doesn’t support that, right? So I bought an Plugin with ajax search and showing picture of the variation(!) after filter.
    But unfortunately this plugin dint work, then I get in contact with the developer and he told me:

    To replace image with variation enable option “Display variation data” in plugin settings. But it can do not work in your case, because you have some plugin that add color selection to products, that replace image.

    AJAX functionality seems work correct.

    So as I like the woodmart theme, how can I avoid this color selection or (what I would prefer) how can I see in the catalogue the picture of the filtered variation?

    • This topic was modified 3 years, 5 months ago by TylonHH.
    #338858

    Hello,

    Please try to disable all WoodMart functionality related to the attributes and try our plugin again: https://xtemos.com/docs/woodmart/variable-products-swatches/

    If you have any questions please feel free to contact us.

    Best Regards

    #339130

    TylonHH
    Participant

    So I disabled:

    • Show attributes table after short description – OFF
    • Grid swatch attribute to display – select
    • White label – OFF
    • Use images from product variations – OFF
    • Quick view – OFF
    • “Quick Shop” for variable products – OFF
    • Scroll top on variation select – OFF

    And also

    • Hover on product – Standard button

    I did this on my live page (see private content). please try to filter for gold variation. It still shows not the picture of the variant in the grid view.

    #339360

    Hello,

    Please, provide your site admin access as well as FTP (insert the site credentials into the Private content block under the message area).

    Best Regards

    #339366

    TylonHH
    Participant

    you’re welcome

    #339690

    Hello,

    Please add this code to the functions.php of the child theme:

    add_action('init', function() {
    	add_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );
    	remove_action( 'woocommerce_before_shop_loop_item_title', 'woodmart_template_loop_product_thumbnail', 10 );
    }, 2000);

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)