cdhse Posted May 7, 2015 Share Posted May 7, 2015 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 More sharing options...
cdhse Posted May 13, 2015 Author Share Posted May 13, 2015 Keiner ne Idee? 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