2

イベントでカレンダーを作成する方法を探しています。

イベントは、認証されたユーザーがサブスクライブできます。

ユーザーがサブスクライブしている場合、ユーザーはいくつかのアイテム (イベントの料金と食事の料金)を支払う必要があります。1 人で複数の食事を支払うことはできますが、複数の人を支払うことはできません (ユーザーは食事の数を選択できますが、予約する場所の数は選択できません)。

どのようにできるのか ?

前もって感謝します

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 に答える