Advertisement
Guest User

telephone

a guest
Feb 16th, 2015
643
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <div class="field">
  2. <label for="telephone" class="required"><em>*</em><?php echo $this->__('Telephone') ?></label>
  3. <div class="input-box">
  4. <input type="text" name="telephone" value="<?php echo $this->escapeHtml($this->getAddress()->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('telephone') ?>" id="telephone" />
  5. </div>
  6. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement