JanDeBrandweerman Posted September 26, 2014 Share Posted September 26, 2014 Hello, I'm using Prestashop 1.6 for selling some virtual products, I only need the e-mail of my customers, and not anything else like their name. I have changed my authentication.tpl so no fields (like company etc.) will be shown. But, after changing that file, I got this error (Yes, I'm not English) http://gyazo.com/de197002ace521eb3d237def96bcc00c How can I change the code (and which file?), so my customers can pay without giving a lot of information I don't need. Hopefully someone of you can help me, that would be really awesome! Great Regards. Link to comment Share on other sites More sharing options...
JanDeBrandweerman Posted September 27, 2014 Author Share Posted September 27, 2014 some help would be awesome Link to comment Share on other sites More sharing options...
PascalVG Posted September 27, 2014 Share Posted September 27, 2014 What you could try is to fill the fields with some default values, or there where unique values are needed, some random value, instead of keeping them empty. So make address1 equal to 'Any street 1', FirstName = "My First name' etc. Field values like 'Land' should be chosen from the existing countries, to avoid errors (If the 'land' doesn't exist, it will complain) so choose Netherlands or so. My 2 cents, pascal. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now