RE: Pre-View - Shoppe Enhancement Controller v1.0
Ajeh <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <7d62b68aefd7b2cfc82cc17006a40500@osCommerce-Forums> |
This message was sent from: Features
http://forums.oscommerce.com/viewtopic.php?p=171849#171849
----------------------------------------------------------------
[quote="dabri"]There is something wrong with the Category Description.
There is no difference if I switch the language to german or english, it will be always displayed the english Category Description.
I can´t find any settings to change it.
Can anybody help me?
[/quote]
The fix on the Categories Description is to edit the two sections just below the tag:
// BOF: WebMakers Added: Category Text
[code] $categories_description_query = tep_db_query("select categories_description from " . TABLE_CATEGORIES_DESCRIPTION . " where categories_id = '" . $current_category_id . "' and language_id = '" . $languages_id . "'");[/code]