Petar Posted October 9, 2020 Share Posted October 9, 2020 (edited) 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. 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 October 9, 2020 by Petar adding more content and speling (see edit history) Link to comment Share on other sites More sharing options...
Guest Posted October 10, 2020 Share Posted October 10, 2020 (edited) Specific prices Edited October 10, 2020 by Guest (see edit history) Link to comment Share on other sites More sharing options...
Petar Posted October 12, 2020 Author Share Posted October 12, 2020 On 10/10/2020 at 7:54 AM, Guest said: Specific prices Hmmm this actualy works, but my problem is that this is fixing the price and i have to do it for 6000 products, but at least its un progres. Link to comment Share on other sites More sharing options...
Guest Posted October 12, 2020 Share Posted October 12, 2020 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. Link to comment Share on other sites More sharing options...
Petar Posted October 14, 2020 Author Share Posted October 14, 2020 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 More sharing options...
Guest Posted October 14, 2020 Share Posted October 14, 2020 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now