Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Nav bar on header showing t string errors when space between two words


westmidsguy

Recommended Posts

Posted

When i enter a link to the app top breadcrumb

for example the link contact us it shows a t string error

yet when i add contactus without a space to breadcrumb it works fine?

Posted

When i enter a link to the app top breadcrumb

for example the link contact us it shows a t string error

yet when i add contactus without a space to breadcrumb it works fine?

 

Think that you are trying to use text instead of the NAVBAR_TITLE for the Navbar

 

the bread crum line in contact_us.pho should look like $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_CONTACT_US));

 

In include/languages/english/contact_us.php or in english.php file you define the text

 

define('HEADING_TITLE', 'Contact Us');

define('NAVBAR_TITLE', 'Contact Us');

define('TEXT_SUCCESS', 'Your enquiry has been successfully sent to the Store Owner.');

define('EMAIL_SUBJECT', 'Enquiry from ' . STORE_NAME);

 

define('ENTRY_NAME', 'Full Name:');

define('ENTRY_EMAIL', 'E-Mail Address:');

define('ENTRY_ENQUIRY', 'Enquiry:');

 

hope that helps

Getting better with mods but no programmer am I.

Posted

I dont see i breadcrumb on your site ??

Also in footer.php you have a broken link:

<a href="http://scicheck.com/oscommerce/contact_us.php">Contact us</a>
<a href="">Terms and Conditions</a>

Archived

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

×
×
  • Create New...