Jump to content

[gelöst] Bestellnachricht Deaktivieren


Recommended Posts

Hallo,

 

wir wollen gerne die Bestellnachricht, welche Kunden im Checkout Prozess hinterlassen können, deaktivieren.

 

Die Textbox etc. im Checkoutprozess soll also nicht mehr erscheinen.

 

Weiß jemand in welcher Datei man was ausklammern/entfernen muss?

 

Wir nutzen Prestashop 1.4.7.0

 

Danke schon mal für Eure Hilfe :-)

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

themes/deinthema/order-addresses.tpl

 

ca. ab Zeile 209:

  	 {if !$opc}
       <div id="ordermsg">
           <p>{l s='If you would like to add a comment about your order, please write it below.'}</p>
           <p class="textarea"><textarea cols="60" rows="3" name="message">{if isset($oldMessage)}{$oldMessage}{/if}</textarea></p>
       </div>
       {/if}

 

oder-carrier.tpl

ab Zeile 188

 

   <h3>{l s='Leave a message'}</h3>
   <div>
       <p>{l s='If you would like to add a comment about your order, please write it below.'}</p>
       <p><textarea cols="120" rows="3" name="message" id="message">{if isset($oldMessage)}{$oldMessage}{/if}</textarea></p>
   </div>

 

 

habe das jetzt aus Presta 1.4.8, aber ich denke in deiner Version wird es auch gehen

Link to comment
Share on other sites

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...