Subversion Repositories SmartDukaan

Rev

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

Rev 4338 Rev 4344
Line 103... Line 103...
103
			#set($actionButtonId = "checkout")
103
			#set($actionButtonId = "checkout")
104
		#else
104
		#else
105
			#set($actionButtonId = "poplogin")
105
			#set($actionButtonId = "poplogin")
106
		#end
106
		#end
107
		
107
		
108
		#if($ab_testing_variable == 0)
108
		#if($ab_testing_variable == 0 || $ab_testing_variable == 2)
109
			<div id="$actionButtonId" 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>
110
		#end
110
		#end
111
			<table id="cartDetail" cellpadding="0" cellspacing="0" class="left">
111
			<table id="cartDetail" cellpadding="0" cellspacing="0" class="left">
112
				<thead>
112
				<thead>
113
					<tr>
113
					<tr>
Line 194... Line 194...
194
							<td><img src="/images/rupee-symbol.png" alt="Rs." /> $discountedAmount</td>
194
							<td><img src="/images/rupee-symbol.png" alt="Rs." /> $discountedAmount</td>
195
						</tr>
195
						</tr>
196
    				#end
196
    				#end
197
					</table>
197
					</table>
198
                </div>
198
                </div>
-
 
199
			#if($action.isUserLoggedIn())
-
 
200
				#set($actionButtonIdLower = "checkoutlower")
-
 
201
			#else
-
 
202
				#set($actionButtonIdLower = "poploginlower")
-
 
203
			#end
199
    		#if($ab_testing_variable == 1)
204
    		#if($ab_testing_variable == 1 || $ab_testing_variable == 2)
200
    			<div id="$actionButtonId" class="cartflow-main-action-button right checkout-button-below">ENTER SHIPPING INFO &gt;</div>
205
    			<div id="$actionButtonIdLower" class="cartflow-main-action-button right checkout-button-below">ENTER SHIPPING INFO &gt;</div>
201
    		#end
206
    		#end
202
			</div>
207
			</div>
203
        </div>
208
        </div>
204
#else
209
#else
205
	<div id="registration" class="blue-border">
210
	<div id="registration" class="blue-border">