Latest Update - FiboSearch Conflict
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from kjongsys_admin on September 12, 2022, 19:37Hello,
After upgrading to the latest version of WOOF (of which my client absolutely loves your product)...we are receiving the following issue when using with FiboSearch as the text search. There wasn't an issue prior to the latest version, it was only when we upgraded to the latest version. We turned off the test search for WOOF and just use it for filtering of colors, categories, etc. Some products aren't showing up in the search, so that's why it's used in conjunction with FiboSearch, which is extremely exhaustive in all the various fields my client uses. I'm receiving this error now when searching:
function dgwt_wcas_s_init() { setTimeout(function () { woof_current_values.dgwt_wcas_s = 'big book'; }, 100); } if (document.readyState !== 'loading') { dgwt_wcas_s_init(); } else { document.addEventListener('DOMContentLoaded', dgwt_wcas_s_init); }
Hello,
After upgrading to the latest version of WOOF (of which my client absolutely loves your product)...we are receiving the following issue when using with FiboSearch as the text search. There wasn't an issue prior to the latest version, it was only when we upgraded to the latest version. We turned off the test search for WOOF and just use it for filtering of colors, categories, etc. Some products aren't showing up in the search, so that's why it's used in conjunction with FiboSearch, which is extremely exhaustive in all the various fields my client uses. I'm receiving this error now when searching:
function dgwt_wcas_s_init() { setTimeout(function () { woof_current_values.dgwt_wcas_s = 'big book'; }, 100); } if (document.readyState !== 'loading') { dgwt_wcas_s_init(); } else { document.addEventListener('DOMContentLoaded', dgwt_wcas_s_init); }
Quote from Pablo Borysenco on September 13, 2022, 12:33Hello
Yes, this 3rd party plugin adds invalid code.
You should contact FiboSearch support to find out how to remove their code
This happens because we have added a function to clear the fields of our plugin. This is very important for site security.
Hello
Yes, this 3rd party plugin adds invalid code.
You should contact FiboSearch support to find out how to remove their code
This happens because we have added a function to clear the fields of our plugin. This is very important for site security.
Quote from kjongsys_admin on September 13, 2022, 17:06I have rolled back the plugin to 2.2.9.2 for the time being until I receive a response from FiboSearch. Thanks for the reply on this, and I will follow-up if necessary.
When you're stating "added a function to clear the fields of our plugin" -- is this GDPR, is this to "reset" the settings on the backend, or is the "RESET" button on the front end of the site? Just wanting to be clear how this new feature is important.
The text search feature within WOOF is not fully inclusive, and we're missing some products when searching, otherwise we would just use WOOF exclusively. Thanks again for the information.
I have rolled back the plugin to 2.2.9.2 for the time being until I receive a response from FiboSearch. Thanks for the reply on this, and I will follow-up if necessary.
When you're stating"added a function to clear the fields of our plugin" -- is this GDPR, is this to"reset" the settings on the backend, or is the"RESET" button on the front end of the site? Just wanting to be clear how this new feature is important.
The text search feature within WOOF is not fully inclusive, and we're missing some products when searching, otherwise we would just use WOOF exclusively. Thanks again for the information.
Quote from Pablo Borysenco on September 14, 2022, 10:28Hello
When you're stating"added a function to clear the fields of our plugin" - These are functions that clean up the data before displaying it (this is in PHP code) which increases the security of the site. And a third-party plugin using the functionality of our plugin adds code( https://share.pluginus.net/image/i20220914082316.png ) and the security feature prevents this code from executing.
Hello
When you're stating"added a function to clear the fields of our plugin" - These are functions that clean up the data before displaying it (this is in PHP code) which increases the security of the site. And a third-party plugin using the functionality of our plugin adds code( https://share.pluginus.net/image/i20220914082316.png ) and the security feature prevents this code from executing.