My company submitted a patch to do something similar to what you wanted a little while ago:
http://groups.google.com/group/satchmo-developers/browse_thread/thread/838cc3c3de04db9/80aae1371548cac2?lnk=gst&q=shopper+groups#80aae1371548cac2 It lets you define Shopper Groups (such as Retail, Wholesale, or whatever you want to call it, and you can define as many shopper groups as you want), and for every product, you can specify a different price for a particular shopper group. You can then assign users to a particular shopper group. When those users log in, the prices for the products will reflect the prices for that shopper group instead of the normal default price. -Dan On Mar 17, 12:34 pm, Adam Seering <[email protected]> wrote: > Hm... That's definitely interesting, but not quite what I'm looking for. > > That'll cover most cases for me, but sometimes I really do want a (different) > custom price for each user, for the same item in the store. Creating a new > group for each such case is rather ugly... > > Thanks, > Adam > > On Mar 17, 2010, at 1:53 PM, Chris Moffitt wrote: > > > Take a look at the tiered pricing module. > >http://www.satchmoproject.com/docs/svn/pricing.html > > > -Chris > > > On Wed, Mar 17, 2010 at 12:31 PM, Adam Seering <[email protected]> wrote: > > Hi, > > I'm looking at integrating Satchmo with an existing Django site. We > > want to be able to grant discounts on particular products to particular > > users / user accounts, either based on an application that's filled out > > elsewhere on the site, or manually (negotiations occurring in-person or > > over e-mail, etc). > > > It looks like the Discounts mechanism doesn't support per-user > > discounts? Does Satchmo currently support anything like this, or is it > > something that we'd have to implement as an add-on? > > > Thanks, > > Adam > > > -- > > You received this message because you are subscribed to the Google Groups > > "Satchmo users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/satchmo-users?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Satchmo users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/satchmo-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
