Guest Posted July 3, 2007 Posted July 3, 2007 My os commerce has reached to format that I really like What I would like to do is add a slideshow in the first page Could please tell me which file shall I change and how? Thanks
Silverado05 Posted July 3, 2007 Posted July 3, 2007 index.php Just find a slideshow you want to use and nest it in a table somewhere in that file where you want it to display. Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works.
Guest Posted July 3, 2007 Posted July 3, 2007 As there are a lot of index.php pages you mean thecentral one And where about in the code shall I add it? Do I need to add some extra php code?
Guest Posted July 5, 2007 Posted July 5, 2007 there are several slideshow modules http://www.oscommerce.com/community/contributions,3274/ if you only want it to be active for a certain page check the current script via the $PHP_SELF variable if( $PHP_SELF == 'index.php' && $category_depth == 'top' ) { // Slideshow here }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.