Jump to content

Customer comments at checkout


Guest bikeman

Recommended Posts

Guest bikeman

When a customer leaves a comment at step 5 of the checkout process, they're comments are not put on the postal order form. Any kind soul willing to tell me what I need to add to orderForm.tpl? thanks

Link to comment
Share on other sites

Guest estelle

You do realise that the comments are added to the order, and you can see them in Admin -> Orders?

You will have to modify the orderForm.php file as well. Add this somewhere in orderForm.php, and then use {VAL_CUSTOMER_COMMENTS} somewhere in orderForm.tpl

$print_order_form->assign("VAL_CUSTOMER_COMMENTS",$result[0]['customer_comments']);

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...