Subversion Repositories SmartDukaan

Rev

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

Rev 1981 Rev 2012
Line 142... Line 142...
142
                    <input type="hidden"  value="$velocityCount" name="itemID$velocityCount" id="itemID$velocityCount" />
142
                    <input type="hidden"  value="$velocityCount" name="itemID$velocityCount" id="itemID$velocityCount" />
143
                    <input type="hidden"  value=$item.get("SELLING_PRICE") name="itemPrice$velocityCount" id="itemPrice$velocityCount" />
143
                    <input type="hidden"  value=$item.get("SELLING_PRICE") name="itemPrice$velocityCount" id="itemPrice$velocityCount" />
144
                  </td>
144
                  </td>
145
                </tr>
145
                </tr>
146
				#end
146
				#end
-
 
147
				
-
 
148
				#if($couponcode != "")
-
 
149
					#set($styleTotalAmount = "total-amount")
-
 
150
				#else
-
 
151
					#set($styleTotalAmount = "discounted-amount")
-
 
152
				#end
147
                <tr align="right">
153
                <tr align="right">
148
                  <td colspan="5" class="total-amount">
154
                  <td colspan="5" class="total-amount">
149
                    <img src="/images/nav-img/free_shipping_cart.png" alt="free shipping" width="147" height="24" /><span id="totalAmount">Total Amount: Rs. $totalamount </span>
155
                    <img src="/images/nav-img/free_shipping_cart.png" alt="free shipping" width="147" height="24" />
-
 
156
					<span class="$styleTotalAmount">Total Amount: Rs. $totalamount </span>
150
                  </td>
157
                  </td>
151
                </tr>
158
                </tr>
152
				#if($couponcode != "")
159
				#if($couponcode != "")
153
                <tr align="right">
160
                <tr align="right">
154
                  <td colspan="5" class="discounted-amount">
161
                  <td colspan="5" class="discounted-amount">
155
                    <span id="discountedAmount">Amount after Discount: Rs. $discountedAmount </span>
162
                    <span id="discountedAmount">Amount Payable (After Discount): Rs. $discountedAmount </span>
156
                  </td>
163
                  </td>
157
                </tr>
164
                </tr>
158
				#end
165
				#end
159
              </tbody>
166
              </tbody>
160
            </table>
167
            </table>