Transdirect Module - Clean Uninstall
====================================

NOTE: Upgrading does NOT require uninstalling. To upgrade, simply
upload the new includes/modules/shipping/transdirect.php over the
old one and visit Admin > Modules > Shipping Modules once. Your
API key and settings are kept and any new settings are added
automatically.

FULL CLEAN UNINSTALL (removes all settings including API key)

1. Admin > Modules > Shipping Modules > select "Transdirect"
   > click Remove Module (click again to confirm).
   This deletes all MODULE_SHIPPING_TRANSDIRECT_* rows from the
   configuration table.

2. Delete these files via FTP / File Manager:
     includes/modules/shipping/transdirect.php
     includes/languages/english/modules/shipping/transdirect.php

3. Done. No core files or database tables were modified by this
   module, so nothing else needs reverting. Customer sessions
   holding cached quotes expire on their own.

FALLBACK: if the admin page cannot load the module (e.g. the file
was deleted before removing), run this SQL in phpMyAdmin instead
of step 1 (adjust table prefix if you use one):

  DELETE FROM configuration
  WHERE configuration_key LIKE 'MODULE\_SHIPPING\_TRANSDIRECT\_%';

Then remove any leftover files as per step 2.
