Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Price list based SPPC


mcicero

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...