| 507 |
rajveer |
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">
|
|
|
3 |
<head>
|
| 4051 |
anupam.sin |
4 |
<!-- Google Website Optimizer Tracking Script -->
|
|
|
5 |
<script type="text/javascript">
|
|
|
6 |
var _gaq = _gaq || [];
|
| 4053 |
varun.gupt |
7 |
_gaq.push(['gwo._setAccount', '${in.shop2020.ABTestgaAccountID}']);
|
|
|
8 |
_gaq.push(['gwo._trackPageview', '/${in.shop2020.ABTestExperimentID}/goal']);
|
| 4051 |
anupam.sin |
9 |
(function() {
|
|
|
10 |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
|
11 |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
|
12 |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
|
13 |
})();
|
|
|
14 |
</script>
|
|
|
15 |
<!-- End of Google Website Optimizer Tracking Script -->
|
|
|
16 |
|
| 3830 |
chandransh |
17 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
18 |
<!-- Prevent MS Office toolbar from changing layout -->
|
|
|
19 |
<meta http-equiv="imagetoolbar" content="false" />
|
|
|
20 |
<meta name="MSSmartTagsPreventParsing" content="true">
|
|
|
21 |
<title>Saholic</title>
|
|
|
22 |
<!-- start of new code -->
|
|
|
23 |
#include ( "templates/commoncssfiles.vm" )
|
| 507 |
rajveer |
24 |
</head>
|
|
|
25 |
<body>
|
|
|
26 |
<noscript>
|
|
|
27 |
<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
|
|
|
28 |
</noscript>
|
|
|
29 |
|
| 3830 |
chandransh |
30 |
$action.getHeaderSnippet()
|
|
|
31 |
<!-- Main -->
|
|
|
32 |
<div id="main">
|
|
|
33 |
<div class="main-content">
|
|
|
34 |
<div id="cartFlowHeader">
|
|
|
35 |
<a href="/cart">
|
|
|
36 |
<div class="left cartflow-header-tab lefttab-inactive inactive-tab-font">
|
|
|
37 |
<span class="counter-inactive">1</span>
|
|
|
38 |
<span class="label">Cart Details</span>
|
|
|
39 |
</div>
|
|
|
40 |
</a>
|
|
|
41 |
<div class="left cartflow-header-tab midtab-active left-overlap active-tab-font">
|
|
|
42 |
<span class="counter-active">2</span>
|
|
|
43 |
<span class="label">Shipping Info.</span>
|
|
|
44 |
</div>
|
|
|
45 |
<div class="left cartflow-header-tab midtab-inactive left-overlap inactive-tab-font">
|
|
|
46 |
<span class="counter-inactive">3</span>
|
|
|
47 |
<span class="label">Make Payment</span>
|
|
|
48 |
</div>
|
|
|
49 |
<div class="left cartflow-header-tab midtab-inactive left-overlap inactive-tab-font">
|
|
|
50 |
<span class="counter-inactive">4</span>
|
|
|
51 |
<span class="label">Order Status</span>
|
|
|
52 |
</div>
|
|
|
53 |
</div>
|
|
|
54 |
<div id="shippingDetails" class="blue-border">
|
|
|
55 |
$action.getShippingDetailsSnippet()
|
|
|
56 |
</div>
|
|
|
57 |
</div>
|
|
|
58 |
</div>
|
| 507 |
rajveer |
59 |
|
| 3830 |
chandransh |
60 |
#include("templates/footer.vm")
|
|
|
61 |
#include ( "templates/commonjsfiles.vm" )
|
| 507 |
rajveer |
62 |
</body>
|
| 3830 |
chandransh |
63 |
</html>
|