Home Forums Basel support forum Change filter options

Change filter options

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #34357

    zolutech
    Participant

    who can i create my oun attributes and filter items with it

    #34369

    Artem Temos
    Keymaster

    Hi,

    Here is a video tutorial that will help you create variable products with variations swatches and add AJAX filters for them https://www.youtube.com/watch?v=gp3SMkKvUvs

    Regards

    #34377

    zolutech
    Participant

    Thanks!, but, how can I disable default filters?

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

    Artem Temos
    Keymaster

    Try to add the following PHP code snippet to the child theme functions.php file to do this

    add_filter( 'basel_use_custom_price_widget', '__return_false', 10 );
    add_filter( 'basel_use_custom_order_widget', '__return_false', 10 );
    #34389

    zolutech
    Participant

    Nice! it works, thank you, so helpful!

    #34403

    Artem Temos
    Keymaster

    Great, you are welcome!

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

The topic ‘Change filter options’ is closed to new replies.