Ejemplo n.º 1
0
?>
"/>
                    </div>

                    <div class="form-group">
                        <label for="">Address <?php 
echo tpl_customer::customer();
?>
 : </label>
                        <input type="text" class="form-control"
                               id="<?php 
echo tpl_customer::customer() . '_' . tpl_customer::address() . '_update';
?>
"
                               name="<?php 
echo tpl_customer::customer() . '_' . tpl_customer::address() . '_update';
?>
"/>
                    </div>

                    <div class="form-group">
                        <label for="">Full address <?php 
echo tpl_customer::customer();
?>
 : </label>
                        <input type="text" class="form-control"
                               id="<?php 
echo tpl_customer::customer() . '_' . tpl_customer::full_address() . '_update';
?>
"
                               name="<?php