shipmondo / prestashop_shipping_module

Shipmondo Shipping Module for Prestashop
2 stars 4 forks source link

Prompt to delete carriers when uninstalling #53

Closed JanMSP closed 2 months ago

JanMSP commented 3 years ago

Suggestion from a customer: Prompting the user when uninstalling the module, whether or not it should delete the carriers, created by the module.

JanMSP commented 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.