PROBLEM CUSTOM FIELDS

HOW DO I CUSTOMIZE FIELDS?
I WANT TO INSERT NAMES ABOVE THE FIELDS.
I TRIED THIS FILE BUT NOT WORKED.
app / design / frontend / base / default / template / persistent / checkout / onepage / billing.phtml

I added a following code between
<? php for ($ _i = 2, $ _n = $ this-> helper (‘customer / address’) -> getStreetLines (); $ _i <= $ _n; $ _i ++):>?
<?php if($_i==2): ?>
<label for=”billing:street2″ class=”required”><em>*</em><?php echo $this->__(‘N&uacute;mero’) ?></label>
<?php elseif($_i==3): ?>
<label for=”billing:street3″ class=”required”><em></em><?php echo $this->__(‘Complemento’) ?></label>
<?php else: ?>
<label for=”billing:street4″ class=”required”><em>*</em><?php echo $this->__(‘Bairro’) ?></label>
<?php endif ?>

div class=”input-box”
 
<! -- With this code could not change the field names ->
Please help me.
What files should I change for this to work on the backend?
SEE ON THE IMAGE BELOW TO STAY AS WANT.
https://dl.dropboxusercontent.com/u/81799645/10.png

1 answer

Please login or Register to Submit Answer

Written By

Comments