Supplier Admin Area
It's a contribution that allows you to create some suppliers and set a markup percentage for each one and select which categories they can add their products to with a login name and password.
The suppliers can then login to their own pages where they can add products to their categories entering the cost price that they sell the product to you for. The front of the shop will show the list price determined by the markup on cost you had set for that supplier.
The suppliers can only see and modify their own products and not any other suppliers.
Once installed you will have a supplier box in the left admin menu where you add new suppliers, select there markup % and also which categories they can add products too.
The supplier can login to add their products to your store at
http://www.your-domain.com/catalog/supplier_area.php
Here they can add products as well as being able to see how many items they have sold through your store each month..
Still in development, one or two little snags that need resolving, Released to enable faster delevopment..
Forum for this contribution can be found at:-
http://forums.oscommerce.com/index.php?showtopic=190581
Legend: 
Download

Report
Fixed the following issues:
- statistic issue: the reports shows incorrect items purchased, the sql query counted number of table rows instead of quantity of units sold, now the issue has been fixed.
Based on 26 Oct 2009 module.
Complete module & 100% function and tested!
Fixed the following issues:
- statistic issue, try to select the One Month --> One Year --> All Year and opposite - All Year --> One Year --> One Month , you need the update whole form to get result
- submit buttons were missing
Based on 25 Oct 2009 module.
Complete module & 100% function and tested!
Correct version.
Fixed the following issues:
- statistic issue, try to select the One Month --> One Year --> All Year and opposite - All Year --> One Year --> One Month , you need the update whole form to get result
- submit buttons were missing
Based on 25 Oct 2009 module.
Complete module & 100% function and tested!
Fixed the following issues:
- statistic issue, try to select the One Month --> One Year --> All Year and opposite - All Year --> One Year --> One Month , you need the update whole form to get result
- submit buttons were missing
Based on 25 Oct 2009 module.
Complete module & 100% function and tested!
Fixed all the following issues:
- incorrect paths (all product images been missing);
- corrected the tep_image_button function for the system buttons (simply created new
tep_sup_image_button function with correct path);
- removed "Add new image" function as it's undeveloped;
- missing calendar (to setup when the product will be available);
- fixed issue with sessions;
- added the logout function;
Based on 29 Jul 2007 module.
Complete module & 100% function and tested!
There was a missing } in install instruction.
The package contains only file install.txt .
Not complete package
Hi all,
I've not been back to this contrib for a long time as I was half way through it when I left the company I was providing it for.
I've seen some posts that state some interest in it so I've cleaned up the code and removed all the junk contributions that were messing it up.
Theres still loads to do on it but it will at least allow you to install it without a headache and to easier add to the contribution.
Please don't use any of the earlier versions, and remember that this is still in Beta
Notes….
V.0.7
new sql statement added to the products table
ALTER TABLE `products` ADD COLUMN `products_price_myself` decimal(15,4) NOT NULL default '0.0000';
supplier_s_categories_products.php altered..
#####################################################################
To DO!
Nett and Gross price fields on suppliers admin need be be hidden, cost price only to be displayed..
Cost price field when filled in needs to adjust the nett and gross price based on the percentage markup set for that supplier.
cost price field needs adding to the normal admin products screen so that the admin can manually enter a cost price for a supplier.
when admin views an order it needs to display who is the supplier and what the cost price is for each item.
The email that is sent to admin on the confimation of an order has to include the supliers and cost prices..
*Further development*
Would like a purchase order to be emailed directly to the supplier when the order status is changed in admin to Processing.
#####################################################################
Ceci est une contribution qui vous permet d'ajouter différents encodeurs (fournisseurs) & de leur restreindre l'acces à certaines catégories grâce à un login / password, & d'attribuer une marge bénéficiaire à cette gamme ces produits.
Voici l'archive complète avec la traduction intégralle en Français. (Fichier d'installation & fichiers langues)
Tous les (c) restent à l'auteur initial.
J'ai juste changer les commentaires dans le fichier .sql pour qu'il passent dans tous les phpmyadmin, & remplacer les modification a éffectués dans la base par une requête.
Pour toutes question ou ajout de traduction : him@axe-net.be
--------------------------
Here's the original archive including all french language file & installation.
Also change sql modification by one sql requete :)
(Fully archive pack)
Thanks to everyone who has helped in spotting errors with this contribution, and helping fix them...
Much appreciated..
Its Quite stable now..
the only errors I need to fix are in the actual adding of the product screen, and then it should be all systems go and we can put out a V1.0 :)
For those who downloaded earlier versions just copy over the old files with the files in this version and check the last few edits in the install text against your old version of the install text to see which ones you need to do.
Some of the language files have been changed..
Also and sql file has been created.
And a couple of missing defines..
Just a couple of small ammendments...
Full package with the fix below:
In the file Catalog/includes/database_tables.php
Just before the last ?> add the following
// Beginn Suppliers
define('TABLE_SUPPLIERS', 'suppliers');
define('TABLE_SUPPLIERS_INFO', 'suppliers_info');
define('TABLE_SUPPLIERS_PRODUCTS_GROUPS', 'suppliers_products_groups');
define('TABLE_COUNTER', 'counter');
define('TABLE_CATEGORIES_TO_SUPPLIERS', 'categories_to_suppliers');
// End Suppliers
This is the missing Image pack for this contribution.. It was removed from the origional due to it making the contrib over the 300k file size and the wait for a manual approve was too long..
Edit the logos to match your site..
Copy the image folder to the supplier folder..
Supplier Admin Area
It's a contribution that allows you to create some suppliers and set a markup percentage for each one and select which categories they can add their products to with a login name and password.
The suppliers can then login to their own pages where they can add products to their categories entering the cost price that they sell the product to you for. The front of the shop will show the list price determined by the markup on cost you had set for that supplier.
The suppliers can only see and modify their own products and not any other suppliers.
Once installed you will have a supplier box in the left admin menu where you add new suppliers, select there markup % and also which categories they can add products too.
The supplier can login to add their products to your store at
http://www.your-domain.com/catalog/supplier_area.php
Here they can add products as well as being able to see how many items they have sold through your store each month..
Still in development, one or two little snags that need resolving, Released to enable faster delevopment..
Forum for this contribution can be found at:-
http://forums.oscommerce.com/index.php?showtopic=190581