Jump to content

"Nachricht hinterlassen" auch bei OPC


Recommended Posts

Hallo, 

 

ich habe den OPC aktiviert. Nun möchte ich aber, dass der Kunde trotzdem eine Nachricht hinterlassen kann. Im normalen Checkout ist dies ja auch möglich. Im Code steht das das Feld nur im normalen Checkout angezeigt werden soll: 

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

Nehme ich die Bedingung raus, so wird das Feld angezeigt, leider wird der Inhalt scheinbar nicht übergeben... Hat das jemand mal so umgesetzt, dass es auch im OPC geht? 

 

Danke für Info's

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