Tag: magento tablerate
Magento – Multiple Tablerate (end)
by sunny on Nov.20, 2009, under Other
This is the last chapter for adding multiple tablerate to Magento system. Now we need to add to our admin panel, so we can edit it.

We need to add two new files (they are duplicated from the original tablerate module):
\app\code\core\Mage\Adminhtml\Model\System\Config\Backend\Shipping\Tablerate(n).php
\app\code\core\Mage\Adminhtml\Model\System\Config\Source\Shipping\Tablerate(n).php
Magento – Multiple Tablerate (4)
by sunny on Nov.20, 2009, under Other
Leave a Comment :magento, magento shipping module, magento tablerate, multiple tablerate more...Magento – Multiple Tablerate (3)
by sunny on Nov.20, 2009, under Other
Continue for adding your own Multiple Tablerate:

Now modified app\code\core\Mage\Shipping\etc\config.xml
(continue reading…)