Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Information Infobox


francois.joubert@mailbox.co.za

Recommended Posts

Posted

I have added additional links in the Information Infobox, 9 of them are working perfectly, 2 isn't. If I decrease the amount of text in the page where it links to (in /english), they work! But, some of the working links have even more text in!?!? Why is this?

 

Thanks a ton,

 

Francois

 

Included below disclaimer.php and privacy.php from /english directory, followed by information.php from /boxes directory

 

<?php

//Additional links in Information infobox - Francois Joubert

/*

$Id: disclaimer.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'Disclaimer');

define('HEADING_TITLE', 'Disclaimer');

 

define('TEXT_INFORMATION', 'When a user visits UTURN or sends e-mail to UTURN, that user consents to receiving communications from UTURN electronically and agrees that all agreements, notices, disclosures and other communications sent to UTURN satisfies any legal requirements, including but not limited, to the requirement that such communications should be "in writing".<br><br>Apart from the provisions of sections 43(5) and 43(6) of the Electronic Communications and Transactions Act, UTURN shall not be liable for any damage, loss or liability of whatsoever nature arising from the use or inability to use this site, content, services and technology provided from and through this site. Furthermore, UTURN makes no representations or warranties, implied or otherwise, that, amongst others, the content, services, and technology available from this site are free from errors or omissions or that the service will be 100% uninterrupted and error free. Users are encouraged to inform UTURN of any errors. Please send an email to [email protected].<br><br>This site is supplied "as is" and has not been made available to meet the user's individual requirements. It is the sole responsibility of the user to satisfy itself prior to entering into this agreement with UTURN that the content, services and technologies available from and through this site will meet the user's individual requirements and be compatible with the user's hardware and/or software.<br><br>All items purchased from UTURN are made pursuant to agreements with shipping and delivery agents and risk of loss pass from UTURN to such agents upon delivery of any item to such carrier.<br><br>UTURN shall not be liable for any damage, loss or liability of whatsoever nature arising from the use or inability to use any product sold on this site.<br><br>Copyright UTURN 2005 ©.');

?>

 

 

 

 

 

<?php

//Additional links in Information infobox - Francois Joubert

/*

$Id: privacy.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'Privacy');

define('HEADING_TITLE', 'Privacy');

 

define('TEXT_INFORMATION', 'UTURN may electronically collect, store and use all personal information of users collected on the site. This will be collected electronically through cookies or disclosure by the user himself/herself.<br><br>UTURN shall take all reasonable security measures to protect the loss, misuse, and/or the alteration of the personal information of users.<br><br>The user may opt out on the receival of all communications from UTURN.<br><br>UTURN owns and retains all rights to non-personal statistical information collected and compiled by UTURN.<br><br>UTURN may collect, maintain, save, compile, share, disclose and sell any information collected from users, subject to the following provisions:<br>> UTURN shall not disclose personal information from users unless the user consents thereto;<br>> UTURN shall disclose information without the user's consent only through due legal process; and<br>> UTURN may compile, use and share any information that does not relate to any specific individual.<br><br>Copyright UTURN 2005 ©.');

?>

 

 

 

 

 

<?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 //-->

<tr>

<td>

<?php

$info_box_contents = array();

$info_box_contents[] = array('text' => BOX_HEADING_INFORMATION);

 

new infoBoxHeading($info_box_contents, false, false);

 

$info_box_contents = array();

//Additional links in Information infobox - Francois Joubert

$info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_COMPANY) . '">' . BOX_INFORMATION_COMPANY . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_HELP) . '">' . BOX_INFORMATION_HELP . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_CORPORATE) . '">' . BOX_INFORMATION_CORPORATE . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_TERMS) . '">' . BOX_INFORMATION_TERMS . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_COPYRIGHT) . '">' . BOX_INFORMATION_COPYRIGHT . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_DISCLAIMER) . '">' . BOX_INFORMATION_DISCLAIMER . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_DELIVERIES) . '">' . BOX_INFORMATION_DELIVERIES . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_PAYMENTS) . '">' . BOX_INFORMATION_PAYMENTS . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_AGREEMENT) . '">' . BOX_INFORMATION_AGREEMENT . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_GUARANTEE) . '">' . BOX_INFORMATION_GUARANTEE . '</a><br>' .

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

'<a href="' . tep_href_link(FILENAME_SECURITY) . '">' . BOX_INFORMATION_SECURITY . '</a><br>' .

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

 

new infoBox($info_box_contents);

?>

</td>

</tr>

<!-- information_eof //-->

Archived

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

×
×
  • Create New...