possumcraft Posted July 13, 2015 Share Posted July 13, 2015 Hi, Installed a clean install this morning, no theme. Problem I've hit is that when i try to add an address as a logged in customer, the Zip/Postcode box does not show up in Firefox. It's still marked as a required field, so adding an address is impossible. It shows up in Chrome just fine. Any ideas? Thanks for looking Link to comment Share on other sites More sharing options...
NemoPS Posted July 15, 2015 Share Posted July 15, 2015 How does it look in firebug? does it have display:none? Link to comment Share on other sites More sharing options...
possumcraft Posted July 15, 2015 Author Share Posted July 15, 2015 (edited) Hi, and thanks for the suggestion. In Firebug it shows this: <div class="required postcode form-group unvisible"> <label for="postcode"> <input id="postcode" class="is_required validate form-control" type="text" value="" name="postcode" data-validate="isPostCode"> </div> EDIT~ seems to be solved I found that line in the .TPL and removed unvisible and it seems to have solved the issue. For anyone with the same problem, I removed 'unvisible' from line 101 of address.tpl found inside the themes/default-bootstrap folder No idea why the word unvisible was in there, I really hope it doesnt break anything taking it out. Edited July 15, 2015 by possumcraft (see edit history) 1 Link to comment Share on other sites More sharing options...
rusiano Posted July 22, 2015 Share Posted July 22, 2015 It's very strange why someone made that kind of mistake in code. I installed clean version 1.6.1 and have that problem too. Link to comment Share on other sites More sharing options...
Zohaib-fk Posted July 25, 2015 Share Posted July 25, 2015 (edited) Hello, Good problem is solved by removing tag unvisible from tpl file. Which version of firefox you are using? I will try to re-produce problem,to check why unvisible present in tpl file. PrestaShop Tutorials Videos [How to do Tasks] https://www.prestashop.com/forums/topic/907438-prestashop-tutorials-videos-how-to-do-tasks/ Edited June 13, 2021 by Zohaib-fk (see edit history) Link to comment Share on other sites More sharing options...
possumcraft Posted July 25, 2015 Author Share Posted July 25, 2015 39.0, the latest 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