Hi,
> On Jan 24, 2015, at 10:09, Puneet <[email protected]> wrote: > > Hi All, > > Is it somehow possible in satchmo to make products available as per city. > Lets say I dont want to sell or have some product available for some > particular city ? > > -- > Thanks > Puneet > http://www.asicguru.com You can do it with custom product. Extend the product class and add city to it. Then use users geo location to get the city or if they logged in use it from their billing city. I did a similar thing before and it worked well. Oh and you'll need to overwrite the search view as well to restrict the results. Hope it helps. Laszlo http://twitter.com/LZAntal > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/satchmo-users. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/satchmo-users. For more options, visit https://groups.google.com/d/optout.
