Subversion Repositories SmartDukaan

Rev

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

Rev 1985 Rev 2012
Line 108... Line 108...
108
                <td>$messageShippingTime</td>
108
                <td>$messageShippingTime</td>
109
                <td class="quantity">$item.get("ITEM_QUANTITY") </td>
109
                <td class="quantity">$item.get("ITEM_QUANTITY") </td>
110
                <td>Rs. $item.get("TOTAL_PRICE") </td>
110
                <td>Rs. $item.get("TOTAL_PRICE") </td>
111
              </tr>
111
              </tr>
112
							#end
112
							#end
-
 
113
			#if($couponcode != "")
-
 
114
				#set($styleTotalAmount = "total-amount")
-
 
115
			#else
-
 
116
				#set($styleTotalAmount = "discounted-amount")
-
 
117
			#end
113
              <tr align="right">
118
              <tr align="right">
114
                <td colspan="4" class="total-amount">Total Amount: Rs. $totalamount</td>
119
                <td colspan="4" class="$styleTotalAmount">Total Amount: Rs. $totalamount</td>
115
              </tr>
120
              </tr>
116
			  #if($couponcode != "")
121
			  #if($couponcode != "")
117
			  <tr align="right">
122
			  <tr align="right">
118
				<td colspan="4" class="discounted-amount">Amount Payable (After Discount): Rs. $discountedamount </td>
123
				<td colspan="4" class="discounted-amount">Amount Payable (After Discount): Rs. $discountedamount </td>
119
              </tr>
124
              </tr>