View Single Post
  #8  
Old 06-19-2003, 10:24 AM
  BoomBoomBap's Avatar 
BoomBoomBap BoomBoomBap is offline
 

Senior Member
  
Join Date: Nov 2002
Location: San Francisco
Posts: 184
 

Default

I use customer notes in the following manner - once a product has shipping I include a note stating that it was shipping using method X and will arrive in X number of days.

Edit mail/order_customer_complete.tpl and add the following where appropriate:

Code:
{if $order.notes} Order Notes: ------------- {$order.notes} {/if}

Similarly, you can add this code to any other relevant email message.

As an admin, you should go to the order # and enter information into the "Order notes (not visible to customer):" area

I have no idea what the purpose of this area is but I have now given it new usefullness

No other templates need editing...
__________________
Site 1 > XCART LIVE 3.4.12

Site 2 > XCART LIVE 4.0.17
Reply With Quote