I am creating here Magento 2 off-line custom shipping method. It is pretty simple as we just need to follow the steps done by core developers for the core module vendor/magento/module-offline-shipping. There are four off-line shipping methods available in this module which are flat rate, free shipping, pickup and table rates. Let’s start step by step… For […]
Magento 2 sample module

There are lots of blogs and tutorials available for Magento 2 modules. Magento folks already started work on the projects and module development for the version 2. Magento community is doing a great job by sharing their knowledge and ideas. I just got chance to write my first Magento 2 sample module. Before starting on […]