• I’m using YITH AJAX Filter Preset’s Widget.
    It is not possible to change page the search result, When the search result is more than one page.
    That means every page number we click on, The first page results are displayed again and do not go to another page.

    I think the problem is with WooCommerce’s database.
    What tables does YITH WooCommerce Ajax Product Filter plugin use?
    Which tables should I drop?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter hopefulness

    (@hopefulness)

    I deleted all WooCommerce data (including products, order data, etc.)
    I modify the site’s wp-config.php file and add define( 'WC_REMOVE_ALL_DATA', true ); to it. then deactivating and deleting WooCommerce plugin and installed it again.
    The problem still exists.

    So, the problem is not with the database.

    Thread Starter hopefulness

    (@hopefulness)

    I think I found the problem.

    When using the filter YITH AJAX Filters Preset (Widget), This phrase is added to the URL:
    URL/?yith_wcan=1&filter_FILTER-NAME=TERM&query_type_FILTER-NAME=and

    When I want to change page to second page, the URL changed to
    URL/?yith_wcan=1&filter_FILTER-NAME=TERM&query_type_FILTER-NAME=and&paged=2

    As you can see, at the beginning of the URL (between yith_wcan= and &filter_) An extra number is inserted. Also, The phrase selected for FILTER-NAME is entered twice in the URL.

    for example: URL/?yith_wcan=1&filter_company=apple&query_type_company=and&paged=2

    How can I remove the URL’s extra phrase?

    • This reply was modified 3 years, 1 month ago by hopefulness.
    • This reply was modified 3 years, 1 month ago by hopefulness.
    • This reply was modified 3 years, 1 month ago by hopefulness.
    • This reply was modified 3 years, 1 month ago by hopefulness.
    • This reply was modified 3 years, 1 month ago by hopefulness.
    Plugin Support Andrea Grillo

    (@agengineering)

    Hi there,

    I’m sorry you can’t remove it because one argument is for the filter and another one is for the query type. I’m sorry.

    For the other question I have replied in this topic.

    thanks

    Thread Starter hopefulness

    (@hopefulness)

    Hi @agengineering

    If we delete the number (1) from the beginning of the URL, the problem will be solved.

    Thread Starter hopefulness

    (@hopefulness)

    Hi @agengineering

    The result need to change to it or it

    Plugin Support Andrea Grillo

    (@agengineering)

    Hi there,

    the param yith_wcan=1 simply means that our plugin apply a filters. The number 1 don’t means first page, is simply a check. I need to investigate about that.

    I’ll let you know when I have news.
    Thanks!

    Thread Starter hopefulness

    (@hopefulness)

    Hello @agengineering

    The problem still exists.
    We will be waiting for your news.

    Thanks

    Plugin Support Pablo Pérez

    (@pperez001)

    Hi there,

    We performed some test with your configuration and couldn’t replicate your issue in our local. In order to find out if there if the issue is between our plugin an another plugin or with your theme. Could you disable all your plugins ( except from WooComerce and our plugin) and test if the issue persist? if it does, then switch to another standard theme like Twenty Fifteen.

    Have a great day.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘YITH AJAX Filter Preset’s Widget’ is closed to new replies.