Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to make an external link in Infobox


Recommended Posts

Posted

I would like to make links to external sites in my infoboxes.

 

Can someone tell me what the correct format is so that I may do so?

 

The page looks like this currently.

 

<?php

/*

$Id: information.php,v 1.6 2003/02/10 22:31:00 hpdl Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

?>

<!-- information //-->

<?php

$boxHeading = BOX_HEADING_INFORMATION;

$corner_left = 'square';

$corner_right = 'square';

 

$boxContent = '<a href="' . tep_href_link(FILENAME_SHIPPING) . '"> ' . BOX_INFORMATION_SHIPPING . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_PRIVACY) . '"> ' . BOX_INFORMATION_PRIVACY . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_CONDITIONS) . '"> ' . BOX_INFORMATION_CONDITIONS . '</a><br>' .

/* B001256-006 osCommerceStudio.com 20040218 */

'<a href="' . tep_href_link(FILENAME_LINKS) . '">' . BOX_INFORMATION_LINKS . '</a><br>' .

/* E001256-006 osCommerceStudio.com 20040218 */

'<a href="' . tep_href_link(FILENAME_CONTACT_US) . '"> ' . BOX_INFORMATION_CONTACT . '</a><br>'.

'<a href="' . tep_href_link(FILENAME_CATALOG_PRODUCTS_WITH_IMAGES, '', 'NONSSL') . '">' . BOX_CATALOG_PRODUCTS_WITH_IMAGES . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_GV_FAQ, '', 'NONSSL') . '"> ' . BOX_INFORMATION_GV . '</a>';//ICW ORDER TOTAL CREDIT CLASS/GV

 

require(DIR_WS_TEMPLATES . TEMPLATENAME_BOX);

?>

<!-- information_eof //-->

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...