Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

site map


Guest

Recommended Posts

create the required define in catalog/includes/languages/english.php

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

I just added

 

define('HEADER_SITE_MAP', 'Site Map');

 

catalog/includes/languages/english.php

 

 

and it still doesnt work

Link to comment
Share on other sites

this is the code in my information.php file

 

 

 

'<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_LINKS) . '">' . LINKS . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_SITE_MAP, '', 'NONSSL') . '">' . HEADER_SITE_MAP . '</a>');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...