paralen13
Forum Replies Created
-

the settings
Hello,
if you go here and try to post a review you get an error https://www.tvorimsrdcom.sk/recenzie/
This error only happens when Booster is activated. If we deactivate the whole Booster plugin the reviews work just fine. We even tried a “fresh” install of Booster, we tried to disable all Booster “addons/plugins” and also we did a reset of Booster settings & meta in the settings.
When we contacted the author of the Site reviews plugin he told us that something is modifying the HTML. And i assume “something” is Booster because it only happens when Booster is activated. You can read the modified code in the support thread of the Site reviews plugin here: https://ww.wp.xz.cn/support/topic/please-fix-the-form-errors/
Here are our Booster settings.
Thank you very much.
Forum: Plugins
In reply to: [Site Reviews] Please fix the form errors.Using this one snippet which hides the add to cart button in a specific category. I tried disabling it but didn’t help.
function hwn_is_purchasable($product_purchasable,$product) {
if( has_term( array('pletene-z-papiera'), 'product_cat', $product->id ) ) {
return false;
}
return $product_purchasable;
}
add_filter('woocommerce_is_purchasable', 'hwn_is_purchasable',10,2);Forum: Plugins
In reply to: [Site Reviews] Please fix the form errors.I already tried that and also did a reset of all the booster plugin settings to default and it didn’t help. So it happens just by having the default booster plugin installed without any additional configuration done to it.
Forum: Plugins
In reply to: [Site Reviews] Please fix the form errors.Thanks,
by disabling other plugins one by one we found out that this is happening only when the plugin “Booster for Woocommerce” is activated.
We contacted their support now.
Forum: Plugins
In reply to: [Packeta] Packeta sa nezobrazuje v kosikuChyba nebola v plugine ale v zle nastavenej hmotnosti pri produkte – nad limit pluginu.
Forum: Plugins
In reply to: [Packeta] Nepodarilo sa vytvoriť zásielku.Dakujem za odpoved. Nastavenie sme nasli a zapli.
J.