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>
Source: https://habr.com/ru/post/1584214/More articles:circular nested lists in R - listPyramid Framework disables JSONP feedback format for AngularJS - angularjsEntity structure query to include children of an entity collection - c #Intermediate postgres - sqlCannot start Android Studio. Android studio stuck on splash screen - androidThe body lost a velocity component when it hits a wall - javaWatchKit presence detection in the app - iosCalling external methods without instantiating an object - javaHow to make this custom directive better? - angularjsAndroid json разбор и хранение в базе данных - jsonAll Articles