我正在寻找一种方法来制作带有事件的日历。
事件可以由经过身份验证的用户订阅。
当用户订阅时,他必须支付一些项目(活动价格和餐费)。一人可包多餐,不能包多人(用户可以选择用餐的数量,但不能选择要预订的地方数量)
我能怎么做 ?
提前致谢
我正在寻找一种方法来制作带有事件的日历。
事件可以由经过身份验证的用户订阅。
当用户订阅时,他必须支付一些项目(活动价格和餐费)。一人可包多餐,不能包多人(用户可以选择用餐的数量,但不能选择要预订的地方数量)
我能怎么做 ?
提前致谢
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
对于事件订阅部分,您可以使用订阅模块,事件是内容类型的“事件”
https://www.drupal.org/project/subscriptions