Jump to content

postcode box not showing in Firefox


Recommended Posts

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

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 by possumcraft (see edit history)
  • Like 1
Link to comment
Share on other sites

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 by Zohaib-fk (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...