Home Forums WoodMart support forum Price filter bug

Price filter bug

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #722129

    adam.poor
    Participant

    Hello, please i have problem with price filter after woodmart update. Price filter is not working for me.

    WoodMart 8.5.4 + WoodMart Core latest update

    Issue:
    Product price filtering causes HTTP 500 error.

    Examples:

    * /kategoria-produktu/filamenty/?max_price=44 -> HTTP 500
    * /kategoria-produktu/filamenty/?min_price=1 -> HTTP 500
    * /kategoria-produktu/filamenty/?orderby=price -> works

    Tests performed:

    * Switched to Storefront theme -> works correctly
    * Disabled AJAX Shop -> no change
    * Regenerated WooCommerce lookup tables -> no change
    * Disabled custom snippets -> no change
    * Disabled custom import plugins -> no change

    This issue started after the latest WoodMart / WoodMart Core update.

    #722139

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site, and then check the issue. I am sure your issue will be solved. Then, activate the 3rd party plugins one by one and check which plugin is creating the issue for you.

    Otherwise, if the issue still exists, then keep the 3rd party plugins deactivated and share the WP admin login details of your site so I can check and give you a possible solution.

    Best Regards

    #722160

    adam.poor
    Participant

    Hi, I tried disabling plugins that can do something with the price but nothing helped, I also disabled all snippets and nothing. But when I disable theme and switch to another one, it works without problems, there was an update yesterday and it started doing it since then

    #722170

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Thank you for the additional information.

    Since the issue persists even after disabling plugins, and it only occurs when WoodMart is active, we need to investigate it further.

    Could you please keep the issue reproducible and provide your WP-Admin login details in the Private Content field? We will check the issue directly on your site and give you a possible solution.

    Best Regards.

    #722171

    adam.poor
    Participant

    Hello i can do it but how can i send it only to you? Because i dont see here some message button only to you

    #722172

    adam.poor
    Participant

    here it is

    #722222

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please try removing the WooCommerce Product Filters widgets from the sidebar and replace them with the classic Price Filter widgets and check how it works.
    https://postimg.cc/zL6FQnvV

    Best Regards

    #722355

    adam.poor
    Participant

    Hello, thank you with classic filter it is working. Please can i have one question for you. How can i crop galery image in the theme? In one theme that i used before there i could set galery image px that but here i can not find it. I send you photo what i mean. Thank you

    Attachments:
    You must be logged in to view attached files.
    #722359

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry to say, the login details you provided are not working. Please share the correct login details so I can check the issue and give you a possible solution. Also share the product page URL where the gallery height is not the same so i will further check on your site and give you a possible solution.

    Best Regards

    #722361

    adam.poor
    Participant

    Hello, i am sending you new login information. And sending a link to some product to see how it looks. Thank you for help

    #722405

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try using the below Custom CSS code and paste it to Dashboard > Theme Settings > Custom CSS. You can adjust the 150px value to your preferred thumbnail height.

    .wd-gallery-thumb .wd-carousel-item img {
        height: 150px;
    }

    Best Regards.

    #722408

    adam.poor
    Participant

    Hello, this code is only changing thumbnail photo, but when i open that gallery photo it is huge. Isnt there some settings to make max width of galery photo or somethink like that?

    #722414

    adam.poor
    Participant

    So i made it with this css code thank you.

    .wd-gallery-images .woocommerce-product-gallery__image img {
    max-height: 300px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    }

    #722447

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Thanks for the update — glad to hear you have resolved the issue.

    We’ll mark this topic as solved. If you need any further help or notice anything else, feel free to open a new thread.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme:
    https://www.trustpilot.com/review/xtemos.com

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Price filter bug’ is closed to new replies.