Shipping a product to customer’s address is one of the vital functions an eCommerce store performs.
If we want to ship the product to destination location with other than these brands, we have to create new Magentomodule with required functionality in place.
This process has four steps.
- Initialize module configuration
- Write an adapter model
- Generate backend code
- Generate frontend code
- Initialize module configuration
- Write an adapter model
- Generate backend code
- Generate frontend code
#XML files form the backbone of Magento modules.
Two files that comes in handy to create Magento module are
- #config.xml
- #system.xml
Two files that comes in handy to create Magento module are
- #config.xml
- #system.xml
#config.xml file holds information like
- version
- dependency on other module
- model association
etc.
- version
- dependency on other module
- model association
etc.
system.xml file holds information of
- carrier company ( as in this example )
- necessary data fields
- UI rendering settings
- carrier company ( as in this example )
- necessary data fields
- UI rendering settings
Bliss Web Solution Pvt. Ltd. is a top-notch off-shore software development company with
specialized resources on PHP platform in its entirety.
specialized resources on PHP platform in its entirety.
For any Magento related customizations, feel free to contact us at:
http://www.blisswebsolution.com/magento-website-development-and-designing-services-company.html
http://www.blisswebsolution.com/magento-website-development-and-designing-services-company.html

EmoticonEmoticon