• Resolved marxveix

    (@marxveix)


    Hi,

    Woocommerce price filter not showing up, it is added to widget area.

    Please help.

    Best regards,
    MarxVeix

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

Viewing 15 replies - 16 through 30 (of 34 total)
  • @woovina

    Hi woovina

    I have the same problem, and I can’t show the filter by attribute on my sidebar too.
    So I copy your code in my theme like your said, and I have the Avada theme. Whatever I copy the code to the functions.php of Avada child or Avada, it’s not working. Like you describe my version of WC is <3.6. Does there need times or I copy to the wrong file?

    @zyqz437 Please try update WooCommerce to latest version and try go to WooCommerce > Status > Tools and click on the buttons: https://nimb.ws/jvUhol (then check again)

    @woovina The version is 3.7.0, and I clicked the buttons. It’s also not working.
    The class-wc-widget-price-filter.php is < 3.6.

    public function widget( $args, $instance ) {
    		global $wp;
    
    		// Requires lookup table added in 3.6.
    		if ( version_compare( get_option( 'woocommerce_db_version', null ), '3.6', '<' ) ) {
    			return;
    		}
    
    		if ( ! is_shop() && ! is_product_taxonomy() ) {
    			return;
    		}
    

    @zyqz437 Strange! I can help you debug and fix this problem, but i need FTP account.

    @woovina
    Only the server account on SiteGround or WordPress account of site and SiteGround account?

    @woovina I don’t know how to use FTP

    @zyqz437 I also encounter the same problem, i just follow woovina instruction and also i update my php version.

    @chipmunkxiz It’s work? or not.

    It’s working! Just update your PHP version even without putting the codes in function.php

    Im also getting same issue…i create new page where i call Side bar…. in sode bar Price filter is not working. on my page product Prices is mention. in widget area its already setup price filter but on page its not showing up.

    Check Link https://nameplatewala.com/shop/wooden-name-plates/

    Hi, I have found a solution for this:

    I used bookable products. The price filter isn′t showing as widget on my shop page.

    As solution, I have created a custom field (with the plugin advanced custom fields) and named it **_price**. When I add via this custom field to each product a price, the filter is showing and working.

    I hope, that is explained well. If not, please reply.

    After all the above were fulfilled, if it still doesn’t show up, go to Dashboard – Woocommerce -> Status -> Tools and hit the following buttons: WooCommerce transients – Clear Transients, Expired transients – Clear Transients, Product lookup tables – Regenerate. Worked for me.

    My price didn’t show up too when I created a page using this woocommerce code [recent_products category=”jewel”]. want to get those product under new-arrival category or tag

    I need to change the filter price minimum and maximum but don’t find any option

    Greetings all.. So I have woocommerce working really well… the only thing that does not work is the product price filter.. when you slide it between values ie ?min_price=3500&max_price=25000 for example it shows all the products of any value. If i sort products price high to low, that works fine… so I have come the conclusion that its the theme I am using! I have tried in twenty fifteen and the price slider return the correct values when slidden… so I have a lovely nice new site and cannot show products between 2 prices or even below a price. I am using the them construction light by sparke… they just say, its not compatible and offer no help so I am stuck… can any of you please help as I have literally tried everything. Just worth mentioning that I have tried WOOF & all plugins… none work. Thanks everyone & I hope you are all well and safe at this bonkers time we all find ourselves in. John

Viewing 15 replies - 16 through 30 (of 34 total)
  • The topic ‘Woocommerce Price Filter Not Working’ is closed to new replies.