Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Notice: Undefined offset: 1 in /app/design/frontend/base/default/template/attributemanager/customer/form/register.phtml on line 84
  2.  
  3. <?php if($this->getShowAddressFields()): ?>
  4. <div class="fieldset">
  5. <input type="hidden" name="create_address" value="1" />
  6. <h2 class="legend"><?php echo $this->__('Address Information') ?></h2>
  7. <ul class="form-list">
  8. <li class="fields">
  9. <div class="field">
  10. <label for="company"><?php echo $this->__('Company') ?></label>
  11. <div class="input-box">
  12. <input type="text" name="company" id="company" value="<?php echo $this->escapeHtml($this->getFormData()->getCompany()) ?>" title="<?php echo $this->__('Company') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('company') ?>" />
  13. </div>
  14.  
  15. <h2 class="legend"><?php echo $this->__('Address Information') ?></h2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement