View Single Post
  #6  
Old 06-01-2012, 05:31 AM
 
ayanai ayanai is offline
 

Newbie
  
Join Date: May 2012
Posts: 8
 

Default Re: Changing the "customer notes" field at checkout to accept numbers only or limited cha

I went to skin>common_files>customer>main> checkout_notes.tpl
And changed the line:


<td><textarea cols="70" rows="10" name="Customer_Notes"></textarea></td>


To


<td><input type="text" id="textarea" size="32" name="Customer Notes" maxlength="32" /></td>


And on the checkout webpage there was no change. Tried it for hours but saw no change. Even changed emptied the browser cache and still nothing.


I have really tried. Could I be editing the wrong file?
__________________
X-Cart 4.7.9 Gold.
LAMP stack.
Skrill, MoneyGram, & Western Union accepted.
PayPal not supported in my country.
Reply With Quote