Subversion Repositories SmartDukaan

Rev

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

Rev 4841 Rev 4845
Line 144... Line 144...
144
							<td><img src="/images/rupee-symbol.png" alt="Rs." /> $discountedAmount</td>
144
							<td><img src="/images/rupee-symbol.png" alt="Rs." /> $discountedAmount</td>
145
						</tr>
145
						</tr>
146
    				#end
146
    				#end
147
					</table>
147
					</table>
148
                </div>
148
                </div>
149
			#if($action.isUserLoggedIn() || $ab_testing_variable == 0)
149
			#if($action.isUserLoggedIn())
150
				#set($actionButtonId = "checkout")
150
				#set($actionButtonId = "checkout")
151
			#elseif($ab_testing_variable == 1)
151
			#else
152
				#set($actionButtonId = "poplogin")
152
				#set($actionButtonId = "poplogin")
153
			#end
153
			#end
154
    			<div id="$actionButtonId" class="cartflow-main-action-button right checkout-button-below">ENTER SHIPPING INFO &gt;</div>
154
    			<div id="$actionButtonId" class="cartflow-main-action-button right checkout-button-below">ENTER SHIPPING INFO &gt;</div>
155
			</div>
155
			</div>
156
        </div>
156
        </div>