Jump to content

Showing different prices for different customers


Petar

Recommended Posts

Hello

Im looking for a solution on this problem.My company has diferent prices - 1 its for regular customers and the second is for special customers and the 3-rd one is the price witch we buy the product for. Ive created two diferent groups (Regular customers and second is Specific Customers) and ive imported all clients to the groups. I want when the customer logs in to see his price according to the group. Example

Regular customer - 4 $

Specific Customer - 2$

Im not talking about the disscount in specific price,the prices are fixed.I m talking about 7k products and 5k customers.

Is it posible to add another field  or even more than one to the products in version 1.6.1.24?

Our warehouse's web witch im trying to improve is using Prestashop 1.4.0 and there they have 4 fields for price's (see picture below) And its connected to the groups.

price.jpg.9ea7b8c67652a65e3e53ae21f0093ae6.jpg

If you have any sugestions ...?

I have started the new project on 1.6.1.24 - Because the latesest version of Prestashop has a problem with the latin lang.*Bulgarian*(everything gets in symbols) 

Edited by Petar
adding more content and speling (see edit history)
Link to comment
Share on other sites

On 10/12/2020 at 9:03 AM, Guest said:

If you have a csv or xml file with price lists, then it is not a problem to write a script that writes special prices to the database.

Yes i have file with csv i imported more than 6000 products.  But these prices needs to be updated reguarly

Link to comment
Share on other sites

I don't see a problem with that.
If there are special prices for groups in CSV.
E.g.

product_reference;product_price;specific_price_1;specific_price_2;specific_price_3
ABCDE123;14.95;14.00;13.55;12.14

product_price = standard price for guest

specific_price_1 = price for user group 1

specific_price_2 = price for user group 2

specific_price_3 = price for user group 3

It would be updated via Cron.

================

Or you can program a module that automatically generates special prices for groups by percentage when the price changes.
E.g.
In the module there will be a field in which you enter eg price = price - 10% for group 1, etc.
This would be valid for all products.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...