Contributions

Features (Category Index)
Search: 

Site Map MS2-2.2

A Site Map for osCommerce 2.2-MS2.
(Abstracted from the current 2.2-MS3 CVS snapshot).

Expand All / Collapse All

Fix for inactive categories 23 Oct 2009

This is a little fix for inactive categories. No file attached just a where added to the function "osC_CategoryTree :

- Serach this function and replace with the given one.

_____________________

function osC_CategoryTree($load_from_database = true) {
global $languages_id;
$categories_query = tep_db_query("select c.categories_id, cd.categories_name, c.parent_id from
" . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.categories_id =
cd.categories_id and cd.language_id = '" . (int)$languages_id . "' and c.categories_status = '1' order by c.parent_id,
c.sort_order, cd.categories_name");

______________________

Cms and Sitemap 5 Mar 2009
Site Map 5 Mar 2009
Sitemap for Extra Info Pages FIX 19 Feb 2008
Site Map for Extra info pages 19 Feb 2008
Sitemap for Extra Info Pages 19 Feb 2008
FIX Sitemap with information pages unlimited 29 Nov 2007
sitemap with product list fix 15 Dec 2006
Site Map MS2-2.2 with products list 10 Nov 2006
Site Map MS2 - 2.3a 3 Sep 2006
Sitemap in french Will 6 Jun 2005
Sitemap for Information Pages Unlimited FIXED DEEP SILVER ACCESSORY 25 May 2005
Sitemap for Information Pages Unlimited RI Downlink 23 May 2005
Site Map MS2 - 2.3 Onkel Flo 15 May 2005
Compatibility with Extra Pages-InfoBox CROSSOVER (again+1) Skip Water 27 Apr 2005
Site Map MS2-2.2 Chris LaRocque 11 Mar 2005
Compatibility with Extra Pages-InfoBox CROSSOVER (again) George Burke 15 Feb 2005
Site Map MS2-2.2 (Ultimate SEO URLs compatible class) Chemo 12 Feb 2005
Sitemap template adjustment Daren Burbridge 1 Jan 2005
Sitemap For BTS Template System Panos Apostolopoulos 29 Nov 2004
Extra Pages MS2-2.2-SiteMap Cross Over Steel Shadow 26 Jun 2004
Site Map MS2-2.2 Gregory Baboolal 25 Jun 2004

Note: Contributions are used at own risk.