Closed JanMSP closed 2 months ago
We will do this as PrestaShop states that a carrier module must delete its carriers:
The module must handle:
- Its own uninstallation, and the “deletion” of one or more of its carriers.
Source: https://devdocs.prestashop-project.org/8/modules/carrier/
But carriers in PrestaShop are soft deleted, so you could get them back if you really wanted to.
Suggestion from a customer: Prompting the user when uninstalling the module, whether or not it should delete the carriers, created by the module.