This topic has 6 replies, 2 voices, and was last updated 1 years, 3 months ago ago by Rose Tyler
Hi folks,
yesterday I’ve updated to Template to version 9.1.11 and Core to 5.1.11. After that update my category filters in shop are missing brands.
Also I see some errors in logfile, that comes from framework!
Any idea, what could be the problem?
Thx in advance.
Hello, Shark,
Thank you for getting in touch with us.
Please provide FTP access also – FTP host, FTP username, FTP password, FTP port, FTP encryption). To create FTP access, please contact your hosting provider for assistance.
Kind Regards,
8theme team
Sure, no problem!
Hello, Shark,
We have resolved this issue by adding the following filters to the functions.php of the theme.
add_filter( 'etheme_widget_product_brands_cache', '__return_false');
add_filter( 'etheme_widget_product_categories_cache', '__return_false');
We have also made changes to the following files, the fixes will be included in the next theme update.
et-core-plugin/app/models/widgets/categories-filter.php
et-core-plugin/app/models/widgets/brands-filter.php
Kind Regards,
8theme team
Hi Rose,
thx for quick help. I don’t think that was a aching problem. Before I’ve opened support-ticket, I’ve tested deactivating cache completly on staging-site, but wihout any effect. But it doesn’t matter, the main thing is that everything works again now.
Best regards.
Andreas
Hello, Shark,
You’re welcome!
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up