Ubercart - 选择交货日期来限制运输选项?

发布于 2024-10-22 05:14:51 字数 342 浏览 2 评论 0原文

在结帐页面上,我需要用户选择交货日期。他们需要有多种运输选项(费用不同),但这些选项会根据您选择的日期而受到限制。或者,如果您首先选择送货方式,这将限制您可以选择的送货天数。

一种送货选项是“星期六”,并且送货日期必须是星期六。

另一种送货选项是“次日”,送货必须是次日,并且订单必须在下午 2 点之前下单。

最后的选项是“标准”,除了不能在周六发货,也不能在第二天发货外,没有任何限制。

此外,我需要能够限制所有运输选项的交货日期,因为不会在银行假日或第二天进行交货。

我真的很难做到这一点,所以我很感激任何指点。如果我只能实现我需要的一些目标,那也许可以作为妥协。

谢谢

On the check out page I need users to choose a delivery date. Their needs to be multiple shipping options (that cost different amounts), but these are restricted based on what day you choose. Alternately if you choose a shipping method first, this will restrict what days you can choose for delivery.

One shipping option is ‘saturday’, and the delivery date must be a saturday.

Another shipping option is ‘next day’, the delivery must be the next day, and the order must be made before 2pm.

The final option is 'standard', which has no limitations except it cant be delivered on a saturday, and the delivery cant be the next day.

Also, I need to be able to restrict dates for delivery for all shipping options, as deliveries wont be made on bank holidays or the day after.

Im really struggling to do this so Id appreciate any pointers. If I can only achieve some of what I need that may be ok as a compromise.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

此刻的回忆 2024-10-29 05:14:51

这听起来像是使用日历表来识别哪些日期实际上是假期的完美案例。虽然我没有使用 Ubercart 的具体经验,但我在许多不同的解决方案中使用了日历表,甚至写了一篇博客文章,详细介绍了如何通过 MySQL 服务器创建和使用日历表。它很长,所以我不会将整个内容发布在这里,而是将您指向 http:// /www.brianshowalter.com/calendar_tables

This sounds like a perfect case for using a calendar table to identify which dates are actually holidays. While I don't have specific experience with Ubercart, I've used calendar tables in a number of different solutions, and even wrote up a blog entry that details how to create and use a calendar table with a MySQL server. It's quite long, so rather than post the whole thing here, I'll just point you to the actual entry at http://www.brianshowalter.com/calendar_tables.

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