ahawtin
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] SSL warningNo problem, the French site can be found at:
Hello Prashant,
thank you for your plug-in. It has been very helpful to us. We too are planning an update to php 8 in Q4 of this year. Our initial conversion did result in an error caused by your plug-in. The error message is shown below. Please let me know if there is anything more you need from us to resolve the problem.
Fatal error: Uncaught TypeError: Illegal offset type in /home/staging/public_html/woo-test/wp-admin/includes/template.php:1589
Stack trace: #0 /home/staging/public_html/woo-test/wp-content/plugins/wp-database-backup/includes/admin/class-wpdb-admin.php(324): add_settings_section(‘wp_db_backup_ma…’, ”, ‘wp_db_backup_se…’, Array)
#1 /home/staging/public_html/woo-test/wp-includes/class-wp-hook.php(303): WPDB_Admin->wp_db_backup_admin_init(”)
#2 /home/staging/public_html/woo-test/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array)
#3 /home/staging/public_html/woo-test/wp-includes/plugin.php(470): WP_Hook->do_action(Array)
#4 /home/staging/public_html/woo-test/wp-admin/admin.php(175): do_action(‘admin_init’)
#5 /home/staging/public_html/woo-test/wp-admin/plugins.php(10): require_once(‘/home/staging/…’)
#6 {main} thrown in /home/staging/public_html/woo-test/wp-admin/includes/template.php on line 1589`Forum: Plugins
In reply to: [Test jQuery Updates] How to use itOK – totally confused as well. HighKay is right that this only works in WP 5.5. I installed it on a production site which is still on WP 5.5 and it works fine. It does of course say not to use it on a production site so I will take see if any problems are reported then remove it. It does not work on WP 5.6. Very strange!
Forum: Reviews
In reply to: [WooCommerce] Plugin – 5 points, support-1 point.Sad but true. The responses are designed to delay and deflect – not to fix problems. Even problems which shouldn’t be there in the first place if proper code regression were done before a release. In many cases the bugs would be easy to fix by the code author. Painful.
Forum: Plugins
In reply to: [WooCommerce] Problem with new order emailSorry – total brain freeze on my part. I market up the pdf invoice and should have marked up the confirmation email. Here is the correct jpeg:
https://alhawtin.com/woo_email_issue/email_order_notification1.jpg
You can readily see the problem here.
Thanks again,
AlForum: Plugins
In reply to: [WooCommerce] Problem with new order emailHere is a link to a jpg of the email. As you can see from the first line item the discounted price is presented but the (extended) price uses the undiscounted price. So the math appears not to work. The final math in the order does however work as the discount is applied in bulk in the line below the subtotal. So the order total is correct – it just looks strange to the customer. Thanks for your help.