Saturday 1 August 2015

Get selected shipping method on checkout page magento


Get selected shipping method on checkout page magento

I tried this and it works

<?php echo $this->getRequest()->getPost('shipping_method'); ?>

No comments: