ログイン
ユーザ名

パスワード



パスワード紛失

新規登録
参照元情報
参照なし

このフォーラムではゲスト投稿が禁止されています

このフォーラムに新しいトピックを立てることはできません

Action
list-tree ツリー構造順で表示 sort-down 投稿の新しいものから previous 前のトピック next 次のトピック

通常 Module: Event Guide

Each event has a different thank you page which I would modify specific to that event for payment information. Some events are free, some events have more than one choice for payment, etc. If payment, I want a different page that I would modify with payment form or pay by mail info. With free event, they go to different thank you page.

I could display all on one page but it gets confusing if I have 2 events running at the same time with different payment information. Some people get confused too easily so giving them specific page per event would be best. Does that make it more clear?

引用:
Well, What kind specification to work this, not clear for me.

通常 Re: Module: Event Guide

I think that can be handle in followup page.

for example redirect from eguide with http argument:
/modules/pico/index.php?content_id=1&price=$10
and destination page (pico/tinyd or blocks) using PHP-eval little bit.

if (isset($_GET['price'])) {
  echo "Price=".htmlspecialchars($_GET['price']);
} else {
  echo "You are lucky, This event is FREE!";
}
?>

Thank you reservation event ...

Of cause I know you will happy direct support by eguide.
--
安冨 伸浩 (マイサイト管理人)

list-tree ツリー構造順で表示 sort-down 投稿の新しいものから previous 前のトピック next 次のトピック



条件検索へ
© 2008 MySite Web Service