购物车优惠券/折扣码流程
我想将优惠券/折扣代码添加到已有购物车的自定义 asp.net 网站。我正在寻找是否有任何有关在 ASP.NET 中实现此功能的最佳实践的资源。可能还有第三方产品。任何建议将不胜感激。
贾马尔
I want to add coupon/discount code to custom asp.net site that already has a shopping cart. I'm looking to see if there are any resource on best practice to implement this feature in asp.net. There might also be a third-party product that is out there. Any suggestion would be appreciated.
Jamal
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
优惠券/折扣代码根据其实现方式既简单又棘手。
以下几个问题可能对您有帮助:
需要记住的其他注意事项:
仅当付款成功完成时才进行验证并存储在数据库中。
希望以上内容有所帮助。
Coupon/Discount codes are both easy and tricky based on how it is implemented.
Few questions which may help you are as follows:
Other considerations to keep in mind:
valdated and stored in the database only when payment is complete successfully.
Hope the above helps.