Subversion Repositories SmartDukaan

Rev

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

Rev 3830 Rev 3831
Line 22... Line 22...
22
		</form>
22
		</form>
23
		<div id="proceedToPay" class="cartflow-main-action-button right">3. PROCEED TO PAYMENT &gt;</div>
23
		<div id="proceedToPay" class="cartflow-main-action-button right">3. PROCEED TO PAYMENT &gt;</div>
24
			
24
			
25
		#if($items)
25
		#if($items)
26
		<div class="cart-container left">
26
		<div class="cart-container left">
27
			#set($totalamount = $action.getTotalAmount())
-
 
28
			#set($couponcode = $action.getCouponCode())
-
 
29
			#set($discountedAmount = $action.getDiscountedAmount())
-
 
30
			<table id="cartDetail" cellpadding="0" cellspacing="0" class="left">
27
			<table id="cartDetail" cellpadding="0" cellspacing="0" class="left">
31
				<thead>
28
				<thead>
32
					<tr>
29
					<tr>
33
						<th width="212" class="first">Item &amp; Color</th>
30
						<th width="212" class="first">Item &amp; Color</th>
34
						<th width="117">Delivery Time</th>
31
						<th width="117">Delivery Time</th>
Line 76... Line 73...
76
					<td><img src="/images/rupee-symbol.png" alt="Rs." /> $totalamount</td>
73
					<td><img src="/images/rupee-symbol.png" alt="Rs." /> $totalamount</td>
77
				</tr>
74
				</tr>
78
				#if($couponcode != "")
75
				#if($couponcode != "")
79
				<tr class="discounted-amount payable">
76
				<tr class="discounted-amount payable">
80
					<td class="label">Amount Payable (After Discount):</td>
77
					<td class="label">Amount Payable (After Discount):</td>
81
					<td><img src="/images/rupee-symbol.png" alt="Rs." /> $discountedAmount</td>
78
					<td><img src="/images/rupee-symbol.png" alt="Rs." /> $discountedamount</td>
82
				</tr>
79
				</tr>
83
				#end
80
				#end
84
			</table>
81
			</table>
85
        </div>
82
        </div>
86
		#end
83
		#end
Line 214... Line 211...
214
					</td>
211
					</td>
215
				</tr>
212
				</tr>
216
                <tr>
213
                <tr>
217
					<td class="label" align="right">Phone:</td>
214
					<td class="label" align="right">Phone:</td>
218
					<td class="input">
215
					<td class="input">
219
						<input type="text" id="shipPhone" name="phone" value="$phonenumber" class="searchbox right" />
216
						<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
220
					</td>
217
					</td>
221
				</tr>
218
				</tr>
222
                <tr>
219
                <tr>
223
					<td colspan="2" align="center">
220
					<td colspan="2" align="center">
224
						<input type="hidden" name="action" value="add" />
221
						<input type="hidden" name="action" value="add" />