Subversion Repositories SmartDukaan

Rev

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

Rev 4154 Rev 4217
Line 73... Line 73...
73
            							#set($cod=true)
73
            							#set($cod=true)
74
            							<sup>*</sup>
74
            							<sup>*</sup>
75
									#end
75
									#end
76
								</td>
76
								</td>
77
								<td>
77
								<td>
78
									
-
 
79
        							<div class="cart-item-name-div">
78
        							<div class="cart-item-name-div">
80
                                        <span class="cart-item-name">
79
                                        <div class="cart-item-name">
81
											#if($lineitem.getBrand()) $lineitem.getBrand() #end
80
											#if($lineitem.getBrand()) $lineitem.getBrand() #end
82
											#if($lineitem.getModel_name()) $lineitem.getModel_name() #end
81
											#if($lineitem.getModel_name()) $lineitem.getModel_name() #end
83
											#if($lineitem.getModel_number())  $lineitem.getModel_number() #end
82
											#if($lineitem.getModel_number())  $lineitem.getModel_number() #end
84
										</span>
83
										</div>
85
                                        <br/>
-
 
86
        								<span class="cart-item-color">
-
 
87
											#if($lineitem.getColor())
84
											#if($lineitem.getColor())
88
											Color - $lineitem.getColor()
85
        								<span class="cart-item-color">Color - $lineitem.getColor()</span>
89
											#end
86
											#end
90
										</span>
-
 
91
                                    </div>
87
                                    </div>
-
 
88
								#if($lineitem.getDealText())
-
 
89
									<div class="cart-item-best-deal-text">$lineitem.getDealText()</div>
-
 
90
								#end
92
								</td>
91
								</td>
93
								<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>
94
								<td>$lineitem.getQuantity().intValue()</td>
93
								<td>$lineitem.getQuantity().intValue()</td>
95
								<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>
96
								<td>
95
								<td>