Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<div class="row">
        <div class="col-lg-4">
                <h1></h1>
        </div>
</div>
<div class="row">
<table class="table table-bordered">
<th>
        <tr>
                <td>Name</td>
                <td>Line 1</td>
                <td>Line 2</td>
                <td>City</td>
                <td>State</td>
                <td>Pin</td>
                <td>Mobile</td>
        </tr>
</th>
<tbody>
#foreach($customAddress in $customCustomer.getAddresses())
        <tr>
                <td>$customAddress.getName()</td>
                <td>$customAddress.getLine1()</td>
                <td>$customAddress.getLine2()</td>
                <td>$customAddress.getCity()</td>
                <td>$customAddress.getState()</td>
                <td>$customAddress.getPinCode()</td>
                <td>$customAddress.getPhoneNumber()</td>
                <td>$customAddress.getPhoneNumber()</td>
        </tr>
#end
</tbody>
</table>
</div>
<script type="text/javascript">
        addressSize = $customerAddress.getSize();
</script>