pskeeda Posted February 23, 2015 Share Posted February 23, 2015 Hello, Can someone please tell me how to remove 'Leave a message' box in OPC checkout. I find it unnecessary for my store. Thanks in advance. Link to comment Share on other sites More sharing options...
cricket-hockey Posted December 1, 2015 Share Posted December 1, 2015 I've just had a requirement to do this, so if anyone else finds this useful, you just need to remove the following code from order-carrier.tpl which you can find in your themes folder: <p class="carrier_title">{l s='Leave a message'}</p> <div> <p>{l s='If you would like to add a comment about your order, please write it in the field below.'}</p> <textarea class="form-control" cols="120" rows="2" name="message" id="message">{strip} {if isset($oldMessage)}{$oldMessage|escape:'html':'UTF-8'}{/if} {/strip}</textarea> </div> Link to comment Share on other sites More sharing options...
Nitin Jain Posted December 3, 2015 Share Posted December 3, 2015 Alternatively you can buy a One page checkout module which allows you to hide or show any field. I am using below module, there are many others like it. http://addons.prestashop.com/en/checkout-modules/18016-one-page-checkout-with-social-login-mailchimp.html Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now