购物车优惠券/折扣码流程

发布于 2024-10-16 01:41:00 字数 111 浏览 2 评论 0原文

我想将优惠券/折扣代码添加到已有购物车的自定义 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

看透却不说透 2024-10-23 01:41:00

优惠券/折扣代码根据其实现方式既简单又棘手。
以下几个问题可能对您有帮助:

  • 优惠券代码项目或组/项目类型是否特定?
  • 优惠券是否是特定于用户的,如果不是,那么是否设置了过期日期?
  • 如果您的购物车中已经有折扣商品捆绑包,那么优惠券代码仍然有效吗?
  • 如果购物车中的 VAT 和 TAX 是分开计算的,那么折扣是在 VAT 和 TAX 计算之前应用还是之前应用?
  • 用户是否可以多次使用同一张优惠券?

需要记住的其他注意事项:

  • 在捆绑中,用户不应该能够应用优惠券代码并删除项目。
  • 用户可能会频繁使用浏览器中的后退按钮,因此优惠券代码必须是
    仅当付款成功完成时才进行验证并存储在数据库中。

希望以上内容有所帮助。

Coupon/Discount codes are both easy and tricky based on how it is implemented.
Few questions which may help you are as follows:

  • Is the coupon code item or group / item type specific ?
  • Is the coupon going to be user specific if not then is there an expire date set ?
  • If your shopping cart already has bundles with discounted item then is the coupon code still going to work ?
  • If VAT and TAX are calculated seperatly in the shopping cart then does the discount applies before the VAT and TAX are calculated or before?
  • Are users aloowed to use the same coupon more than once ?

Other considerations to keep in mind:

  • In bundle, the user should not be able to apply the coupon code and remove an item.
  • The user may frequently use the back button in the browser and so the coupon code must be
    valdated and stored in the database only when payment is complete successfully.

Hope the above helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文