Login
Username

Password



Lost Password?

Register now!

Guests cannot post in this forum

You cannot start a new topic in this forum

Action
list-tree Tree order sort-down Newest first previous Previous topic next Next topic

通常 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?

Quote:
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.
--
Nobuhiro YASUTOMI (MySite Users Webmaster)

list-tree Tree order sort-down Newest first previous Previous topic next Next topic



Advanced search
© 2008 MySite Web Service