X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Add a comments section on orders that customer CAN see?? (https://forum.x-cart.com/showthread.php?t=10802)

wplume 06-09-2005 04:20 PM

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... :wink:


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.


All times are GMT -8. The time now is 10:39 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.