Here are instructions for uninstalling Matrixrate from the database:
We accept no responsibility for errors; make a backup if unsure.
- Go into phpmyadmin
- Bring up sql prompt
- Run select * from core_config_data WHERE path like “carriers/matrixrate%”;
- Ensure values returned look correct (if in doubt be careful!)
- Run delete FROM core_config_data WHERE path like “carriers/matrixrate%”;