Jump to content

How to disable Gift Wrapping message?


Recommended Posts

the message that appears when you select gift wrapping when placing the order.

 

I want to disable it because i want to use this option for insurance instead gift wrapping, so i renamed everything related to gift wrapping to insurance e.g. "I would like to purchase insurance for my order. " instead of "I would like my order to be gift-wrapped. ". Most of the time insurance for my orders cost 3-8 dollars so i set it to flat $5 rate

Edited by vekia (see edit history)
Link to comment
Share on other sites

  • 2 years later...
  • 2 months later...

Does anyone know how to solve this issue in PS 1.4.6.2?

 

The method above is not the solution,  cart-summary.js does not have this piece of script

Sorry to bump old thread, but this does not remove the gift note in my shop either?

I removed the code from both the theme i am using and the default theme but nothing happens?

 

Im using prestashop 1.6.1.6 and warehouse 3.8

There's a setting in the backoffice (at least for 1.5 and 1.6 versions) that allows you to disable this option.

Go to Preferences > Orders and you will find there an option: Offer gift wrapping

Edited by Daniel Patilea (see edit history)
Link to comment
Share on other sites

In PrestaShop v1.6, the code is at about lines 346-349 of themes/default-bootstrap/order-carrier.tpl:

					<p id="gift_div">
						<label for="gift_message">{l s='If you\'d like, you can add a note to the gift:'}</label>
						<textarea rows="2" cols="120" id="gift_message" class="form-control" name="gift_message">{$cart->gift_message|escape:'html':'UTF-8'}</textarea>
					</p>

Comment it out like this to remove the gift message:

{*					<p id="gift_div">
						<label for="gift_message">{l s='If you\'d like, you can add a note to the gift:'}</label>
						<textarea rows="2" cols="120" id="gift_message" class="form-control" name="gift_message">{$cart->gift_message|escape:'html':'UTF-8'}</textarea>
					</p>*}
Link to comment
Share on other sites

  • 2 months later...
  • 1 year later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...