Tag: multiple tablerate
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…)
Magento – Multiple Tablerate (1)
by sunny on Nov.20, 2009, under Other
Someone asked me how to do a multiple tablerate, and actually I found it on magento forum. I am gonna list the code that I modified here:
\app\code\core\Mage\Shipping\Model\Carrier\Tablerate.php to \app\code\core\Mage\Shipping\Model\Carrier\Tablerate3.php or Tablerate(n).php
That is screen shot if you just copy my code to your site that will show on your Magento Admin Panel:

Note: This is my modified version, please read comment. In your case, your file should be similar to \app\code\core\Mage\Shipping\Model\Carrier\Tablerate.php, but except you will add a number after tablerate for Tablerate(n).
(continue reading…)