Hello guys,
i had baught this software "Sothink DHTML Menu" (52 $) to integrate a good and special left navigation menu on my website.
The result is very good but I have a problem with the card update when a customer want to order.
When he take a product on fred perry page , the product appears in the shopping cartd on the left, else when he decide to buy another product on west coast choppers page as exempkle the shopping cart is ok , and when he come back on the main page of the site, the card is empty so I think that there is a problem with the code.
when I replace the code "toplevelsectionlist"
Code:
<actinic:variable name="TopLevelSectionList" if="%3cactinic%3avariable%20name%3d%22IsTopSectionListIncluded%22%20%2f%3e" />
Code:
<script type="text/javascript" src="stmenu.js"></script>
Code:
<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,8,2,"#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","p0i1",[0,"Hardcore United"]); stm_aix("p0i3","p0i0",[0,"Chaussures","","",-1,-1,0,""]); stm_aix("p0i4","p0i3",[0,"Los Tremendos"]); stm_aix("p0i5","p0i3",[0,"West Coast"]); stm_aix("p0i6","p0i3",[0,"Groupes Rock "]); stm_aix("p0i7","p0i3",[0,"Accessoires Rock"]); stm_aix("p0i8","p0i3",[0,"Bar Stools Rock"]); stm_aix("p0i9","p0i3",[0,"Guinness"]); stm_aix("p0i10","p0i3",[0,"Jack Daniel\'s"]); stm_aix("p0i11","p0i3",[0,"Cartoons - Movies"]); stm_aix("p0i12","p0i3",[0,"Collection"]); stm_aix("p0i13","p0i3",[0,"Nouveautes"]); stm_aix("p0i14","p0i3",[0,"Friends"]); stm_aix("p0i15","p0i3",[0,"Site Map"]); stm_ep(); stm_em(); //--> </script>
http://www.idols.fr/bug2009/menu final.rar
here is my code in actinic with the menu :
Code:
<!-- 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" /> --> <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,8,2,"#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","p0i1",[0,"Hardcore United"]); stm_aix("p0i3","p0i0",[0,"Chaussures","","",-1,-1,0,""]); stm_aix("p0i4","p0i3",[0,"Los Tremendos"]); stm_aix("p0i5","p0i3",[0,"West Coast"]); stm_aix("p0i6","p0i3",[0,"Groupes Rock "]); stm_aix("p0i7","p0i3",[0,"Accessoires Rock"]); stm_aix("p0i8","p0i3",[0,"Bar Stools Rock"]); stm_aix("p0i9","p0i3",[0,"Guinness"]); stm_aix("p0i10","p0i3",[0,"Jack Daniel\'s"]); stm_aix("p0i11","p0i3",[0,"Cartoons - Movies"]); stm_aix("p0i12","p0i3",[0,"Collection"]); stm_aix("p0i13","p0i3",[0,"Nouveautes"]); stm_aix("p0i14","p0i3",[0,"Friends"]); stm_aix("p0i15","p0i3",[0,"Site Map"]); stm_ep(); stm_em(); //--> </script>
I had put the old navigation menu since I had discovered the error with my cart.
If someone have a good idea to resolve the problem, I appreciate
Thanks a lot
IDOLS TEAM