| Line 1... |
Line 1... |
| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
| 2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
| 3 |
#set($ab_testing_variable = $action.getVariationId())
|
3 |
#set($ab_testing_variable = $action.getVariationId())
|
| 4 |
<head>
|
4 |
<head>
|
| 5 |
#if($ab_testing_variable == 0)
|
5 |
#if($ab_testing_variable == 0)
|
| - |
|
6 |
<script>
|
| 6 |
<!-- Google Website Optimizer Control Script -->
|
7 |
<!-- Google Website Optimizer Control Script -->
|
| 7 |
<script>
|
8 |
<script>
|
| 8 |
function utmx_section(){}function utmx(){}
|
9 |
function utmx_section(){}function utmx(){}
|
| 9 |
(function(){var k='${in.shop2020.ABTestExperimentID}',d=document,l=d.location,c=d.cookie;function f(n){
|
10 |
(function(){var k='${in.shop2020.ABTestExperimentID}',d=document,l=d.location,c=d.cookie;function f(n){
|
| 10 |
if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c.indexOf(';',i);return escape(c.substring(i+n.
|
11 |
if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c.indexOf(';',i);return escape(c.substring(i+n.
|
| Line 97... |
Line 98... |
| 97 |
<button id="computeEstimate" class="new-button">
|
98 |
<button id="computeEstimate" class="new-button">
|
| 98 |
<img src="/images/Icon_DeliveryTime.png" />
|
99 |
<img src="/images/Icon_DeliveryTime.png" />
|
| 99 |
<span>Update Delivery Time</span>
|
100 |
<span>Update Delivery Time</span>
|
| 100 |
</button>
|
101 |
</button>
|
| 101 |
</div>
|
102 |
</div>
|
| 102 |
#if($action.isUserLoggedIn())
|
- |
|
| 103 |
#set($actionButtonId = "checkout")
|
- |
|
| 104 |
#else
|
- |
|
| 105 |
#set($actionButtonId = "poplogin")
|
- |
|
| 106 |
#end
|
- |
|
| 107 |
|
- |
|
| 108 |
#if($ab_testing_variable == 0 || $ab_testing_variable == 2)
|
- |
|
| 109 |
<div id="$actionButtonId" class="cartflow-main-action-button right">ENTER SHIPPING INFO ></div>
|
- |
|
| 110 |
#end
|
- |
|
| 111 |
<table id="cartDetail" cellpadding="0" cellspacing="0" class="left">
|
103 |
<table id="cartDetail" cellpadding="0" cellspacing="0" class="left">
|
| 112 |
<thead>
|
104 |
<thead>
|
| 113 |
<tr>
|
105 |
<tr>
|
| 114 |
<th width="242" class="first">Item & Color</th>
|
106 |
<th width="242" class="first">Item & Color</th>
|
| 115 |
<th width="239"><img src="/images/Icon_DeliveryTime.png" /> Delivery Time for PIN <span class="dev-pincode">$pincode</span></th>
|
107 |
<th width="239"><img src="/images/Icon_DeliveryTime.png" /> Delivery Time for PIN <span class="dev-pincode">$pincode</span></th>
|
| Line 194... |
Line 186... |
| 194 |
<td><img src="/images/rupee-symbol.png" alt="Rs." /> $discountedAmount</td>
|
186 |
<td><img src="/images/rupee-symbol.png" alt="Rs." /> $discountedAmount</td>
|
| 195 |
</tr>
|
187 |
</tr>
|
| 196 |
#end
|
188 |
#end
|
| 197 |
</table>
|
189 |
</table>
|
| 198 |
</div>
|
190 |
</div>
|
| 199 |
#if($action.isUserLoggedIn())
|
191 |
#if($action.isUserLoggedIn() || $ab_testing_variable == 0)
|
| 200 |
#set($actionButtonIdLower = "checkoutlower")
|
192 |
#set($actionButtonId = "checkout")
|
| 201 |
#else
|
193 |
#elseif($ab_testing_variable == 1)
|
| 202 |
#set($actionButtonIdLower = "poploginlower")
|
194 |
#set($actionButtonId = "poplogin")
|
| 203 |
#end
|
195 |
#end
|
| 204 |
#if($ab_testing_variable == 1 || $ab_testing_variable == 2)
|
- |
|
| 205 |
<div id="$actionButtonIdLower" class="cartflow-main-action-button right checkout-button-below">ENTER SHIPPING INFO ></div>
|
196 |
<div id="$actionButtonId" class="cartflow-main-action-button right checkout-button-below">ENTER SHIPPING INFO ></div>
|
| 206 |
#end
|
- |
|
| 207 |
</div>
|
197 |
</div>
|
| 208 |
</div>
|
198 |
</div>
|
| 209 |
#else
|
199 |
#else
|
| 210 |
<div id="registration" class="blue-border">
|
200 |
<div id="registration" class="blue-border">
|
| 211 |
<div class="middle">
|
201 |
<div class="middle">
|