Jump to content

[solved]order-opc "Phone" disabled by default - why?


j.kaspar

Recommended Posts

Hi, I use one page checkout in 1.6.1.13. In delivery address (order without registration), there are two fields for phone number - phone and phone_mobile. The "phone" is hidden by default. The DIV looks like this:

<div class="form-group is_customer_param" style="display: none;">
  <label for="phone">Telefon <sup>**</sup></label>
  <input type="text" class="text form-control validate" name="phone" id="phone" data-validate="isPhoneNumber" value="">
</div>

I struggle to find out, where the style="display: none;" comes from. It is not in template files (order-opc.tpl / order-opc-advanced.tpl...), nor the scipts (order-opc.js...). I believe it has to be some script, that adds it dynamically. I need to have the DIV visible by default. Can anyone help, please?

Edit: Just want to add, that I use a default-bootstrap template.

Edited by j.kaspar (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...