Subversion Repositories SmartDukaan

Rev

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

Rev 4217 Rev 4222
Line 97... Line 97...
97
				<button id="computeEstimate" class="new-button">
97
				<button id="computeEstimate" class="new-button">
98
					<img src="/images/Icon_DeliveryTime.png" />
98
					<img src="/images/Icon_DeliveryTime.png" />
99
					<span>Update Delivery Time</span>
99
					<span>Update Delivery Time</span>
100
                </button>
100
                </button>
101
            </div>
101
            </div>
-
 
102
		#if($action.isUserLoggedIn())
-
 
103
			#set($actionButtonId = "checkout")
-
 
104
		#else
-
 
105
			#set($actionButtonId = "poplogin")
-
 
106
		#end
-
 
107
		
102
		#if($ab_testing_variable == 0)
108
		#if($ab_testing_variable == 0)
103
			<div id="checkout" class="cartflow-main-action-button right">ENTER SHIPPING INFO &gt;</div>
109
			<div id="$actionButtonId" class="cartflow-main-action-button right">ENTER SHIPPING INFO &gt;</div>
104
		#end
110
		#end
105
			<table id="cartDetail" cellpadding="0" cellspacing="0" class="left">
111
			<table id="cartDetail" cellpadding="0" cellspacing="0" class="left">
106
				<thead>
112
				<thead>
107
					<tr>
113
					<tr>
108
						<th width="242" class="first">Item &amp; Color</th>
114
						<th width="242" class="first">Item &amp; Color</th>
Line 188... Line 194...
188
                        <td><img src="/images/rupee-symbol.png" alt="Rs." /> $discountedAmount</td>
194
                        <td><img src="/images/rupee-symbol.png" alt="Rs." /> $discountedAmount</td>
189
                    </tr>
195
                    </tr>
190
    				#end
196
    				#end
191
                </table>
197
                </table>
192
    		#if($ab_testing_variable == 1)
198
    		#if($ab_testing_variable == 1)
193
    			<div id="checkout" class="cartflow-main-action-button right checkout-button-below">ENTER SHIPPING INFO &gt;</div>
199
    			<div id="$actionButtonId" class="cartflow-main-action-button right checkout-button-below">ENTER SHIPPING INFO &gt;</div>
194
    		#end
200
    		#end
195
			</div>
201
			</div>
196
        </div>
202
        </div>
197
#else
203
#else
198
	<div id="registration" class="blue-border">
204
	<div id="registration" class="blue-border">