Contributions
Add vendor information to products
Allows to specify a vendor for each product.
Has been tested on MS1, other versions might need some adjustments to the source code.
Features
--------
This is an admin-only utility.
It creates a new "Vendors" entry in the Catalog box. You can add some basic information for the vendor, such as:
-- Vendor's name
-- Vendor's Phones
-- Vendor's fax
-- Vendor's email
-- Vendor's URL
-- Vendor's Comments (you could stick the contact name, address, etc)
When you delete a vendor, you are given the option to delete all of the vendor's products.
In the products edit window, a new dropdown is created, allowing vendor
selection. You may also have products with no specified vendor.
This contribution is fully tep-compliant, to the best of my knowledge. This
also means multi-language capabilities. English and Spanish are included in this package.
Expand All / Collapse All
now contains
-english
-french
-spanish
- german
new updated installation file testet with osCommerce 2.2-MS2
Complete package
+ Bugfixed: Already saved vendors can now be changed. In ver. 1.1 not possible. Sorry, but now it works.
now contains
-english
-french
-spanish
- german
new updated installation file testet with osCommerce 2.2-MS2
Complete package
Vous DEVEZ utiliser le fichier SQL d'origine :
SQL Typo Correction
Après plus de correction !
Ou télécharger celui-ci
Le fichier SQL dans la version traduite est faux.
The file SQL in the translated version is false.
El fichero SQL en la versión traducida es falso.
Translate in French
Traduit en français
Adapted for version MS2
Adapter pour la version MS2
:)
New instructions for the last few lines in the previous version. Suppose it has changed with the latest version of OSC. It's the replacement section at:
***** admin/includes/boxes/catalog.php
That is different as of todays date.
Just a correction to a typo on the SQL file.
It said:
ALTER TABLE products` ADD INDEX (`vendors_id`);
It shoud say:
ALTER TABLE `products` ADD INDEX (`vendors_id`);
(missing quote before products`)
Thanks to Francois Sampoerna
SQL replacement included, or just edit the original vendors.sql
Allows to specify a vendor for each product.
Has been tested on MS1, other versions might need some adjustments to the source code.
Features
--------
This is an admin-only utility.
It creates a new "Vendors" entry in the Catalog box. You can add some basic information for the vendor, such as:
-- Vendor's name
-- Vendor's Phones
-- Vendor's fax
-- Vendor's email
-- Vendor's URL
-- Vendor's Comments (you could stick the contact name, address, etc)
When you delete a vendor, you are given the option to delete all of the vendor's products.
In the products edit window, a new dropdown is created, allowing vendor
selection. You may also have products with no specified vendor.
This contribution is fully tep-compliant, to the best of my knowledge. This
also means multi-language capabilities. English and Spanish are included in this package.
Note: Contributions are used at own risk.