This module implements a basic Jquery slideshow for displaying slides with prices at website's main page, with an admin panel for inserting/updating/deleting slides and their prices.
No core files altered.
Tested for zen cart 1.3.8, 1.3.9
Printable View
This module implements a basic Jquery slideshow for displaying slides with prices at website's main page, with an admin panel for inserting/updating/deleting slides and their prices.
No core files altered.
Tested for zen cart 1.3.8, 1.3.9
Hey thanks for trying.
As mentioned in the instructions it is only tested for 1.3.8 and 1.3.9 versions.
I just saw your post and tried it at 1.5 version and i see that the only that is not working is the display of "Slideshow" in admin->tools menu.
You can still access it by typing youradmin/slideshow.php
Then from there i think that everything works as in previous versions of ZC.
If you insert an image it will display on your shop's frontpage.
I added the neccessary files to make it compatible with 1.5 version of Zen Cart.
I uploaded it at the addons section and it is waiting approval.
Cheers for that sport_billy, I tried the direct url and it comes up so uploaded images but they are not appearing on the site for some reason, just the text slide image?
Maybe your pictures are way too larger than the dimensions of the slideshow.
Try a picture around 450 x 300 pixels or change the dimensions through the css file to fit your needs.
hi sorry got it working, the images do seem to upload for me so when I do it manually it works
sport_billy thank you for this add-on. I installed it and have it working. I have two questions though.
1)Everything works great when I add an image but when I want to delete one of the slides I get an error message:
"1054 Unknown column 'slideshow.image' in 'where clause'
in:
[DELETE FROM zen_slideshow WHERE slideshow.image='PICT00022.jpg']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields."
2)Is there a way to adjust the slide speed?
Thanks again, this add-on was very helpful!
Just for sake of good order:
The download link for this mod is here
Take care when installing this mod.
The file SITE/includes/languages/YOUR_LANGUAGE/html_includes/YOUR_TEMPLATE/define_main_page.php needs to be merged with an existing file define_main_page.php
Then in the same file define_main_page.php on/around line 13 the template name is hard coded:
Suggest you update your installation instructions and possibly look at replacing the hard coded template name.Code:<script type="text/javascript" src="includes/templates/pure_black/jscript/jscript_easySlider.js"></script>