Products category widget on the sidebar
-
Hello, I have a problem in this page : https://snapshop.fr/boutique when I click on a link of the products category widget on the sidebar, for example “Boucles d’oreilles”. Instead the category products page with the products, I have a page with special characters. And when I refresh the page everything is ok.
I tried to desactivate plugins one by one but it doesn’t change anything.
I need to fix this problem as soon as possible because customers can think that the website doesn’t working when they click on one of the link of the products category widget.
Thanks in advance
Attachments:
You must be
logged in to view attached files.
Hello,
Could you please disable all plugins that are not related to our theme, update the theme and switch to the parent theme so we can check it?
Thank you in advance
Thanks for your answer.
I disable all plugings that are not related to the theme, but I still have the same problem.
I’m not using a child theme so I can’t switch to the parent theme because I’m already on it.
Regards
PS : I put the maintenance mode, you will need to login to see the website
Please, send us your FTP access as well.
You will find those informations in the private content area.
Regards
Try to edit the file woodmart/woocommerce/archive-product.php and replace this line
if( woodmart_is_woo_ajax() == 'fragments' ) {
with this one
if( woodmart_is_woo_ajax() === 'fragments' ) {
It’s working, thanks a lot.
Could you tell me what was the problem and if it will happen again after woocommerce update.
Thanks
We will fix this in our next theme update.
The topic ‘Products category widget on the sidebar’ is closed to new replies.