
This tutorial is similar to Creation of Payment Method module and differs the most in adapter model.
Each shipping method can be done as a separate module or few methods can be combined in the same module if they share functionality or could be used together.
Our new module will be called NewModule.
Replace all instances of ‘NewModule’ with the name of your module and ‘newmodule’ with simplified code, that contains only alphanumeric characters and underscore.
Replace all instances of ‘YourCompany’ with your company name or whatever name you choose.
To make this tutorial most concise, it’s implied that mentioned folders will be created when needed. (more…)