Re: Can Zen Cart Handle this??
It's not that difficult to do, but to do it right you may need some extra steps but that will be worth it.
First, lets just try to put it into your zencart first
1. You need to put the 2 js files into your current template jscript folder, you want to name them jscript_something.js so they will be always loaded.
2. now obviously you want to put the html code with the structure as instructed in the article. The easiest way to test it out is to edit define main page and just hardcode the code there for now.
Once it runs already, you want to make it faster and smarter:
1. say you load this on homepage only then you will not want it to be loaded on other pages. One thing you can do is to read zencart documents (the ones go with the installation package of zencart). You will see that you can drop the jscript files into includes/modules/pages/index
However, if you want to load this on some other pages or if you want to make it a module give it some flexibility, I suggest you have a look at CJ Loader
blog.rubikintegration.com/2009/08/08/zencart-css-javascript-loader-released/
2. now you may want to take advantage of zencart banner manager. You may want to let users enter image and text via the banner manager perhaps? Then you can remove the html part you hardcoded earlier and use php to retrieve banners
(You may also want to learn a bit of jquery if you want to dig deep into this, but if you just want it up and running, it's pretty straight forward)
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me