Active Shipping methods $activeCarriers = Mage::getSingleton('shipping/config')->getActiveCarriers(); // $allCarriers = array(); foreach ($activeCarriers as $carrierCode => $carrierModel) { $allCarriers[$carrierCode] = array('value' => Mage::getStoreConfig('carriers/' . $carrierCode . '/title'), 'label' => Mage::getStoreConfig('carriers/' . $carrierCode . '/title')); Or ( $allCarriers[$carrierCode] = array('value' => $carrierCode, 'label' => Mage::getStoreConfig('carriers/' . $carrierCode . '/title')); } return $allCarriers; Active Payment methods $payments = Mage::getSingleton('payment/config')->getActiveMethods(); $payMethods = array(); ...
find some magento simple technical solution easly get solution with wide explanation. how we can use the solution code. Here i am posting what i faced issues and found issues solving solution. Magento is most powerful eCommerce frame work. working in magento framwork finding soluiotn and sharing technical knowledge here.