Jump to content

Remove Auto Fill-up First name & Last name


Recommended Posts

Hi Friends,
I am using Prestashop 1.4.4.1. During the Customer Checkout process on the One page checkout as soon as the Customer enter the First name & Last name when they register, it is auto fill-up in the delivery address.
I want to remove the Auto fill-upof First name & Lastname in the delivery address to avoid confusion as the customer forget to type correct Receiver name.
Can you please help me to resolve this problem?
Thank you,
Best Regards,
B. Sundar
Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...

this is quite simple to accomplish..

 

in themes->"yourtheme"

 

find the file:

order-opc-new-account.tpl

 

search for these:

onblur="$('#firstname').val($(this).val());"

 

onblur="$('#lastname').val($(this).val());"

 

delete it, then it will not auto-fill any longer.

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...