muraduk Posted June 29, 2010 Posted June 29, 2010 Hi iam trying to install the Easypopulate contribution.. but have problems with Step 3 which states: 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 line they are indicating is this... '<a href="' . tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES . '</a><br>' . I Can't see the 2 '' after the word attribute... Please can someone advise as to where to add this 'Easy Populate' . text Thanks in advance...
Kasketkarl.nu Posted July 1, 2010 Posted July 1, 2010 Because it looks like this: <a href="' . tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES .' Just put it where u wont it, but before ?>
muraduk Posted July 4, 2010 Author Posted July 4, 2010 Hi but putting 'Easy Populate' . does not give me a link to the EasyPopulate.php file.. In admin i just get a text in my menu saying Easy Populate What am i doing wrong, and why can i not create a link..??? your help is much appreciated.. Thanks..
♥geoffreywalton Posted July 4, 2010 Posted July 4, 2010 What it actually says is STEP #3 - Add a link in the Admin Panel. Edit file "/catalog/admin/incudes/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>' . This adds the link and clicking on it takes you to EP. G Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.