Contributions

Features (Category Index)
Search: 

All Products v3.0 MS 2.2 with Images

Changes made to display :
* Compatible with Milestone MS 2.2
* Displaying Images for every product
* Addded the ability to change the Image width and height from the Admin Section ( Admin => Configuration => Images => All Products * )
* Display Manufacturer's Name
* Displays Both Retail and Discount Price
* Implemented it with Header Tags Controller ( You need to have Header tags Controller installed for this)
* Ability to Turn On or Off through Admin

Discussiong here:
http://forums.oscommerce.com/viewtopic.php?t=57574

Expand All / Collapse All

1054 - Unknown column 'final_price' in 'order clause' (corrected) shaytaan 20 Mar 2008

First install v. 4.7

Edit catalogallprods.php

Find (line 143)
$listing_sql = "select p.products_id, products_weight, p.products_quantity, p.products_model, pd.products_name, pd.products_description, p.products_image, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, p.products_date_added, m.manufacturers_name from " . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m on p.manufacturers_id = m.manufacturers_id left join " . TABLE_PRODUCTS_DESCRIPTION . " pd on p.products_id = pd.products_id and pd.language_id = '" . $languages_id . "' left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id $where";


And replace with this.

$listing_sql = "select p.products_id, products_weight, p.products_quantity, p.products_model, pd.products_name, pd.products_description, p.products_image, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price, p.products_date_added, m.manufacturers_name from " . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m on p.manufacturers_id = m.manufacturers_id left join " . TABLE_PRODUCTS_DESCRIPTION . " pd on p.products_id = pd.products_id and pd.language_id = '" . $languages_id . "' left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id $where";

This is just an fix...

All Products v4.7 Olof Larsson 19 Mar 2008
All Products 4.6.1 fix signsnsuch 9 Dec 2007
All Products 4.6.1 signsnsuch 9 Nov 2007
All Products 4.6 signsnsuch 9 Nov 2007
AllProducts_V_4.5_(EN_FR_DE_NL_IT_ES_PT_DK_PL) Olof Larsson 31 Oct 2007
AllProducts V4.4g (EN_FR_DE_NL_IT_ES_PT_DK_PL) roborainer 30 May 2007
All Products with Numerical Product Names (patch) lildog 1 Mar 2007
All Products with Numerical Product Names GemRock 2 Jan 2007
AllProducts V4.4g (EN_FR_DE_NL_IT_ES_PT_DK) TheExterminator 19 Dec 2006
AllProducts_V_4.4f_(EN_FR_DE_NL_IT_ES_PT) Sousa 16 Dec 2006
(EN_FR_DE_NL_IT_ES) JW75 14 Dec 2006
Italian Translation jpweber 26 Nov 2006
AllProducts_V_4.4d (Mutlilanguage friendly) with Spanish language file added - typo corrected benspun 18 Nov 2006
AllProducts_V_4.4d (Mutlilanguage friendly) with Spanish language file added benspun 18 Nov 2006
AllProducts_V_4.4c (Mutlilanguage friendly) benspun 18 Nov 2006
AllProducts_V_4.4b with sql fix Gameprodigy 5 Nov 2006
Version Française V4.4b FR avec images wth 29 Sep 2006
All Products v4.4b MS 2.2 with Images mgx 19 Sep 2006
All Products v4.4 MS 2.2.a with Images lostndazed 14 Aug 2006
All Products v4.4 MS 2.2 with Images Jack_mcs 26 Dec 2005
All Products v4.3 MS 2.2 with Images + Alphabet azer 17 Nov 2005
Addition to allprods flanec 16 Nov 2005
All Products v4.2 MS 2.2 with Images Jack_mcs 6 Nov 2005
All Products v4.1 MS 2.2 with Images Jack_mcs 4 Aug 2005
Bug Fix Michael Hopfengaerter 1 Jul 2005
All Products v4.0 MS 2.2 with Images Jack York 24 Apr 2005
All Products v3.02 MS 2.2 with Images Matt McGinnis 28 Sep 2004
All Products v3.01 MS 2.2 with Images Farrukh Saeed 6 Sep 2003
All Products v3.0 MS 2.2 with Images Farrukh Saeed 6 Sep 2003

Note: Contributions are used at own risk.