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

Member
  
Join Date: May 2012
Posts: 17
 

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.12. LAMP stack. Somewhere in Africa getting people to buy online for the first time in their lives Manual shipping methods because where I am everything is manual manual payment processing because there are no available online payments processors.
Reply With Quote