rootnl2k Posted September 10, 2011 Posted September 10, 2011 I set up OsCommerce 2.3 accordingly but now I am not able to see the admin control panel. This browser either did not exit properly or trying to add easy populate did not work correctly. What do I need to restore the admin panel?
Guest Posted September 10, 2011 Posted September 10, 2011 Dave, You will need to complete the installation of EP to correct the issue. Post any error messages you have received so we can assist you. Chris
rootnl2k Posted September 10, 2011 Author Posted September 10, 2011 All right where do I look for these errors? I am using http://www.nk.ca/~aboo/racing/osc2/EP_v2_77a/Documentation%20and%20Installation.html and reading the Installation Instructions . Are there any configuration file I should attach?
Guest Posted September 10, 2011 Posted September 10, 2011 Dave, You should read the Documentation & Installation.html that is supplied with the Easy Populate download. Also, ensure you have the proper version for your osCommerce installation. Chris
rootnl2k Posted September 10, 2011 Author Posted September 10, 2011 Dave, You should read the Documentation & Installation.html that is supplied with the Easy Populate download. Me: Yes did that. Also, ensure you have the proper version for your osCommerce installation. Me: All right Latest versions of OsC 2.3.1 and Ep 2.77 installed Chris
rootnl2k Posted September 10, 2011 Author Posted September 10, 2011 Chris , here is something in the EP documentation that does not make sense. from http://www.nk.ca/~ab...stallation.html Installation Instructions section STEP #3 - Add a link in the Admin Panel. Edit file "/catalog/admin/incudes/boxes/catalog.php" � Find this code (Around Line 25): '' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES . '' . Directly AFTER add this: 'Easy Populate' . The catalog.php file contents are <?php $cl_box_groups[] = array( 'heading' => BOX_HEADING_CATALOG, 'apps' => array( array( 'code' => FILENAME_CATEGORIES, 'title' => BOX_CATALOG_CATEGORIES_PRODUCTS, 'link' => tep_href_link(FILENAME_CATEGORIES) ), array( 'code' => FILENAME_PRODUCTS_ATTRIBUTES, 'title' => BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES, 'link' => tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES) ), array( 'code' => FILENAME_MANUFACTURERS, 'title' => BOX_CATALOG_MANUFACTURERS, 'link' => tep_href_link(FILENAME_MANUFACTURERS) ), array( 'code' => FILENAME_REVIEWS, 'title' => BOX_CATALOG_REVIEWS, 'link' => tep_href_link(FILENAME_REVIEWS) array( 'code' => FILENAME_MANUFACTURERS, 'title' => BOX_CATALOG_MANUFACTURERS, 'link' => tep_href_link(FILENAME_MANUFACTURERS) ), array( 'code' => FILENAME_REVIEWS, 'title' => BOX_CATALOG_REVIEWS, 'link' => tep_href_link(FILENAME_REVIEWS) ), array( 'code' => FILENAME_SPECIALS, 'title' => BOX_CATALOG_SPECIALS, 'link' => tep_href_link(FILENAME_SPECIALS) ), array( 'code' => FILENAME_PRODUCTS_EXPECTED, 'title' => BOX_CATALOG_PRODUCTS_EXPECTED, 'link' => tep_href_link(FILENAME_PRODUCTS_EXPECTED) ) ) ); ?> So where do I put easy populate?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.