Home New Guten Forums WoodMart support forum Shop filter showing data that does not exist

Shop filter showing data that does not exist

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #286503

    tchock
    Participant

    https://monosnap.com/file/gNTEwBbIYgbG41nkCgDm6gJYg8ubuJ – this page URL is in the website link field.

    Hi there – for some reason the product filters are showing data that does not exist.

    I have deactivated all plugins except for woodmart core and woocommerce and the problem persists.

    If you need to bulk deactivate plugins to test please use Bulk Deactivate tool – https://monosnap.com/file/C4OHmndSOsO5BricnRUaeSsUmn1aap. Don’t worry this is a staging site.

    All filter widgets are from Woodmart, attributes are showing that do not exist as variants or as hidden attributes. I verified by exporting this particular category as CSV and checking all product meta.

    Admin credentials are in the private content section.

    Thanks

    #286570

    Artem Temos
    Keymaster

    Hello,

    Could you please check how it works with some default WordPress themes like TwentyTwenty or WooCommerce Storefront to understand is it our theme issue or not? Test with standard WooCommerce filter widgets.

    Regards

    #286926

    tchock
    Participant

    ok – I fixed this. It was a weird issue with WooCommerce. Apparently the height attribute was corrupted. When I tried editing it as an admin it was saying that I needed higher permissions to edit the offending attribute. Fixed by deleting and reassigning to the products.

    Also, this snippet may be helpful to those that have many products or a crazy amount of attribute combinations in their store.

    /* Increase Woocommerce Variation Threshold */
    function wc_ajax_variation_threshold_modify( $threshold, $product ){
      $threshold = '1111';
      return  $threshold;
    }
    add_filter( 'woocommerce_ajax_variation_threshold', 'wc_ajax_variation_threshold_modify', 10, 2 );
    #287017

    Artem Temos
    Keymaster

    Great, we are glad that you sorted it out. Let us know if you have any additional questions that we might help you with.

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

The topic ‘Shop filter showing data that does not exist’ is closed to new replies.