ARQUIVO PARA EDIÇÃO


:: edit.phtml

:: /app/design/frontend/rwd/default/template/customer/address/edit.phtml
:: Recomendamos guardar a cópia original do arquivo edit.phtml


COMENTE O RESPECTIVO BLOCO DE CÓDIGO NO ARQUIVO CORRESPONDENTE PARA EDIÇÃO


<!-- LINHA PARA COMENTAR BLOCO EM PHP
<?php for ($_i = 2, $_n = $this->helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?>
<li class="wide">
<label for="billing:street<?php echo $_i ?>"><?php echo $this->__('Street Address %s', $_i) ?></label>
<div class="input-box">
<input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getAddress()->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address %s', $_i) ?>" id="street_<?php echo $_i ?>" class="input-text <?php echo $_streetValidationClass ?>" />
</div>
</li>
<?php endfor; ?>

FIM DA LINHA PARA COMENTAR BLOCO EM PHP -->


ABAIXO DO CÓDIGO ACIMA COMENTADO ADICIONE O RESPECTIVO BLOCO DE CÓDIGO


<li class="wide">
<div class="input-box">
<input type="text" name="street[]" value="" title="Rua 3" id="street_3" class="input-text" />
</div>
</li>
<li class="wide">
<div class="input-box">
<input type="text" name="street[]" value="" title="Rua 2" id="street_2" class="input-text" />
</div>
</li>