Magento Create Custom Shipping Method


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. default>
  2. <carriers>
  3. <excellence>
  4. <active>1</active>
  5. <model>ship/carrier_excellence</model>
  6. <title>Carrier Title</title>
  7. <name>Method Name</name>
  8. <price>5.00</price>
  9. <specificerrmsg>This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us.</specificerrmsg>
  10. </excellence>
  11. </carriers>
  12. </default>

URL: http://www.excellencemagentoblog.com/magento-create-custom-shipping-method

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.