Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Urgent help needed!


oscommerce2006

Recommended Posts

Posted

All my headings have gone in the format of HEADER_TITLE_MY_ACCOUNT | HEADER_TITLE_CART_CONTENTS | HEADER_TITLE_CHECKOUT on my actual site.

 

Does anyone know what i've done wrong?

 

I did run the following sql:

 

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Display Retail Price (EZier New Fields)', 'PRODUCT_LIST_RETAIL_PRICE', '3', 'Do you want to display the retail price and savings %?', 8, 5, '2004-04-25 21:16:59', '0000-00-00 00:00:00', NULL, NULL);

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Display Savings (EZier New Fields)', 'PRODUCT_LIST_SAVE', '5', 'Do you want to display the savings?', 8, 7, '2004-04-25 22:40:31', '0000-00-00 00:00:00', NULL, NULL);

 

Help would be very much appreciated!

Posted
All my headings have gone in the format of HEADER_TITLE_MY_ACCOUNT | HEADER_TITLE_CART_CONTENTS | HEADER_TITLE_CHECKOUT on my actual site.

 

Does anyone know what i've done wrong?

 

I did run the following sql:

 

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Display Retail Price (EZier New Fields)', 'PRODUCT_LIST_RETAIL_PRICE', '3', 'Do you want to display the retail price and savings %?', 8, 5, '2004-04-25 21:16:59', '0000-00-00 00:00:00', NULL, NULL);

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Display Savings (EZier New Fields)', 'PRODUCT_LIST_SAVE', '5', 'Do you want to display the savings?', 8, 7, '2004-04-25 22:40:31', '0000-00-00 00:00:00', NULL, NULL);

 

Help would be very much appreciated!

These are defined either in english.php or in language/english/.....file name.

 

Check if you do have english.php at proper place and these definitions are intact.

 

Satish Mantri

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Posted
These are defined either in english.php or in language/english/.....file name.

 

Check if you do have english.php at proper place and these definitions are intact.

 

Satish Mantri

 

The strange thing is all looks well.

 

I have run out of any ideas. The only thing i can think of it being is the sql i run.

 

I would really appreciate any help!

 

Cheers

Posted
The strange thing is all looks well.

 

I have run out of any ideas. The only thing i can think of it being is the sql i run.

 

I would really appreciate any help!

 

Cheers

 

 

Assuming youe language is english.

It is in includes/englis.php

 

// header text in includes/header.php

define('HEADER_TITLE_CREATE_ACCOUNT', 'Create an Account');

define('HEADER_TITLE_MY_ACCOUNT', 'My Account');

 

 

so if these def not found then rather then Create an Account you will have 'HEADER_TITLE_CREATE_ACCOUNT' secondly if your config file is not ok it might be searching this emglish.php else where.

 

 

Satish Mantri

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Archived

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

×
×
  • Create New...