mcicero Posted August 2, 2006 Share Posted August 2, 2006 Hello All, Are there any contributions that implement separate price lists for each customer? I tried the normal SPPC and the Admin Specials by Categories, but these contributions save only discounts (percent off) for customer groups or articles. I'll need to import articles, prices, etc from an external database. So there are predefined price lists. Tnx for any hints! Regards, Marcus Link to comment Share on other sites More sharing options...
paq1200 Posted August 7, 2006 Share Posted August 7, 2006 Hello All, Are there any contributions that implement separate price lists for each customer? I tried the normal SPPC and the Admin Specials by Categories, but these contributions save only discounts (percent off) for customer groups or articles. I'll need to import articles, prices, etc from an external database. So there are predefined price lists. Tnx for any hints! Regards, Marcus I have made up my own code to update all the prices for different customers. Do you base your customer price lists off of the retail price or your cost price? Link to comment Share on other sites More sharing options...
mcicero Posted August 10, 2006 Author Share Posted August 10, 2006 I have made up my own code to update all the prices for different customers. Do you base your customer price lists off of the retail price or your cost price? Only net prices are used in the shop. Yes I think this is the way to go. All price lists can be stored in additional tables. So no direct changes in osc neccesary. During the login procedure (after the user authentication) the pricelist for the current user is loaded. So every customer has a special price list. I'm writing a program to synchronize some tables (products, customers) of the osc db with the db of an ERP/accounting system. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.