Question

In magento admin -> system -> configuration -> sales -> shipping methods -> FedEx

in this we save Meter Number and other details.

How to access these values directly? and where these values store in database?

Was it helpful?

Solution

All these values store in core_config_data database table and accessing these value directly using Mage::getStoreConfig('carriers/fedex/account'); where value in bracket correspond to value in pathcolumn of database table above mentioned

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top