rufus
January 21, 2013, 9:49pm
1
Hi
I searched on the forum and google but i can’t find nothing about my problem.
So i post here, with hope someone can help me.
All work good on the site we are building. But when we enter a product page detail, all dropdown menus (currencies, languages, selections variants lists, connexion…) don’t react anymore
If we click on one, nothing happen or the page is refresh.
This happens only on products details pages.
We use the oxid CE 4.7.2 edition.
Thanks to everyone who can help us.
i guess you have changed the template.
check the browser console for some errors
rufus
January 21, 2013, 9:57pm
3
Thanks for your fast answer
We tried on a fresh install to test, without any changes on azure template. And same problem happen
it seems to be a js problem The pics zoom work good
rufus
January 21, 2013, 10:05pm
4
We tried with differents browsers, and all we do on fresh install is enter a product and a variant list.
We cleared tmp folder, browser’s cache, tried diffrents codes on this fresh install but nothing. Still same problem
just a selection list or do you generate real variants from a selection list?
rufus
January 21, 2013, 10:22pm
6
Selection list with sizes Nothing more
You’re right for browser console error :
" TypeError: $.cookie is not a function "
Problem seems to be here :
if( !$.cookie(“showlinksonce”) ) {
$(“ul.actionLinks”).slideDown(‘normal’).delay(2000).slideUp(‘normal’, function(){
});
$.cookie(“showlinksonce”, 1, { path: ‘/’ });
}
rufus
January 21, 2013, 11:08pm
7
all ok erasing this part of js code Thanks for help
First time using this, i just instaled with demo produtcs I have the same problem …
“Selection list with sizes Nothing more”