dman926 / SEPHIRA-CMS

An Angular 13 front end with a complete FastAPI backend. Perfect for getting your next project off the ground
MIT License
9 stars 6 forks source link

Product digital field #13

Open dman926 opened 3 years ago

dman926 commented 3 years ago

Is your feature request related to a problem? Please describe. Products have a digital boolean field that does nothing. It is supposed to allow the downloading of files when purchased.

Describe the solution you'd like Orders should allow digital products to be downloaded. I've written code to handle if downloading is allowed and obscuring downloads with blobs in the backend in another project, so if you are stuck, comment and I'll give you a push.