indianking Posted September 4, 2006 Share Posted September 4, 2006 Hi everyone. I am trying to install this contrib. found here. http://www.oscommerce.com/community/contri...+MainPage+1.3.3 Now in its manualhack it says. 1) in /catalog/default.php replace <td class="main"><br><?php echo TEXT_MAIN; ?></td> with this: <td class="main"><br><?php include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_MAINPAGE); ?></td> but where is default.php i dont have any default.php in the root. what should i do now. Quote Link to comment Share on other sites More sharing options...
bkellum Posted September 4, 2006 Share Posted September 4, 2006 Hi everyone. I am trying to install this contrib. found here. http://www.oscommerce.com/community/contri...+MainPage+1.3.3 Now in its manualhack it says. 1) in /catalog/default.php replace <td class="main"><br><?php echo TEXT_MAIN; ?></td> with this: <td class="main"><br><?php include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_MAINPAGE); ?></td> but where is default.php i dont have any default.php in the root. what should i do now. My guess is that the instructions meant "index.php" when it said "default.php". Hope this helps, Bill Kellum Quote Bill Kellum Sounds Good Productions STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE Link to comment Share on other sites More sharing options...
bkellum Posted September 4, 2006 Share Posted September 4, 2006 My guess is that the instructions meant "index.php" when it said "default.php". Hope this helps, Bill Kellum I looked at the Define Main Page contribution and noticed you should be following the instructions called "2.2_MS2 installation.txt". These instructions have been updated for the latest version of osCommerce. You were following the instructions for oscommerce cvs. Hope this helps, Bill Kellum Quote Bill Kellum Sounds Good Productions STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE 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.
Note: Your post will require moderator approval before it will be visible.