View Single Post
  #11  
Old 06-09-2005, 04:20 PM
 
wplume wplume is offline
 

Member
  
Join Date: May 2005
Location: Missouri, USA
Posts: 29
 

Default

Quote:
Originally Posted by delsurf
I have a fix for this if anyone is interested. I thought it would be hard, but it's actually pretty easy.

in /skin1/main/history_order.tpl:

change the original code (you'll have to find it, I just commented it out):

to

Code:
{*if $usertype ne "C"*} {$lng.lbl_order_notes}: <TEXTAREA name="notes" cols="60" rows="5" {if $usertype eq "C"}READONLY{/if}>{$order.notes}</TEXTAREA> {*/if*}

Then it will show up on the Customer's Order. To change "Customer Notes: (not visible to customer)" just start webmaster mode, look up the order, click the title to change the label.

Hope that's somewhat clear...

Whenever a customer pays by credit card, it seems the order notes seems to be displaying it. This shouldn't be occuring. We *just* want the customer comments.
__________________
cnctech
v4.1.9
CDSEO Pro
Advanced Mini-Cart
AOM
Remember Me
Remember Anonymous Carts
BCS Fast Lane Shipping Estimator
BCS Order Page Emailer
BCS Authorize.net DPM
BCS Inventory Pricing
Checkout One
Reply With Quote