Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  All Products v3.0 MS 2.2 with Images

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.

The content of the ap_autoinstaller/index.php file was moved to control.php to make the php version check work.

Autoinstaller 2.14 for All Products v4.7 by Olof Larsson (19 Mar 2008)


The Auto Installer script requires PHP 5.2.0

Download the package and view the screenshots of what you will get after the installation.

The "Edit Manually" button fixed


Autoinstaller 2.14 for All Products v4.7 by Olof Larsson (19 Mar 2008)


The Auto Installer script requires PHP 5.2.0 !

Download the package and view the screenshots of what you will get after the installation.

Few lines of code were added to list all the files that should have 777 permissions.

Autoinstaller 2.13 for All Products v4.7 by Olof Larsson (19 Mar 2008)


The Auto Installer script requires PHP5 !

Download the package and view the screenshots of what you will get after the installation.

Autoinstaller 2.12 for All Products v4.7 by Olof Larsson (19 Mar 2008)

The script automatically install the contribution: copy files, edit files, alter database tables.
It saves a backup before any action.

The aim of the script is to speed up the contribution installation.
And to make possible to uninstall it.

You will need to do manually only what the script cannot.


The Auto Installer script requires PHP5 !

Download the package and view the screenshots of what you will get after the installation.
This is only FIX for Manufacturer link on catalog/ allprods.php when using product_listing.php
Ver. 4.7

FIND:
// listing all products
$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";

CHANGE TO:
// listing all products
$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, p.manufacturers_id, 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";

DIFFERENT is (added): p.manufacturers_id,
BEFORE: m.manufacturers_name from " . TABLE_PRODUCTS...

Now, link for manufacturers is OK.
This file is only allprods.php
This is only fix.
   Posted on: 04/12/2009     See contribution details Request Installation with Paid service