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.
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 4 years, 7 months ago by
hopefulness.
-
This reply was modified 4 years, 7 months ago by
hopefulness.
-
This reply was modified 4 years, 7 months ago by
hopefulness.
-
This reply was modified 4 years, 7 months ago by
hopefulness.
-
This reply was modified 4 years, 7 months ago by
hopefulness.
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
Hi @agengineering
If we delete the number (1) from the beginning of the URL, the problem will be solved.
Hi @agengineering
The result need to change to it or it
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!
Hello @agengineering
The problem still exists.
We will be waiting for your news.
Thanks
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.