bonjour!
je suis tombée sur ce site ou il propose un scipt en Javascript et du simple code HTML, permettant de faire quasiment faire une boutique en ligne, ce qui me convient tous a fait car je ne dois vendre que quelques articles!
voicis le site d'origine
http://simplecartjs.com/
la version du script en francais!
http://studio-adsense.blogspot.com/2...-francais.html
et en fin voicis la doc en francais!
http://www.dator.fr/creer-son-propre...lques-minutes/
le probléme c'est que je n'ai pas trés bien compris comment configurer cette page.
je posséde un hébergement de 10go ce qui est largement sufisant!

j'ai téléchargée le fichier zip que j'ai décompréssée et la je me retrouves avec un dossier qui se nomme "simpleCart(2)"
qui contient lui meme 3 dossiers
- images
- scripts
- styles

ainsi q'une page web " index.html" qui contient ce-ci!
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
 
 
 
	<title>simpleCart (js) Demo</title>
 
 
	<!--[if lte IE 6]><link rel="stylesheet" href="ie6.css" type="text/css" media="screen" charset="utf-8" /><![endif]--><!--[if IE 7]><link rel="stylesheet" href="ie7.css" type="text/css" media="screen" charset="utf-8" /><![endif]--><!--Include the SimpleCart(js) script-->
 
 
	<script type="text/javascript" src="scripts/dropdowncontent.js"></script>
	<script src="scripts/simplecart.js" type="text/javascript" charset="utf-8"></script><!--Make a new cart instance with your paypal login email-->
 
	<script type="text/javascript">
		simpleCart = new cart("aureliencourtin@gmail.com");
	</script><!--CSS for the Cart. Customize anything you damn well please.
		Use Firebug or Webkit's Element Inspector to get a more 
		indepth idea of what simpleCart Generates.
	-->
 
 
 
<link rel="stylesheet" type="text/css" href="styles/index.css" media="all">
<link href="images/favicon.ico" rel="shortcut icon"/>
</head>
<body>
	<div id="topFrame"><img src="images/greenlogo.gif" alt="simpleCart(js)" style="margin: -1px 20px 0pt 0pt; vertical-align: middle;"> <a href="http://www.thewojogroup.com/2008/10/simplecartjs-paypal-e-commerce-in-minutes/">Docs (US)</a> &nbsp;&nbsp;&nbsp;<a href="http://www.thewojogroup.com/simpleCart/simpleCart.zip">Download(US)</a> | <a href="http://www.dator.fr/creer-son-propre-site-de-e-commerce-en-quelques-minutes/">Docs (FR)</a> &nbsp;&nbsp;&nbsp;<a href="http://www.box.net/shared/8qh7qonpc0#JavaScript">Téléchargement (FR)</a></div>
		<div id="content">
			<div id="header">
				<h1>simpleCart js</h1>
			</div>
 
 
			<!--Here's the Catalog Items. You can make anything into a product, 
				just copy and paste the onclick attribute from one of the products 
				below.
			-->
			<ul id="catalog">
 
				<li>
					<img src="images/redshoe.jpg" alt="Red Shoe">
					<span class="price">50€</span><b>Red Shoe<br>
					<a href="#" onclick="simpleCart.add('name=Red Shoe','price=50','image=images/thumbs/redShoe.jpg');return false;">ajouter au panier</a></b>
					<a href="http://studio-adsense.blogspot.com" id="contentlink1" rel="subcontent1" title="description">[+]</a>
					<!--Description: -->
						<DIV id="subcontent1" class="dropdowncontent">
 
							<div align="right"><a href="javascript:dropdowncontent.hidediv('subcontent1')" title="Fermer">[X]</a></div>
							<div>
								Des chaussures absolument splendides.
							</div>
						</DIV>
 
				</li>
 
				<li>
					<img src="images/goldshoe.jpg" alt="Gold Shoe">
					<span class="price">70€</span><b>Gold Shoe<br><a href="#" onclick="simpleCart.add('name=Gold Shoe','price=70','image=images/thumbs/goldShoe.jpg');return false;"> ajouter au panier</a></b>
					<a href="http://studio-adsense.blogspot.com" id="contentlink2" rel="subcontent2" title="description">[+]</a>
					<!--Description: -->
						<DIV id="subcontent2" class="dropdowncontent">
 
							<div align="right"><a href="javascript:dropdowncontent.hidediv('subcontent2')" title="Fermer">[X]</a></div>
							<div>
								Des chaussures absolument splendides et bon marché.
							</div>
 
 
						</DIV>
				</li>
 
				<li>
					<img src="images/whiteslipon.jpg" alt="White Slip-on">
					<span class="price">45€</span><b>White Slip-on<br><a href="#" onclick="simpleCart.add('name=White Slip-on','price=45','image=images/thumbs/whiteSlipon.jpg');return false;"> ajouter au panier</a></b>
					<a href="http://studio-adsense.blogspot.com" id="contentlink3" rel="subcontent3" title="description">[+]</a>
					<!--Description: -->
						<DIV id="subcontent3" class="dropdowncontent">
 
							<div align="right"><a href="javascript:dropdowncontent.hidediv('subcontent3')" title="Fermer">[X]</a></div>
							<div>
								Des chaussures absolument splendides et bon marché.<br>
								<b>Les lacets sont en option !</b>
							</div>
						</DIV>
				</li>
 
				<li>
					<img src="images/blackgold.jpg" alt="Black Gold">
					<span class="price">58€</span><b>Black Gold<br><a href="#" onclick="simpleCart.add('name=Black Gold','price=58','image=images/thumbs/blackGold.jpg');return false;"> ajouter au panier</a></b>
					<a href="http://studio-adsense.blogspot.com" id="contentlink4" rel="subcontent4" title="description">[+]</a>
					<!--Description: -->
						<DIV id="subcontent4" class="dropdowncontent">
 
							<div align="right"><a href="javascript:dropdowncontent.hidediv('subcontent4')" title="Fermer">[X]</a></div>
							<div>
								Des chaussures absolument splendides et bon marché.<br>
								Les lacets sont en option !<br>
								La chaussure gauche est en rupture de stock.
							</div>
						</DIV>
				</li>
 
				<li>
					<img src="images/greenstripe.jpg" alt="Green Stripe">
					<span class="price">90€</span><b>Green Stripe<br><a href="#" onclick="simpleCart.add('name=Green Stripe','price=90','image=images/thumbs/greenStripe.jpg');return false;"> ajouter au panier</a></b>
				<a href="http://studio-adsense.blogspot.com" id="contentlink5" rel="subcontent5" title="description">[+]</a>
					<!--Description: -->
						<DIV id="subcontent5" class="dropdowncontent">
 
							<div align="right"><a href="javascript:dropdowncontent.hidediv('subcontent5')" title="Fermer">[X]</a></div>
							<div>
								Des chaussures absolument splendides et bon marché.<br>
								Les lacets sont en option !<br>
								La chaussure gauche est en rupture de stock.
							</div>
						</DIV>
				</li>
 
				<li>
					<img src="images/redstripe.jpg" alt="Red Stripe">
					<span class="price">59€</span><b>Red Stripe<br><a href="#" onclick="simpleCart.add('name=Red Stripe','price=59','image=images/thumbs/redStripe.jpg');return false;"> ajouter au panier</a></b>
				<a href="http://studio-adsense.blogspot.com" id="contentlink6" rel="subcontent6" title="description">[+]</a>
					<!--Description: -->
						<DIV id="subcontent6" class="dropdowncontent">
 
							<div align="right"><a href="javascript:dropdowncontent.hidediv('subcontent6')" title="Fermer">[X]</a></div>
							<div>
								Des chaussures absolument splendides et bon marché.<br>
								Les lacets sont en option !<br>
								La chaussure gauche est en rupture de stock.
							</div>
						</DIV>
				</li>
 
				<li>
					<img src="images/whitestripe.jpg" alt="White Stripe">
					<span class="price">75€</span><b>White Stripe<br><a href="#" onclick="simpleCart.add('name=White Stripe','price=75','image=images/thumbs/whiteStripe.jpg');return false;"> ajouter au panier</a></b>
				<a href="http://studio-adsense.blogspot.com" id="contentlink7" rel="subcontent7" title="description">[+]</a>
					<!--Description: -->
						<DIV id="subcontent7" class="dropdowncontent">
 
							<div align="right"><a href="javascript:dropdowncontent.hidediv('subcontent7')" title="Fermer">[X]</a></div>
							<div>
								Des chaussures absolument splendides et bon marché.<br>
								Les lacets sont en option !<br>
								La chaussure gauche est en rupture de stock.
							</div>
						</DIV>
				</li>
 
				<li>
					<img src="images/creamslipon.jpg" alt="Cream Slip-on">
					<span class="price">45€</span><b>Cream Slip-on<br><a href="#" onclick="simpleCart.add('name=Cream Slip-on','price=45','image=images/thumbs/creamSlipon.jpg');return false;"> ajouter au panier</a></b>
				<a href="http://studio-adsense.blogspot.com" id="contentlink8" rel="subcontent8" title="description">[+]</a>
					<!--Description: -->
						<DIV id="subcontent8" class="dropdowncontent">
 
							<div align="right"><a href="javascript:dropdowncontent.hidediv('subcontent8')" title="Fermer">[X]</a></div>
							<div>
								Des chaussures absolument splendides et bon marché.<br>
								Les lacets sont en option !<br>
								La chaussure gauche est en rupture de stock.
							</div>
						</DIV>
				</li>
 
			</ul>
			<!--/ Catalog-->
 
 
			<div id="sidebar">
				<h2 style="display: inline;">Votre panier ()</h2>
 
 
				<!--Add a Div with the class "simpleCart_items" to show your shopping cart area.-->
				<div class="simpleCart_items"><div class="cartHeaders"><div class="itemImage">Image</div><div class="itemName">Name</div><div class="itemPrice">Price</div><div class="itemQuantity">Quantity</div><div class="itemTotal">Total</div></div><div class="totalRow"><div class="totalItems">0</div><div class="totalPrice">0.00€</div></div></div>
 
 
 
				<!--Here's the Links to Checkout and Empty Cart-->
				<a href="#" class="simpleCart_empty">Vider le panier</a>
				<a href="#" class="simpleCart_checkout">Payer</a>
 
 
 
				<!--Nothing below this has to do with simpleCart (js) functionality-->
				<div id="total">
					<h3>Total (€)</h3>
 
						<div class="simpleCart_total"> </div> <span class="simpleCart_quantity"></span> articles
 
					</div>	
			<!--End #sidebar-->	
			</div>
			<div id="footer">
				Créer par <a href="http://thewojogroup.com/"><img src="images/wojo.gif" alt="The Wojo Group"></a> <a href="http://thewojogroup.com/">The Wojo Group</a> &nbsp;&nbsp;
				•&nbsp;&nbsp;<img src="images/micrologo.gif" alt="simple cart js" style="vertical-align: bottom;"> sous licence <a href="#">MIT License</a><br>
				Modifié par <a href="http://studio-adsense.blogspot.com" title="Le blog d'un développeur">Adonfff</a>
			</div>	
		<!--End #content-->		
		</div>
		<script type="text/javascript">
//Call dropdowncontent.init("anchorID", "positionString", glideduration, "revealBehavior") at the end of the page:
 
dropdowncontent.init("contentlink1", "right-bottom", 300, "click")
dropdowncontent.init("contentlink2", "right-bottom", 300, "click")
dropdowncontent.init("contentlink3", "right-bottom", 300, "click")
dropdowncontent.init("contentlink4", "right-bottom", 300, "click")
dropdowncontent.init("contentlink5", "right-bottom", 300, "click")
dropdowncontent.init("contentlink6", "right-bottom", 300, "click")
dropdowncontent.init("contentlink7", "right-bottom", 300, "click")
dropdowncontent.init("contentlink8", "right-bottom", 300, "click")
 
</script>
</body>
</html>
d'aprés le début des explications il faut inclure la librairie javascript dans votre page de cette façon ??
je n'ais pas compris de qu'elle page il parlait?
si il s'agit de celle cité ci-dessus et a quel niveau faut il mettre la librairie javascript?
ici comment procéder pour mettre en place ce petit bijoux :

Déjà, avant de commencer, il vous faut un compte paypal. La librairie javascript fonctionne grâce à l’email de votre compte paypal.
Ensuite, il faut inclure la librairie javascript dans votre page de cette façon :

1.%MINIFYHTML1b3db8fa45f256fba479ef634f02052213%%MINIFYHTML1b3db8fa45f256fba479ef634f02052214%