charmdiva Posted July 7, 2006 Posted July 7, 2006 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.
MoisesZaragoza Posted July 7, 2006 Posted July 7, 2006 do you have a example of what the URL looks like? at the end of the day the code will be good
charmdiva Posted July 7, 2006 Author Posted July 7, 2006 Thanks for responding so quickly. Here is a screen capture.
Guest Posted July 7, 2006 Posted July 7, 2006 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'])) ) {
charmdiva Posted July 7, 2006 Author Posted July 7, 2006 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.
charmdiva Posted July 7, 2006 Author Posted July 7, 2006 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.