Fix Invalid Address Free Module
Free
Free Module to fix Invalid Address PrestaShop Exception when accessing the Customer or Shopping Cart page from admin.
- Latest Update
- 02/24/2022
- PrestaShop Compatibility
- v1.6 & v1.7
- Module Version
- v1.0.0
PrestaShop Addons Listed
This item is listed on PrestaShop Addons so you can trust us.
The Invalid Address PrestaShop Exception error occurs when the address assigned to a shopping cart has been deleted from the database.
The module checks which shopping carts have this problem, and can solve it in 2 ways
- Remove Cart Items from DB - Remove shopping carts with invalid addresses from the ps_cart table
- Set ID Address to 0 - Set ID 0 for invalid addresses
To avoid this problem in the future, this fix can be implemented: https://github.com/PrestaShop/PrestaShop/pull/11416