Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Links Page in information box


a12c4magic

Recommended Posts

I have created a Links page in my information box, however I am having trouble figuring out how to add the links into the links page

 

<?php
/*
 $Id: links.php 1739 2007-12-20 00:52:16Z hpdl $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2002 osCommerce

 Released under the GNU General Public License
*/

define('NAVBAR_TITLE', 'Links');
define('HEADING_TITLE', 'Links');

define('TEXT_INFORMATION', 'text goes here.');?>

 

Can someone please post the code that will allow my links to show up as when I tried to add the code the page wouldn't come up at all.

 

Thanks Sue

Link to comment
Share on other sites

Sue,

Suggest you to read the documentation relevant for Boxes and Links HERE

 

HTH

 

 

Thanks that wasn't what I was looking for, however I have now achieved what I was after and have managed to add external links into the information links page by adding :

 

<p align="center"><a href="http://www.rjnblues16.com/GNREmbroidery" target="_blank">GNR Embroidery</a>');

?>

 

Sue

Link to comment
Share on other sites

Thanks that wasn't what I was looking for, however I have now achieved what I was after and have managed to add external links into the information links page by adding :

 

<p align="center"><a href="http://www.rjnblues16.com/GNREmbroidery" target="_blank">GNR Embroidery</a>');

?>

 

Sue

 

The KB link I gave, at the bottom of page does have the method to add links as shown where you can remove tep_href... by modifying the structure :) Anyways you have achieved your goal !!!

[color="#000000"]'<a href="' . tep_href_link(FILENAME_SHIPPING, '', 'NONSSL') . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' .[/color]

Best of luck!!

Best Regards,
Gaurav

Link to comment
Share on other sites

The KB link I gave, at the bottom of page does have the method to add links as shown where you can remove tep_href... by modifying the structure :) Anyways you have achieved your goal !!!

[color="#000000"]'<a href="' . tep_href_link(FILENAME_SHIPPING, '', 'NONSSL') . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' .[/color]

Best of luck!!

 

 

I appreciate the reply, however I will admit it was over my head( it wasn't written like an idiot guide) which at times is what I need *LOL

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...