| Line 80... |
Line 80... |
| 80 |
#if($lineitem.getBrand()) $lineitem.getBrand() #end
|
80 |
#if($lineitem.getBrand()) $lineitem.getBrand() #end
|
| 81 |
#if($lineitem.getModel_name()) $lineitem.getModel_name() #end
|
81 |
#if($lineitem.getModel_name()) $lineitem.getModel_name() #end
|
| 82 |
#if($lineitem.getModel_number()) $lineitem.getModel_number() #end
|
82 |
#if($lineitem.getModel_number()) $lineitem.getModel_number() #end
|
| 83 |
</div>
|
83 |
</div>
|
| 84 |
#if($lineitem.getColor())
|
84 |
#if($lineitem.getColor())
|
| 85 |
<span class="cart-item-color">Color - $lineitem.getColor()</span>
|
85 |
<div class="cart-item-color">Color - $lineitem.getColor()</div>
|
| - |
|
86 |
#end
|
| - |
|
87 |
#if($lineitem.getDealText())
|
| - |
|
88 |
<div class="cart-item-best-deal-text">$lineitem.getDealText()</div>
|
| 86 |
#end
|
89 |
#end
|
| 87 |
</div>
|
90 |
</div>
|
| 88 |
#if($lineitem.getDealText())
|
- |
|
| 89 |
<div class="cart-item-best-deal-text">$lineitem.getDealText()</div>
|
- |
|
| 90 |
#end
|
- |
|
| 91 |
</td>
|
91 |
</td>
|
| 92 |
<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($lineitem.getUnit_price())</td>
|
92 |
<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($lineitem.getUnit_price())</td>
|
| 93 |
<td>$lineitem.getQuantity().intValue()</td>
|
93 |
<td>$lineitem.getQuantity().intValue()</td>
|
| 94 |
<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($total_price)</td>
|
94 |
<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($total_price)</td>
|
| 95 |
<td>
|
95 |
<td>
|