Skip to content

Commit 7a06bb6

Browse files
committed
Updated with latest code
1 parent e02db22 commit 7a06bb6

File tree

5 files changed

+1
-116
lines changed

5 files changed

+1
-116
lines changed

SmartCart2-Events.htm

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44
<meta name="description" content="Smart Cart 2 - a javascript jQuery shopping cart plugin" />
55
<title>Smart Cart 2 - a javascript jQuery shopping cart plugin</title>
6-
<link href="styles/demo_style.css" rel="stylesheet" type="text/css">
76

87
<!-- Smart Cart Files Include -->
98
<link href="styles/smart_cart.css" rel="stylesheet" type="text/css">
109
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
1110
<script type="text/javascript" src="js/jquery.smartCart-2.0.js"></script>
1211

1312
<script type="text/javascript">
14-
1513
$(document).ready(function(){
1614
// Call Smart Cart
1715
$('#SmartCart').smartCart({
@@ -73,18 +71,7 @@
7371

7472
});
7573
</script>
76-
7774
</head><body>
78-
<div class="demoHead">
79-
<h1>Smart Cart 2 - a javascript jQuery shopping cart plugin</h1>
80-
<h2>Example with Events</h2>
81-
<br />
82-
<br />
83-
<a href="index.htm" class="btn">Basic Example</a>
84-
<a href="SmartCart2-Events.htm" class="selected">Example with Events</a>
85-
<a href="SmartCart2-MultipleCart.htm" class="btn">Multiple Cart Example</a>
86-
<a href="http://techlaboratory.net/products.php?product=scat" class="btn">Go to Home</a>
87-
</div>
8875

8976
<table align="center" border="0" cellpadding="0" cellspacing="0">
9077
<tr><td>
@@ -104,9 +91,6 @@ <h2>Example with Events</h2>
10491
</div>
10592
<!-- Smart Cart HTML Ends -->
10693
</form>
107-
108-
<br /><br />
109-
11094
</td></tr>
11195
</table>
11296
</body>

SmartCart2-MultipleCart.htm

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,20 @@
33
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44
<meta name="description" content="Smart Cart 2 - a javascript jQuery shopping cart plugin" />
55
<title>Smart Cart 2 - a javascript jQuery shopping cart plugin</title>
6-
<link href="styles/demo_style.css" rel="stylesheet" type="text/css">
76

87
<!-- Smart Cart Files Include -->
98
<link href="styles/smart_cart.css" rel="stylesheet" type="text/css">
109
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
1110
<script type="text/javascript" src="js/jquery.smartCart-2.0.js"></script>
1211

1312
<script type="text/javascript">
14-
1513
$(document).ready(function(){
1614
// Call Smart Cart
1715
$('#SmartCart').smartCart();
1816
$('#SmartCart2').smartCart({resultName:'products_selected2[]'});
1917
});
2018
</script>
21-
2219
</head><body>
23-
<div class="demoHead">
24-
<h1>Smart Cart 2 - a javascript jQuery shopping cart plugin</h1>
25-
<h2>Multiple Cart Example</h2>
26-
<br />
27-
<br />
28-
<a href="index.htm" class="btn">Basic Example</a>
29-
<a href="SmartCart2-Events.htm" class="btn">Example with Events</a>
30-
<a href="SmartCart2-MultipleCart.htm" class="selected">Multiple Cart Example</a>
31-
<a href="http://techlaboratory.net/products.php?product=scat" class="btn">Go to Home</a>
32-
</div>
3320

3421
<table align="center" border="0" cellpadding="0" cellspacing="0">
3522
<tr><td>
@@ -55,11 +42,7 @@ <h2>Multiple Cart Example</h2>
5542
<input type="hidden" pimage="products/product8.jpg" pprice="148.85" pdesc="" pcategory="Accessories" pname="Headphone with mic" pid="106">
5643
</div>
5744
<!-- Smart Cart HTML Ends -->
58-
<br /> <br />
5945
</form>
60-
61-
<br /><br />
62-
6346
</td></tr>
6447
</table>
6548
</body>

index.htm

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44
<meta name="description" content="Smart Cart 2 - a javascript jQuery shopping cart plugin" />
55
<title>Smart Cart 2 - a javascript jQuery shopping cart plugin</title>
6-
<link href="styles/demo_style.css" rel="stylesheet" type="text/css">
76

87
<!-- Smart Cart Files Include -->
98
<link href="styles/smart_cart.css" rel="stylesheet" type="text/css">
@@ -17,18 +16,7 @@
1716
$('#SmartCart').smartCart();
1817
});
1918
</script>
20-
2119
</head><body>
22-
<div class="demoHead">
23-
<h1>Smart Cart 2 - a javascript jQuery shopping cart plugin</h1>
24-
<h2>Basic Example</h2>
25-
<br />
26-
<br />
27-
<a href="index.htm" class="selected">Basic Example</a>
28-
<a href="SmartCart2-Events.htm" class="btn">Example with Events</a>
29-
<a href="SmartCart2-MultipleCart.htm" class="btn">Multiple Cart Example</a>
30-
<a href="http://techlaboratory.net/products.php?product=scat" class="btn">Go to Home</a>
31-
</div>
3220

3321
<table align="center" border="0" cellpadding="0" cellspacing="0">
3422
<tr><td>
@@ -45,9 +33,6 @@ <h2>Basic Example</h2>
4533
</div>
4634
<!-- Smart Cart HTML Ends -->
4735
</form>
48-
49-
<br /><br />
50-
5136
</td></tr>
5237
</table>
5338
</body>

index.php

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44
<meta name="description" content="Smart Cart 2 - a javascript jQuery shopping cart plugin" />
55
<title>Smart Cart 2 - a javascript jQuery shopping cart plugin</title>
6-
<link href="styles/demo_style.css" rel="stylesheet" type="text/css">
76

87
<!-- Smart Cart Files Include -->
98
<link href="styles/smart_cart.css" rel="stylesheet" type="text/css">
@@ -36,20 +35,9 @@
3635
$('#SmartCart').smartCart({selected:<? echo $selected; ?>});
3736
});
3837
</script>
39-
4038
</head>
4139
<body>
42-
<div class="demoHead">
43-
<h1>Smart Cart 2 - a javascript jQuery shopping cart plugin</h1>
44-
<h2>Basic Example</h2>
45-
<br />
46-
<br />
47-
<a href="index.htm" class="selected">Basic Example</a>
48-
<a href="SmartCart2-Events.htm" class="btn">Example with Events</a>
49-
<a href="SmartCart2-MultipleCart.htm" class="btn">Multiple Cart Example</a>
50-
<a href="http://techlaboratory.net/products.php?product=scat" class="btn">Go to Home</a>
51-
</div>
52-
40+
5341
<table align="center" border="0" cellpadding="0" cellspacing="0">
5442
<tr><td>
5543
<form action="results.php" method="post">
@@ -79,9 +67,6 @@
7967
</div>
8068
<!-- Smart Cart HTML Ends -->
8169
</form>
82-
83-
<br /><br />
84-
8570
</td></tr>
8671
</table>
8772

results.php

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -3,47 +3,10 @@
33
<head>
44
<meta name="description" content="Smart Cart 2 - a javascript jQuery shopping cart plugin" />
55
<title>Smart Cart 2 - a javascript jQuery shopping cart plugin</title>
6-
<link href="styles/demo_style.css" rel="stylesheet" type="text/css">
76

87
<link href="styles/smart_cart.css" rel="stylesheet" type="text/css">
9-
10-
<script type="text/javascript">
11-
12-
var _gaq = _gaq || [];
13-
_gaq.push(['_setAccount', 'UA-18629864-1']);
14-
_gaq.push(['_trackPageview']);
15-
16-
(function() {
17-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
18-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
19-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
20-
})();
21-
22-
</script>
23-
248
</head>
259
<body>
26-
<div class="demoHead">
27-
<h1>Smart Cart 2 - a javascript jQuery shopping cart plugin</h1>
28-
<h2>Basic Example</h2>
29-
<br />
30-
<script type="text/javascript"><!--
31-
google_ad_client = "pub-8226185437441708";
32-
/* TechDemoTop 728x90 */
33-
google_ad_slot = "7531608375";
34-
google_ad_width = 728;
35-
google_ad_height = 90;
36-
//-->
37-
</script>
38-
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
39-
</script>
40-
<br />&nbsp;
41-
<br />
42-
<a href="index.htm" class="selected">Basic Example</a>
43-
<a href="SmartCart2-Events.htm" class="btn">Example with Events</a>
44-
<a href="SmartCart2-MultipleCart.htm" class="btn">Multiple Cart Example</a>
45-
<a href="http://techlaboratory.net/products.php?product=scat" class="btn">Go to Home</a>
46-
</div>
4710
<table align="center" border="0" cellpadding="0" cellspacing="0">
4811
<tr><td>
4912
<div class="scMain">
@@ -133,21 +96,6 @@
13396
}
13497
?>
13598
</div>
136-
137-
<br /><br />
138-
<script type="text/javascript"><!--
139-
google_ad_client = "pub-8226185437441708";
140-
/* TechDemoBottom 728x90 */
141-
google_ad_slot = "4801936038";
142-
google_ad_width = 728;
143-
google_ad_height = 90;
144-
//-->
145-
</script>
146-
<script type="text/javascript"
147-
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
148-
</script>
149-
<br />&nbsp;
150-
15199
</td></tr>
152100
</table>
153101

0 commit comments

Comments
 (0)