geoj
Forum Replies Created
-
Forum: Reviews
In reply to: [WooCommerce PayPal Payments] HORRIBLE HORRIBLE PLUG-INThe sale was not a zero or free sale. There was a discount of $5 with a sale amount of $35. I can recreate the error at will.
I have the same issue. see https://www.oceanofgrassfilm.com
- This reply was modified 4 years ago by geoj.
Thank you, Shea! That did the trick.
Thanks for the quick reply. I have figured out it is the code to add a new report to the ORDERS tab.
Here is the code that is causing the issue.
add_filter( ‘woocommerce_admin_reports’, ‘bbloomer_admin_add_report_orders_tab’ );
function bbloomer_admin_add_report_orders_tab( $reports )
{$tab_array = array(
‘sales_by_state’ => array(
‘title’ => ‘Sales by State via snippet’,
‘description’ => ”,
‘hide_title’ => true,
‘callback’ => ‘bbloomer_yearly_sales_by_state’),
);
$reports[‘orders’][‘reports’] = array_merge($reports[‘orders’][‘reports’],$tab_array);return $reports;
}For the life on me, I can’t figure out why the array_merge is failing…any thoughts would be greatly appreciated!
-Georg
Figured it out. Bad array_merge funtion in one of the code snippets I added.
Sure enough there was a conflict with a code snippet I added. FYI the code snippet added a report tab to the woocommerce ORDERS reports, but was throwing an error due to an incorrect usage of array_merge function.
Once I disabled that snippet, it works perfectly!! Thanks for your help.Forum: Plugins
In reply to: [WooCommerce] WC error after paymentI am getting this same message over and over in my error_log file. The message does not point to the offending plug-in unfortunately. How can I figure out who/what is calling this depreciated code???
Thanks.
Tried that, but did not make any difference.
Some more information: The Javascript console did not show any errors while trying to add or modify a slide. It just doesn’t do it..
I am having the same issue, just started. When I duplicate a slide or change an existing slides’ text, nothing occurs although it looks like the change is being saved. WordPress 5.5.2, Avada 7.1.1 No new plugins added so doubtful they conflict. It seems to have started with the wordpress update if I was to guess. Help!
- This reply was modified 4 years ago by geoj.
I have the exact same error caused by your plugin. Please fix asap! Thanks.
Yes! It is now resolved with the new update. Thanks.
Forum: Plugins
In reply to: [Code Snippets] get http: 500 message when Code Snippet is activatedIssue resolved for now!
Forum: Plugins
In reply to: [Code Snippets] get http: 500 message when Code Snippet is activatedI ended up switching from wp-Fastest-Chche to a different vendor. Problem has gone away.
I’ve verified it is tied to only the CONDITIONAL DISCOUNTS plugin. I’ve deactivated every other plugin, and still get the same result of errors.