Hello guys!
I have a problem with my shopping cart in http://www.idols.fr
=> when I put a product in, the price an the quantity of product appears in the cart, and when I clic on a another section , like Fred Perry or West Coast Choppers, my cart disappears (I mean the quantity and the product are lost on the main page of my site ) and the customer is lost.
I have a lot of customers call because they think there is a problem on the website and they decide to not order.
Does anyone have a idea of the problem ?
http://www.idols.fr
I had put an attachment file with my main page of the site with the full code
I put the code downstair (my menu is in red (I baught the software DHTML MENU 9 from SOTHINK):
I have a problem with my shopping cart in http://www.idols.fr
=> when I put a product in, the price an the quantity of product appears in the cart, and when I clic on a another section , like Fred Perry or West Coast Choppers, my cart disappears (I mean the quantity and the product are lost on the main page of my site ) and the customer is lost.
I have a lot of customers call because they think there is a problem on the website and they decide to not order.
Does anyone have a idea of the problem ?
http://www.idols.fr
I had put an attachment file with my main page of the site with the full code
I put the code downstair (my menu is in red (I baught the software DHTML MENU 9 from SOTHINK):
Code:
<actinic:block if="%3cactinic%3avariable%20name%3d%22Wiz4%5fSectionList%22%20%2f%3e%20%3d%3d%20%22Left%20Side%22" >
<!-- MENU DE NAVIGATION DE GAUCHE list of sections is shown in the left bar -->
<!--<actinic:variable name="TopLevelSectionList" if="%3cactinic%3avariable%20name%3d%22IsTopSectionListIncluded%22%20%2f%3e" />-->
<!-- Ajout du script pour le menu de Gauche D IDOLS -->
<script type="text/javascript" src="stmenu.js"></script>
<script type="text/javascript">
<!--
stm_bm(["menu27b7",900,"","blank.gif",0,"","",0,6,250,0,10,1,0,0,"","",0,0,1,2,"default","hand","",1,25],this);
stm_bp("p0",[1,4,0,0,2,2,0,0,100,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.60)",5,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=reverse,enabled=0,Duration=0.60)",4,50,2,3,"#999999","#FF0000","",3,0,0,"#333333"]);
stm_ai("p0i0",[0,"FRED PERRY","","",-1,-1,0,"http://www.idols.fr/acatalog/Fred_Perry.html","_self","","","","",0,0,0,"","",0,0,0,1,1,"#FFFFF7",1,"#FFFFF7",1,"round18_m.gif","round18_m.gif",3,3,0,0,"#FFFFF7","#000000","#FFFF99","#FF0000","14pt College","14pt College",0,0,"round18_l.gif","round18_l.gif","round18_r.gif","round18_r.gif",5,5,26]);
stm_aix("p0i1","p0i0",[0,"LONSDALE","","",-1,-1,0,"http://www.idols.fr/acatalog/Lonsdale.html"]);
stm_aix("p0i2","p0i0",[0,"Hardcore United","","",-1,-1,0,"http://idols.fr/acatalog/Hardcore.United.html"]);
stm_aix("p0i3","p0i0",[0,"Chaussures","","",-1,-1,0,"http://idols.fr/acatalog/Chaussures_NewRock_Dr_Martens.html"]);
stm_aix("p0i4","p0i0",[0,"Los Tremendos","","",-1,-1,0,"http://idols.fr/acatalog/Los_Tremendos_Latinos.html"]);
stm_aix("p0i5","p0i0",[0,"West Coast","","",-1,-1,0,"http://idols.fr/acatalog/West_Coast_Choppers_Jesse_James_.html"]);
stm_aix("p0i6","p0i0",[0,"Groupes Rock ","","",-1,-1,0,"http://idols.fr/acatalog/Groupes.html"]);
stm_aix("p0i7","p0i0",[0,"Accessoires Rock","","",-1,-1,0,"http://idols.fr/acatalog/Rock_Accessoires.html"]);
stm_aix("p0i8","p0i0",[0,"Bar Stools\r\n","","",-1,-1,0,"http://idols.fr/acatalog/Bar_Stools.html"]);
stm_aix("p0i9","p0i0",[0,"Guinness","","",-1,-1,0,"http://idols.fr/acatalog/Guiness.html"]);
stm_aix("p0i10","p0i0",[0,"Jack Daniel\'s","","",-1,-1,0,"http://idols.fr/acatalog/JackDaniels.html"]);
stm_aix("p0i11","p0i0",[0,"Cartoons Movies","","",-1,-1,0,"http://idols.fr/acatalog/Cartoons.html"]);
stm_aix("p0i12","p0i0",[0,"Collection","","",-1,-1,0,"http://idols.fr/acatalog/Collector.html"]);
stm_aix("p0i13","p0i0",[0,"Nouveautes","","",-1,-1,0,"http://idols.fr/acatalog/Nouveautes_2009.html"]);
stm_aix("p0i14","p0i0",[0,"Friends","","",-1,-1,0,"http://idols.fr/acatalog/Liens.html"]);
stm_ep();
stm_em();
//-->
</script>
<br />
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22Wiz5%5fBrochureList%22%20%2f%3e%20%3d%3d%20%22Left%20Side%22" >
<!-- list of brochure pages is shown in the left bar -->
<actinic:variable name="BrochureNavBar" />
<br />
</actinic:block>
Comment