Gyula Csiak
Forum Replies Created
-
I could reproduce the double-fee error for Cash-on-Delivery payment, while Woo Discount Rules was disabled, and the problem still remains the same, just like mentioned in this previous Topic:
Double Paypal transaction fee | www.remarpro.com
As I cannot delete and leave the title blank, because of invoicing requirements, so I would need a hotfix on this problem as soon as possible!
Thank you in advance!
Thank you very much, that solved the task! Great help!
Forum: Plugins
In reply to: [Order Export & Order Import for WooCommerce] PHP 8.2 Compatibility NeededTemporarely this modification solved the bug:
(float)$cost_min = $this->get_product_cost( $product_id_min );
(float)$cost_max = $this->get_product_cost( $product_id_max );
(float)$profit_min = ( 0 != $cost_min && null != $cost_min ? $min / (float)$cost_min * 100 : ” );
(float)$profit_max = ( 0 != $cost_max && null != $cost_max ? $max / (float)$cost_max * 100 : ” );I also have this problem at the moment:
DeprecatedCreation of dynamic property Cookie_Law_Info_Cli_Policy_Generator::$plugin_name is deprecated1+wp-content/plugins/cookie-law-info/legacy/admin/modules/cli-policy-generator/cli-policy-generator.php:176Plugin: cookie-law-infoDeprecatedUse of “self” in callables is deprecated1+wp-content/plugins/cookie-law-info/legacy/includes/class-cookie-law-info.php:604Plugin: cookie-law-info
Hi,
Please check out our webshop product pages (see hidden link) and see the size and colour filter dropdown controls, they show up with all available values auto-expanded, so it is looking very silly and so it is useless. From WP Fastest Cache Support I received the answer to double-check the CSS-problems and CSS-Compression cannot be allowed, as it generates the following visual issues as seen on this link below, because of CSS problems, errors and warnings:
Forum: Plugins
In reply to: [Ultimate Order Combination] PHP Notice in Query MonitorThank you for your help and reply, I can confirm, that the problem is solved within version 1.4.4 succesfully.