Home Forums Basel support forum Remove Price Filter

Remove Price Filter

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #14322

    esthetis
    Participant

    Hi,

    Please let me know how to remove price filter from the Filters in shop/category page.

    We need more space for other attributes.

    REgards
    Pier

    #14324

    Artem Temos
    Keymaster

    Hi,

    Add the following code snippet to the functions.php file in the child theme to disable it

    add_filter( 'basel_use_custom_price_widget', '__return_false', 10 );
    

    Regards

    #14326

    esthetis
    Participant

    doesn’t work screeshot attached

    after clearing all caches

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

    Artem Temos
    Keymaster

    Please, provide us your FTP access so we can check the code.

    #14330

    esthetis
    Participant

    in private I have copied the code of our functions.php in child theme

    your filter added at bottom line 181

    please let me know

    #14335

    esthetis
    Participant

    If you need FTP private below

    #14338

    Artem Temos
    Keymaster

    We have moved it to the top. Please, check how it works now.

    #14373

    esthetis
    Participant

    It works now thanks

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

The topic ‘Remove Price Filter’ is closed to new replies.