Guest Posted April 11, 2011 Share Posted April 11, 2011 in the installation guide 2.2.6 Step 6 Open catalog/admin/includes/boxes/catalog.php Find '<a href="' . tep_href_link(FILENAME_MANUFACTURERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_MANUFACTURERS . '</a><br>' . Add Below this '<a href="' . tep_href_link(FILENAME_SLIDESHOW, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_SLIDESHOW. '</a><br>' . My catalog.php don´t have this Line AND 2.4 Include the slideshow on osCommerce Store home page Open catalog/index.php Find this <!-- body //--> Add after <?php if(!$_SERVER['QUERY_STRING'])require(DIR_WS_INCLUDES . 'slideshow.php'); ?> If I but this line on my index.php my "old" scroller fail (from Modular Front page contribution). How I can Fix it?. Thanks Quote Link to comment Share on other sites More sharing options...
parorrey Posted April 19, 2011 Share Posted April 19, 2011 (edited) Open catalog/admin/includes/boxes/catalog.php Find array( 'code' => FILENAME_MANUFACTURERS, 'title' => BOX_CATALOG_MANUFACTURERS, 'link' => tep_href_link(FILENAME_MANUFACTURERS) ), Add Below this. array( 'code' => FILENAME_SLIDESHOW, 'title' => BOX_CATALOG_SLIDESHOW, 'link' => tep_href_link(FILENAME_SLIDESHOW) ), I'll update the contribution as well shortly with corrected installation guide. Edited April 19, 2011 by parorrey Quote We are what we repeatedly do. Excellence, then, is not an act, but a habit. osCommerce Store Customization | PIM oscSlideshow Add-ons for v2.3.1 & v2.2 Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.