.Net 电子商务应用程序,用于销售基于订阅的出版物
我正在寻找一个基于 .Net 的电子商务平台,该平台允许摄影师或图像出版商出售“许可证”,以便在有限的时间内下载有限数量的项目。除此之外,还允许用户一次性付费购买单张图像。
是否有一个应用程序可以开箱即用地执行此操作(或类似操作)? 如果不是,哪个 .Net 电子商务平台最容易为此目的进行修改?
I am looking for a .Net based e-commerce platform that would allow photographer or image publisher to sell the "licence" to download a limited number of items for a limited time. This would be in addition to allowing users to purchase a single image for a one time fee.
Is there an application that does that (or something close to that) out of the box?
if not, which .Net e-commerce platform would be easiest to modify for this purpose?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道有任何系统可以开箱即用地执行此操作。 Umbraco 的茶叶商务 就能解决这个问题。您必须在 .NET 中进行一些自定义编程才能实现商店的下载功能。 Tea Commerce 将处理商店部分,购买限时许可证并在线支付。您只需根据客户的订单限制下载图像即可。对于 Umbraco,这非常容易。
希望您找到适合您需求的系统。
/符文
I don't know of any systems that does that out of the box. Tea Commerce for Umbraco will do the trick. You will have to do a little custom programming in .NET to make the download functionality of your shop. Tea Commerce will handle the shop part, buying the limited time licenses and paying for them online. You just have to make the restrictions for downloading images based on the customers orders. With Umbraco this is quite easy.
Hope you find a system that fits your needs.
/Rune