alexnbc Posted April 14, 2010 Share Posted April 14, 2010 Hello all,Is it possible to have different prices per user account? For example for a specific user to have a custom price, but I want to set the price and not make a reduction for a group.For example:user1: product1 300$user1: product2 200$user2: product1 450$user2: product2 200$Adding a new category in mySQL for ps_product can do this? How do I tell witch user can use the new data base? Or any suggestions is appreciated Link to comment Share on other sites More sharing options...
gonebdg - webindoshop.com Posted April 14, 2010 Share Posted April 14, 2010 Yes it's posible ... but You will have a lot of job to do it, as same as number of user account created in your Prestashop.And this will be creating a huge script because you have to make modification inside your Prestashop core file Unless you just wanna do that for just 2 or 10 user account OnlySo why you wanna do that ? I think you just have to creating/use a group per specific user account, better than modifying core file or creating a new module.Group is writing&save;in your Prestashop database not within Your Prestashop file (script), and make reduction with calculation formulaOr you can use Voucher ...Keeping Your file in minimum size is a good way for your website Link to comment Share on other sites More sharing options...
weraw Posted April 14, 2010 Share Posted April 14, 2010 I am intressted in this too... Link to comment Share on other sites More sharing options...
alexnbc Posted April 21, 2010 Author Share Posted April 21, 2010 Hey gonebdg, Thanks for the replay, you got me thinking on some other solutions and this is the best I come up with: :-) 1. What if a create a new entry in the data base in "ps_product" another one like "wholesale_price" let's say "special_price". Now this will have my custom prices which I will add from the back-office of the shop in a custom text field.2. Next I'll create a new group let's say "special_group" which will have "id_group = 2" in "ps_group" data base.How do I write the if function to tell the shop that if customer is in id_group = 2 then get the prices from "special_price"? :cheese: Link to comment Share on other sites More sharing options...
alexnbc Posted April 26, 2010 Author Share Posted April 26, 2010 Up still can't figure this one out Link to comment Share on other sites More sharing options...
alexnbc Posted May 27, 2010 Author Share Posted May 27, 2010 Is there any way I can do this in the new version? Link to comment Share on other sites More sharing options...
olea Posted October 15, 2010 Share Posted October 15, 2010 This multi-prices module may help youAlso in its Lite versionContact me in PM for more info 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