HostLegend Posted April 7, 2014 Share Posted April 7, 2014 Hi there, I would like to remove some text fields under 'Your Details' when a client is creating their account during checkout. With my product I do not require super personal things. I have deleted the html from the cart tpl, which removed them -- but it now says "please enter ___" when you try to continue. (so it's still looking for the input). Thanks 0 Quote Link to comment Share on other sites More sharing options...
Viggit Posted April 7, 2014 Share Posted April 7, 2014 Check your language file and remove the text from it which should help you out and stop it from displaying. Lang folder - - - Updated - - - Or share the code you removed from the file so we can get a better understanding of what you removed and go at it from there. 0 Quote Link to comment Share on other sites More sharing options...
HostLegend Posted April 7, 2014 Author Share Posted April 7, 2014 Hi there, Thanks for the reply. Here's what my viewcart.tpl now looks like. You can see it does not have the country dropdown, address 2 etc. Just the necessities for my business http://pastebin.com/3zRGUGJ6 Thanks 0 Quote Link to comment Share on other sites More sharing options...
Viggit Posted April 8, 2014 Share Posted April 8, 2014 What exactly do you want removed from it? As I can simply provide the code for it creating less on your end if you would like. 0 Quote Link to comment Share on other sites More sharing options...
HostLegend Posted April 8, 2014 Author Share Posted April 8, 2014 Hi there, Thank you. I've attached two images, the first showing the options I would like - and the other what error shows when I do have this. I assume it's another file that needs to be edited, one that connects to the mysql db to add the user ("requiring" more info to create the account). Thanks 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 8, 2014 Share Posted April 8, 2014 it might be that you just need to go to setup -> general settings -> other -> Optional Client Profile Fields... and make these fields optional. http://prntscr.com/3808vw 0 Quote Link to comment Share on other sites More sharing options...
HostLegend Posted April 8, 2014 Author Share Posted April 8, 2014 Oh... that would've made things easier! Thanks - - - Updated - - - Edit: Doesn't seem to be an option to make 'Country' optional. Thanks 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 8, 2014 Share Posted April 8, 2014 perhaps pass the country in the form as a hidden field ? 0 Quote Link to comment Share on other sites More sharing options...
HostLegend Posted April 9, 2014 Author Share Posted April 9, 2014 perhaps pass the country in the form as a hidden field ? I ended up just adding'er back in there. Doesn't look half bad Thanks for your help guys. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.