kdogg Posted May 8, 2010 Share Posted May 8, 2010 On the left side of my shopping cart, I have my info boxes and I need to set one of the options to be a link for a certain forum page. How do I put a link in? For example, I have: Policies Returns Events <---- I want the Events to be a link to a certain forum page. Contact Us Thank you! Link to comment Share on other sites More sharing options...
kdogg Posted May 8, 2010 Author Share Posted May 8, 2010 I found this: http://www.oscommerce.info/kb/osCommerce/Catalog_Area/Boxes/262 But it didn't work. Link to comment Share on other sites More sharing options...
Guest Posted May 8, 2010 Share Posted May 8, 2010 Looks like you are trying to put that in includes/boxes/information.php. Add this right above your contact us link '<a href="' . tep_href_link(FILENAME_EVENTS) . '">' . BOX_INFORMATION_EVENTS . '</a><br>' . Make sure to add to includes/filenames.php define('FILENAME_EVENTS', 'events.php'); Add to includes/languages/english.php define('BOX_INFORMATION_EVENTS', 'Events'); And of course be sure to upload the page events.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.