2

我正在寻找一种方法来制作带有事件的日历

事件可以由经过身份验证的用户订阅

当用户订阅时,他必须支付一些项目(活动价格和餐费)。一人可包多餐,不能包多人(用户可以选择用餐的数量,但不能选择要预订的地方数量)

我能怎么做 ?

提前致谢

4

2 回答 2

2

There's a useful prebuilt Feature for this over on GitHub: https://github.com/bobchristenson/commerce_event_registration

You'll need a few modules: - Webform - Commerce - Webform Validation - Rules - Webform Rules

The last time I used this was some time ago (in fact the last commit on the project was over a year ago), so there may be a few new things to tweak to get it working.

I know it's linked on the GitHub repo, but here's a link to the podcast from Mustardseed about this: http://mustardseedmedia.com/podcast/episode51

于 2012-12-09T07:38:37.983 回答
0

对于事件订阅部分,您可以使用订阅模块,事件是内容类型的“事件”

    https://www.drupal.org/project/subscriptions
于 2015-12-10T15:06:08.070 回答