Sundar Posted September 9, 2011 Share Posted September 9, 2011 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 More sharing options...
ngruy Posted September 20, 2011 Share Posted September 20, 2011 Have the same problem too, many of my customers don´t understand and don´t know where to enter first & last name in the delivery address Link to comment Share on other sites More sharing options...
diondp Posted October 31, 2011 Share Posted October 31, 2011 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. 1 Link to comment Share on other sites More sharing options...
Recommended Posts