Thanks Design75 for creating the plugin. I have installed v 1.2 on my zencart v1.5. All working fine EXCEPT that the slider features on index page of the template is now not working. I saw this issue in the other support thread but no solution yet. Does this plug in works with/support easy sliders feature that is used in estornow template? Any guides or hint or pointer of what might hv gone wrong.
Many thanks
Okay,
I thought to solve this just before going to sleep, and not wait till tomorrow.
I made a test shop with Zen Cart 1.5.0, estornow template, and cookie control 1.2
The slider and cc fail to work. the problem is the jquery already being loaded.
Solution:
edit includes/templates/YOUR_TEMPLATE/jscript/jscript_cookieControl-5.1.min.php
find and remove the following
it is not the best solution, but it worksCode:http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
You are a star. Thank you so much - it works a trick.
Should I watch out for anything as an implication of removing the specified code? I can then test that area more thoroughly. I don't know much of programming but base on what I found it is a library (that is as much as I know!) and if it is already loaded then in theory (my theory) then it should be ok. Then again, I know nothing of coding so...pls advise if there is any point I should be checking/watch out/keep an eye on :-) Thanks.
Indeed it prevents cookie control from trying to load the jquery file again, by removing the address where to find it. Simple Crude and Effective
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
Hello there,
Is there a way to disable the script on secure pages? I get the 'do you want to display insecure content' on checkout and login. Thanks for any help with this, it is a great module by the way.
If you install version 1.3, it should resolve your problem. I had the same, which was the main reason this latest version was created.
You only need to replace the file "includes\templates\YOUR_TEMPLATE\jscript\jscript_cookieControl-5.1.min.php" , and add "includes\templates\YOUR_TEMPLATE\css\stylesheet_cookie_control.css" from the new file package
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.