dima2013 Posted April 11, 2010 Share Posted April 11, 2010 Good day! My version is oscommerce-2.2rc2a. Module sets the Easy Populate 2.76i-MS2 Questions: 1) make the instructions (Easy Populate 2.76i Installation and Documentation), it says 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'. Here kakya a mistake in the instructions? If you change the line so line 25 '<a href="'. tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES,'','NONSSL').'" class="menuBoxContentLink">'. BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES. '</ A> <br>'. 'Easy Populate'. - Something in the admin panel does not see a link Easy Populate, only the string Easy Populate. In the instructions to the Easy Populate 2.76h 3rd step as described STEP # 3 - Add a link in the Admin Panel. Edit file "/ catalog / admin / boxes / catalog.php" Find this code (Around Line 25): '<a Href="'. Tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES,'','NONSSL').'" Class="menuBoxContentLink">'. BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES. '</ A> <br>'. Directly AFTER add this: '<a Href="'. Tep_href_link('easypopulate.php','','NONSSL').'" Class="menuBoxContentLink"> Easy Populate </ a> <br>'. If so doing, I get an error in the admin control panel: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in Z: \ home \ oscm2 \ www \ admin \ includes \ boxes \ catalog.php on line 25 Explain please how to get the 3rd step? Link to comment Share on other sites More sharing options...
steve_s Posted April 13, 2010 Share Posted April 13, 2010 Good day! My version is oscommerce-2.2rc2a. Module sets the Easy Populate 2.76i-MS2 Questions: 1) make the instructions (Easy Populate 2.76i Installation and Documentation), it says 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'. Here kakya a mistake in the instructions? If you change the line so line 25 '<a href="'. tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES,'','NONSSL').'" class="menuBoxContentLink">'. BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES. '</ A> <br>'. 'Easy Populate'. - Something in the admin panel does not see a link Easy Populate, only the string Easy Populate. In the instructions to the Easy Populate 2.76h 3rd step as described STEP # 3 - Add a link in the Admin Panel. Edit file "/ catalog / admin / boxes / catalog.php" Find this code (Around Line 25): '<a Href="'. Tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES,'','NONSSL').'" Class="menuBoxContentLink">'. BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES. '</ A> <br>'. Directly AFTER add this: '<a Href="'. Tep_href_link('easypopulate.php','','NONSSL').'" Class="menuBoxContentLink"> Easy Populate </ a> <br>'. If so doing, I get an error in the admin control panel: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in Z: \ home \ oscm2 \ www \ admin \ includes \ boxes \ catalog.php on line 25 Explain please how to get the 3rd step? Hi simply add this for step 3 '<a href="' . tep_href_link('easypopulate.php', '', 'NONSSL') . '" class="menuBoxContentLink">Easy Ppoulate</a><br>' . Steve Link to comment Share on other sites More sharing options...
Guest Posted June 5, 2012 Share Posted June 5, 2012 Hi, I just installed 2.77 of EP and I'm having the exact same difficulty. I tried the solution that Steve suggested and it didn't work. Could someone please provide a copy of how the catalog.php file should look after it's been edited? Thanks, NakMuay Link to comment Share on other sites More sharing options...
Guest Posted June 5, 2012 Share Posted June 5, 2012 Found the answer on the real EP thread.... array( 'code' => 'easypopulate.php', 'title' => 'Easy Populate', 'link' => tep_href_link('easypopulate.php') ), Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.