Subversion Repositories SmartDukaan

Rev

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

Rev 3970 Rev 4046
Line 53... Line 53...
53
				<button id="computeEstimate" class="new-button">
53
				<button id="computeEstimate" class="new-button">
54
					<img src="/images/Icon_DeliveryTime.png" />
54
					<img src="/images/Icon_DeliveryTime.png" />
55
					<span>Update Delivery Time</span>
55
					<span>Update Delivery Time</span>
56
                </button>
56
                </button>
57
            </div>
57
            </div>
58
		#set($ab_testing_variable = $action.getId())
58
		#set($ab_testing_variable = $action.getVariationId())
59
		#if($ab_testing_variable == "0")
59
		#if($ab_testing_variable == 0)
60
			<div id="checkout" class="cartflow-main-action-button right">ENTER SHIPPING INFO &gt;</div>
60
			<div id="checkout" class="cartflow-main-action-button right">ENTER SHIPPING INFO &gt;</div>
61
		#end
61
		#end
62
			<table id="cartDetail" cellpadding="0" cellspacing="0" class="left">
62
			<table id="cartDetail" cellpadding="0" cellspacing="0" class="left">
63
				<thead>
63
				<thead>
64
					<tr>
64
					<tr>
Line 99... Line 99...
99
                        </td>
99
                        </td>
100
                    </tr>
100
                    </tr>
101
				#end
101
				#end
102
                </tbody>
102
                </tbody>
103
            </table>
103
            </table>
-
 
104
            <div id="cartFooter">
104
			<form id="frmCouponCode" class="left" action="/promotion" method="post">
105
			<form id="frmCouponCode" class="left" action="/promotion" method="post">
105
				<span class="left">Have a Coupon Code? Enter here:</span>&nbsp;
106
				<span class="left">Have a Coupon Code? Enter here:</span>&nbsp;
106
				<input id="couponCode" class="searchbox" type="text" name="coupon_code" maxlength="20" value="$couponcode" />&nbsp;
107
				<input id="couponCode" class="searchbox" type="text" name="coupon_code" maxlength="20" value="$couponcode" />&nbsp;
107
				<input type="hidden" name="action" id="couponAction" /> &nbsp;
108
				<input type="hidden" name="action" id="couponAction" /> &nbsp;
108
				<button id="applyCoupon" class="new-button">Apply</button>&nbsp;
109
				<button id="applyCoupon" class="new-button">Apply</button>&nbsp;
Line 139... Line 140...
139
                    <td class="label">Amount Payable:<br />(After Discount)</td>
140
                    <td class="label">Amount Payable:<br />(After Discount)</td>
140
                    <td><img src="/images/rupee-symbol.png" alt="Rs." /> $discountedAmount</td>
141
                    <td><img src="/images/rupee-symbol.png" alt="Rs." /> $discountedAmount</td>
141
                </tr>
142
                </tr>
142
				#end
143
				#end
143
            </table>
144
            </table>
144
		#if($ab_testing_variable == "1")
145
			#if($ab_testing_variable == 1)
145
			<div id="checkout" class="cartflow-main-action-button right margin-up">ENTER SHIPPING INFO &gt;</div>
146
				<div id="checkout" class="cartflow-main-action-button right checkout-button-below">ENTER SHIPPING INFO &gt;</div>
146
		#end
147
			#end
-
 
148
			</div>
147
        </div>
149
        </div>
148
#else
150
#else
149
	<div id="registration" class="blue-border">
151
	<div id="registration" class="blue-border">
150
		<div class="middle">
152
		<div class="middle">
151
			<div class="mid-inner">
153
			<div class="mid-inner">