Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to add TITLE to infoboxes


Eszaraxe

Recommended Posts

Posted

The pages "About us", Contact us, Privacy amd Conditions doesn't have a page TITLE. How do I get one?

osCommerce 2.3.1 - QTPro 4.6.1 - Ultimate SEO URL's 5 Pro r205 - Discount Code 3.1 - Column listing with smart columns - Products Sort and some more

Posted

There should be a corresponding language file for each page in catalog/includes/languages/english/name_of_page.php

:not_the_usual1

[you decide]

 

-- Trying to figure it out, just like everyone else --

Posted

Yes, of course there is but there is no TITLE.

osCommerce 2.3.1 - QTPro 4.6.1 - Ultimate SEO URL's 5 Pro r205 - Discount Code 3.1 - Column listing with smart columns - Products Sort and some more

Posted

Taking the privacy page as an example. You have in the main privacy.php a line of code that is

 

<h1><?php echo HEADING_TITLE; ?></h1>

 

That is where the heading title is called.

 

In the corresponding language file ie includes/language/english/privacy.php you should have

 

define('HEADING_TITLE', 'Privacy Notice');

 

What ever you write here between the two ' ' is what will show on the page.

REMEMBER BACKUP, BACKUP AND BACKUP

  • 2 weeks later...
Posted

I'm talking about page title.

osCommerce 2.3.1 - QTPro 4.6.1 - Ultimate SEO URL's 5 Pro r205 - Discount Code 3.1 - Column listing with smart columns - Products Sort and some more

Archived

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

×
×
  • Create New...