diff --git a/app/code/community/Webshopapps/Matrixrate/Model/Adminhtml/System/Config/Backend/Shipping/Matrixrate.php b/app/code/community/Webshopapps/Matrixrate/Model/Adminhtml/System/Config/Backend/Shipping/Matrixrate.php new file mode 100644 index 0000000..2947174 --- /dev/null +++ b/app/code/community/Webshopapps/Matrixrate/Model/Adminhtml/System/Config/Backend/Shipping/Matrixrate.php @@ -0,0 +1,37 @@ + + */ + + +class Webshopapps_Matrixrate_Model_Adminhtml_System_Config_Backend_Shipping_Matrixrate extends Mage_Core_Model_Config_Data +{ + public function _afterSave() + { + Mage::getResourceModel('matrixrate_shipping/carrier_matrixrate')->uploadAndImport($this); + } +}