• hi,

    price filter attribute is not working on my website, when i include the widget in the sidebar then it is not displaying, if i include the short-code of created product filter in text widget in the sidebar it is displaying but price filter is not working please let me know how to resolve this. Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Confirm it is not working for me ether. Filter by price is NOT VISIBLE at all.

    Version 3.6.4, DB version 3.6.4. I tried this in my theme function.php:

    function update_woocommerce_version() {
    		if(class_exists('WooCommerce')) {
    			global $woocommerce;
    			
    			if(version_compare(get_option('woocommerce_db_version', null), $woocommerce->version, '!=')) {
    				update_option('woocommerce_db_version', $woocommerce->version);
    				
    				if(! wc_update_product_lookup_tables_is_running()) {
    					wc_update_product_lookup_tables();
    				}
    			}			
    		}		
    	}
    add_action('init', 'update_woocommerce_version');

    … But it does not work for me.

    Other plugins working well dough. Any help will be much appreciated.

    Thanks in advance!

    Plugin Author Nick McReynolds

    (@woobewoo)

    Hi, @zmeiq and @siddardhakolanupaka

    Thank you for contacting us.
    We can not reproduce this issue on our test server. Please, contact us via internal support. We will check everything and will help.

    Best regards, Nick

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘price filter attribute not working’ is closed to new replies.