Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23
  1. #11
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,672
    Plugin Contributions
    123

    Default Re: Known bugs (and fixes) for v1.5.8 series

    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
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  2. #12
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,672
    Plugin Contributions
    123

    Default Re: Known bugs (and fixes) for v1.5.8 series

    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.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #13
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,672
    Plugin Contributions
    123

    Default Re: Known bugs (and fixes) for v1.5.8 series

    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
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #14
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,672
    Plugin Contributions
    123

    Default Re: Known bugs (and fixes) for v1.5.8 series

    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
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #15
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,672
    Plugin Contributions
    123

    Default Re: Known bugs (and fixes) for v1.5.8 series

    AuthorizeNet AIM requires this fix:

    https://github.com/zencart/zencart/pull/5653/files
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #16
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,672
    Plugin Contributions
    123

    Default Re: Known bugs (and fixes) for v1.5.8 series

    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
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #17
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,672
    Plugin Contributions
    123

    Default Re: Known bugs (and fixes) for v1.5.8 series

    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
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  8. #18
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,672
    Plugin Contributions
    123

    Default Re: Known bugs (and fixes) for v1.5.8 series

    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.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #19
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,672
    Plugin Contributions
    123

    Default Re: Known bugs (and fixes) for v1.5.8 series

    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.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  10. #20
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,672
    Plugin Contributions
    123

    Default Re: Known bugs (and fixes) for v1.5.8 series

    Upgrading an old database with paypaldp and going to PHP 8.2 - it's possible that you may get this error:

    Code:
    PHP Fatal error: Uncaught Error: Undefined constant "MODULE_PAYMENT_PAYPALDP_MERCHANT_COUNTRY"
    
    /home/YOURACCOUNT/public_html/includes/modules/payment/paypaldp.php:264
    If this happens, simply go to Admin > Modules > Payment and visit the PayPal configuration page to fix it.


    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.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v157 Known bugs (and fixes) for v1.5.7 series
    By DrByte in forum Upgrading to 1.5.x
    Replies: 16
    Last Post: 5 Apr 2024, 02:08 AM
  2. v156 Known bugs (and fixes) for v1.5.6 series
    By DrByte in forum Upgrading to 1.5.x
    Replies: 10
    Last Post: 1 Oct 2020, 06:27 PM
  3. Known Bugs and Fixes for v1.5.5 and below
    By swguy in forum Upgrading to 1.5.x
    Replies: 0
    Last Post: 27 Jun 2020, 08:13 PM
  4. v157 Known bugs (and fixes) for v1.5.7 series
    By DrByte in forum Bug Reports
    Replies: 1
    Last Post: 26 Jun 2020, 02:37 PM
  5. v156 Known bugs (and fixes) for v1.5.6 series
    By DrByte in forum Bug Reports
    Replies: 8
    Last Post: 26 May 2019, 11:32 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR