kamiliok Posted May 13, 2014 Share Posted May 13, 2014 (edited) Hello, it would be great if someone could help me. I'm tried for few days with no success. Message just doesn't appear in order. What I'm trying to do is move "comment" field from 3. Address (image 1) to 5. Payment (before or after client selects Bank Wire payment method (image 2 and 3) to let buyer enter Name, Number and Sort code (it is for transferring money to clients bank account). Other way is add 3 text input fields, that will display details in the order after confirming, it is better, but i think harder to do? I'm copying from order-adress.tpl: <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> To payment-execution.tpl line 52, the field appears, but does not work. Please help! 1. 2. 3. Edited May 13, 2014 by kamiliok (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts