I wanted to post these couple of PHP Warnings I've come across to hopefully help with future updates...and as well, if you could let me know what code to add now, so I can correct these and not have to go through these same ones each day.
#1 - I sell digital products, and when updating a customer's order to give them more download attempts, I get the following in my Debug Log...
PHP Warning: Undefined array key 1 in /includes/classes/shopping_cart.php on line 2669.
When I update more than 1 order...it then also gives me....Undefined array key 2 (in the same file on the same line)
Undefined array key 3...etc.
#2 - I am doing a cross promotion with another company and am giving a free coupon code to their customers. When the customer uses this code, I get the following PHP Warning in my Debug Log....
PHP Warning: Undefined global variable $free in includes/modules/payment/paypaldp.php on line 1645.
and also...
PHP Warning: Attempt to read property "tax_class" on null in includes/modules/payment/paypaldp.php on line 1645
Thanks for your help!
Bookmarks