Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

index.php variables not being processed


charmdiva

Recommended Posts

Posted

This is just happening with the variables listed under index.php in the language files. The variable names are being displayed on my pages instead of their values. I checked the language files and there are values assigned to them. Not sure what the problem is. Thanks.

Posted

edit your catalog\includes\languages\english\index.php

 

move these lines:

 

  define('TABLE_HEADING_IMAGE', '');
 define('TABLE_HEADING_MODEL', 'Model');
 define('TABLE_HEADING_PRODUCTS', 'Product Name');
 define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
 define('TABLE_HEADING_QUANTITY', 'Quantity');
 define('TABLE_HEADING_PRICE', 'Price');
 define('TABLE_HEADING_WEIGHT', 'Weight');
 define('TABLE_HEADING_BUY_NOW', 'Buy Now');

 

just before this in that same file:

if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) {

Posted

I just realized I didn't explain this completely. None of the variables in index.php are being processed. I took a screen capture that showed just one instance of what is displaying. Even the TEXT_MAIN isn't working. Thanks for your help.

Posted

I'm a dope. I guess I just needed to walk away from this for awhile. Just took another look and realized what the problem was. Thanks.

Archived

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

×
×
  • Create New...