Zen Cart Logo
Forums / Upgrading to 2.x.x / Known Bugs in 2.1.0

Known Bugs in 2.1.0

Sticky Locked

Views: 3,160

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
23 Nov 2024, 9:03 PM
#1
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,701
Plugin Contributions:
56

Known Bugs in 2.1.0

Confirmed bug reports and fixes for v2.1.0 will be posted here by the project maintainers.

As we find issues, we will fix them in Github for delivery in the next update to 2.1.0.

14 Dec 2024, 1:23 PM
#3
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,701
Plugin Contributions:
56

Re: Known Bugs in 2.1.0

JavaScript problems can occur when gv_balance is null. This is an important fix for JavaScript heavy checkouts (OPC, some payment modules).

Fix: See https://github.com/zencart/zencart/pull/6882/files

3 May 2025, 10:45 AM
#4
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,701
Plugin Contributions:
56

Re: Known Bugs in 2.1.0

Banner Manager can crash when no image provided on update.

Fix: https://github.com/zencart/zencart/pull/6912

25 Oct 2025, 2:57 PM
#5
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,701
Plugin Contributions:
56

Re: Known Bugs in 2.1.0

Deprecation logs created by paypalwpp when TAXAMT not present

--> PHP Deprecated: urldecode(): Passing null to parameter #1 ($string) of type string is deprecated in /home/mysite/public_html/shop/includes/modules/payment/paypalwpp.php on line 514.

Fix: https://github.com/zencart/zencart/pull/7383

6 Nov 2025, 12:06 PM
#6
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,701
Plugin Contributions:
56

Re: Known Bugs in 2.1.0

When a payment module is restricted to a specific Zone, viewing an order placed using this module in admin will show the message:

The configuration of the order's payment module (-name-) has changed. No refunds, auths, captures or voids can be done for this order.

This has been fixed in

https://github.com/zencart/zencart/commit/3bc8b62265ed801b1ef05db476a87f42524dcf91

(This has been an issue for several releases, back to 1.5.8)