awesto / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
3.17k stars 1.04k forks source link

Product with subscription period #784

Closed pydrogo closed 4 years ago

pydrogo commented 4 years ago

Hi

would you please tell if there is any functionality for defining products that have a subscription period? what is the best way to make it done? just customizing the Product model is fine or there is any better way?

jrief commented 4 years ago

Here the best approach is to leave this to the merchant's implementation. There are so many different subscription models, that it just doesn't make sense to implement them in a generic manner.

I actually implemented a product type with subscription for a client using django-SHOP. Don't hesitate to contact me on my private email address, if you need consultation on this.

pydrogo commented 4 years ago

dear @jrief thank you very much :)