有任何 Drupal 模块可以帮助计算价格吗?

发布于 2024-12-05 20:58:30 字数 643 浏览 0 评论 0原文

我使用 Drupal 6 制作了一个预订表单,其中预订是一种内容类型,您可以创建该类型的节点来进行预订。

我现在需要添加一个价格计算器。创建预订节点时,您填写的 CCK 字段之一是距离。然后,我需要根据下面的费率计算价格,并将该值赋予另一个 CCK 字段。

价格: 0-5公里20美元/英里 5-10公里15美元/英里 10-20公里10美元/英里 20-30 公里 5 美元/英里

因此,如果距离为 11 公里,价格将为 11 x 15 = 165。此外,费率表需要由站点管理员编辑。

任何 Drupal 模块都可以做到这一点或者至少对此有帮助吗?我也许可以设法使用 jQuery 进行计算并更改价格字段值。如果该表显示在页面上,则 jQuery 可以从中获取值,并且管理员可以编辑该表,以便更改费率。但我距离 jQuery 专家还很远...... 谢谢

更新 - 我已经在 Drupal Answers 站点中提出了问题,但我无法移动或删除这篇文章。 https://drupal.stackexchange.com/questions/11758/any-帮助价格计算器的模块

Ive made a booking form using Drupal 6, where bookings are a content type and you create a node of that type to make a booking.

I now need to add a price calculator. When creating a booking node, one of the CCK fields you fill in is distance. I then need the price to be calculated from the rates below, and that value to be given to another CCK field.

Rates:
0-5 km $20/ mile
5-10 km $15/ mile
10-20 km $10/ mile
20-30 km $5/ mile

So if the distance was 11km, the price would be 11 x 15 = 165. Also, the rates table needs to be editable by the site admin.

Can any Drupal modules do or at least help with this? I could probably manage to do the calculations and change the price field value with jQuery. If the table was shown on the page then jQuery could grab the values from it, and the table could be editable by the admin so the rates could be changed. Im far from a jQuery expert though....
Thanks

UPDATE - Ive asked the question in the Drupal Answers site, but im not able to move or delete this post.
https://drupal.stackexchange.com/questions/11758/any-modules-to-help-with-price-caculator

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

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

发布评论

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

评论(1

╭⌒浅淡时光〆 2024-12-12 20:58:31

您可能需要查看计算机领域模块。

You may want to check out the Computer Field module.

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