Subversion Repositories SmartDukaan

Rev

Rev 3830 | Rev 4325 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3830 Rev 4217
Line 72... Line 72...
72
              <th width="3%">Qty.</th>
72
              <th width="3%">Qty.</th>
73
              <th width="21%" class="borderRight">Total Price</th>
73
              <th width="21%" class="borderRight">Total Price</th>
74
            </tr>
74
            </tr>
75
					#foreach($lineitem in $lineitems)
75
					#foreach($lineitem in $lineitems)
76
            <tr>
76
            <tr>
77
              <td><a href="#">
77
              <td>
-
 
78
				<div>
78
								#if($lineitem.getBrand())$lineitem.getBrand()#end 
79
					#if($lineitem.getBrand())$lineitem.getBrand()#end
79
								#if($lineitem.getModel_name())$lineitem.getModel_name()#end 
80
					#if($lineitem.getModel_name())$lineitem.getModel_name()#end
80
								#if($lineitem.getModel_number())$lineitem.getModel_number()#end
81
					#if($lineitem.getModel_number())$lineitem.getModel_number()#end
81
							    #if($lineitem.getColor())($lineitem.getColor())#end	</a></td>
82
					#if($lineitem.getColor())($lineitem.getColor())#end
-
 
83
                </div>
-
 
84
			#if($lineitem.getDealText())
-
 
85
				<div class="cart-item-best-deal-text">$lineitem.getDealText()</div>
82
							
86
			#end
-
 
87
			  </td>
83
              <td align="center">$lineitem.getQuantity().intValue()</td>
88
              <td align="center">$lineitem.getQuantity().intValue()</td>
84
              <td>Rs. $lineitem.getTotal_price().intValue()</td>
89
              <td>Rs. $lineitem.getTotal_price().intValue()</td>
85
            </tr>
90
            </tr>
86
					#end
91
					#end
87
                    <tr>
92
                    <tr>