Store Credit / Virtual Currency app for Django Oscar?

雨燕双飞 提交于 2019-12-23 13:32:58

问题


I want to have a store credit model for customers where the virtual currency is stored. This store credit app will store points(added on return or some scheme) that can be used to pay for products. Is django-oscar-accounts the right app for that ? Or is there any other way or I have to code myself ?


回答1:


For anyone reading this question has 4 years old at the moment I'm writing this answer, but this question deserves an answer.

My opinion

Is django-oscar-accounts the right app for that ? Or is there any other way or I have to code myself ?

Yes, surely it is, you can, of course, implement the solution your self, but django-oscar-accounts has this (and others) features already implemented.

Oscar framework is designed in a way that the payment flow is up to the developer, so, go ahead and give a try to django-oscar-accounts. Is a very good app!



来源:https://stackoverflow.com/questions/32986376/store-credit-virtual-currency-app-for-django-oscar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!