The links in the Orders dashboard widget on the home page (that go to the orders page, filtered by the selected status) don't filter correctly.
Fix:
https://github.com/zencart/zencart/pull/5440
Printable View
The links in the Orders dashboard widget on the home page (that go to the orders page, filtered by the selected status) don't filter correctly.
Fix:
https://github.com/zencart/zencart/pull/5440
Transaction ID missing from PayPal email.
Fix: https://github.com/zencart/zencart/pull/5464/files
See warning in post #9 about additional files required for PayPal.
If you need to use mysqli or access the `link` variable in the database class, please apply this PR:
https://github.com/zencart/zencart/pull/5486
Admin pages with numeric dropdowns that provide pagination (page 1, 2, ... n) such as catalog > categories/products and catalog > option name manager do not work in 1.5.8; please apply this fix:
https://github.com/zencart/zencart/pull/5608/files
AuthorizeNet AIM requires this fix:
https://github.com/zencart/zencart/pull/5653/files
Product descriptions are not appearing in various places when they should be (listing pages, etc.)
You need this fix:
https://github.com/zencart/zencart/c...e1edf57cb5b757
All above listed bugs and many others are fixed in the Zen Cart 1.5.8a release.
You may download 1.5.8a here: https://github.com/zencart/zencart/releases
Admin > Catalog > Manufacturers does not show Insert button when list of manufacturers is empty (i.e. Initially).
Fix https://github.com/zencart/zencart/pull/5703/files
This was fixed in 1.5.8a.
Rare but possible: customers_default_address_id values in the customers table can get clobbered.
If you are running Zen Cart 1.5.8 or 1.5.8a, you should apply this patch to your system:
https://github.com/zencart/zencart/pull/5687/files
Special thanks to Zen Cart user and developer @marco-pm for cracking this bug.
Upgrading an old database with paypaldp and going to PHP 8.2 - it's possible that you may get this error:
If this happens, simply go to Admin > Modules > Payment and visit the PayPal configuration page to fix it.Code:PHP Fatal error: Uncaught Error: Undefined constant "MODULE_PAYMENT_PAYPALDP_MERCHANT_COUNTRY"
/home/YOURACCOUNT/public_html/includes/modules/payment/paypaldp.php:264
This issue is fixed in Zen Cart 2.0.0 via https://github.com/zencart/zencart/pull/6144/files ... which is safe to apply to your v1.5.8 site too.