I want to show Gift message optionin the section of the Billing Information in Magento checkout.
Gift message option
Magento checkout
Currently, this option is displayed in the delivery method inmagento checkout.
magento checkout.
How can i do this? I usemagento 1.9.0.1.
magento 1.9.0.1.
Please, help..
Go to the current theme package and open the file that is currently running checkout-> onepage-> shipping_method-> Additional.phtml to delete the following lines.
<div id="onepage-checkout-shipping-method-additional-load"> <?php echo $this->getChildHtml('additional') ?> </div>
checkout- > onepage- > billing.phtml, , .
<div id="onepage-checkout-shipping-method-additional-load"> <?php echo $this->getLayout()->createBlock('checkout/onepage_shipping_method_additional')->setTemplate('checkout/onepage/shipping_method/additional.phtml')->toHtml(); ?> </div>