rambabuy Posted December 27, 2013 Share Posted December 27, 2013 Hi Experts , Can you please help me how to set maximum slides for my home page i am using latest prestashop version . Thanks Ram Link to comment Share on other sites More sharing options...
vekia Posted December 27, 2013 Share Posted December 27, 2013 hello in this module you can create as many slides as you want, so why not to just upload no more than 5 slides ? you can disable upload form with simple if condition: if (!count(array_of_slides_here)=>5) { here upload form } what ps version you use? also what slider module? default one? Link to comment Share on other sites More sharing options...
rambabuy Posted December 27, 2013 Author Share Posted December 27, 2013 hello in this module you can create as many slides as you want, so why not to just upload no more than 5 slides ? you can disable upload form with simple if condition: if (!count(array_of_slides_here)=>5) { here upload form } what ps version you use? also what slider module? default one? Hi Thanks for quick reply I am using default onle , i can configure through module -> in admin area, but i have to set in code , which file etc... Thanks Ram Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now