• Hello! When the filter products, the URL has the formhttps://xn--73-6kcaak8dgr6ah.xn--p1ai/categories/products?filter_kosmetika=787%2C797&query_type_kosmetika=ор
    and I have to refresh the page that would URL was
    6kcaak8dgr6ah.xn--p1ai / categories / products /? Filter_kosmetika = 787% 2C797 & query_type_kosmetika = op

    How to make so that it would slash was the default?
    ajax product filter

    https://www.ads-software.com/plugins/yith-woocommerce-ajax-navigation/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter diazman73

    (@diazman73)

    can help me at least someone?

    Plugin Author YITHEMES

    (@yithemes)

    Hi,

    you can use this code in your functions.php file located in main root of yourtheme:

    add_action( 'yith_wcan_untrailingslashit', '__return_false' );

    Let me know if works.
    Have a nice day
    YITH

    Thread Starter diazman73

    (@diazman73)

    no, it’s not work((
    you can go to the link https://xn--73-6kcaak8dgr6ah.xn--p1ai/categories/avtomasla/
    when you hover the cursor over the item shows the price and quantity.
    but after the filter, this is not happening.

    how can I fix it?
    Thank you!

    Plugin Author YITHEMES

    (@yithemes)

    Hi,

    the problem is that we needs to trigger again the js action after a filter was apply, but this are linked to our theme that need to add support for our plugin.
    Wich is your theme ? Porto Theme ?
    If I have a copy of this I can try to plain a test but I can’t assure you I can fix this problem by plugin.
    Let me know
    Have a nice day
    YITH

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘need reload page’ is closed to new replies.