Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Anyone knows what's that?


Guest

Recommended Posts

Posted

It appears to be the code for the Links Manager contribution. If you do not intend to use that, then go into includes/boxes/information.php and delete the code for that link. If will be the one that contains FILENAME_LINKS.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted
It appears to be the code for the Links Manager contribution. If you do not intend to use that, then go into includes/boxes/information.php and delete the code for that link. If will be the one that contains FILENAME_LINKS.

 

Jack

 

This is infomation.php file:

 

<!-- 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();

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

'<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>' .

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

'<a href="' . tep_href_link(FILENAME_SITEMAP) . '">' . BOX_INFORMATION_SITEMAP . '</a>');

 

new infoBox($info_box_contents);

?>

</td>

</tr>

<!-- information_eof //-->

 

 

 

but I can't find BOX_INFORMATION_LINKS ...

Posted

Ok, I find the solution.

 

It's the problem with sitemap.php

 

I solved the problem.

 

Thanks for all... :)

Archived

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

×
×
  • Create New...