Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

TABLE_HEADING_PRICE?


jeremylwf

Recommended Posts

Posted

Hi,

I think I just screwed up my oscommerce website. The website is (www.finis.com.sg). Please take a look at the front page and all the listed price have TABLE_HEADING_PRICE before the amount why is that so?

Posted

Check your language files. TABLE_HEADING_PRICE is defined as "Price" in the following files:

 

catalog\includes\languages\english\advanced_search.php
 44: define('TABLE_HEADING_PRICE', 'Price');
catalog\includes\languages\english\index.php
 25: define('TABLE_HEADING_PRICE', 'Price');

 

It needs to exist in both.

Contributions

 

Discount Coupon Codes

Donations

Posted

I did it still having a problem!

 

Check your language files. TABLE_HEADING_PRICE is defined as "Price" in the following files:

 

catalog\includes\languages\english\advanced_search.php
 44: define('TABLE_HEADING_PRICE', 'Price');
catalog\includes\languages\english\index.php
 25: define('TABLE_HEADING_PRICE', 'Price');

 

It needs to exist in both.

Archived

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

×
×
  • Create New...