redirection to success page

Hi,

I am using yii for an event reservation application via our website. All tickets/costs are processed through our business account in PayPal.

For one of the price categories (Members) I want to offer a free ‘ticket’ ($0.00). PayPal does not deal with zero cost.

Is there a way somewhere in the yii framework, if a member selects a free member ticket that they can be redirected to a success page bypassing paypal?

Thanks in advance for your help.

http://reservation.historymuseumsb.org

TC

When reservation controller action receive the request with free ticket, make a redirect to controller action that display successfully page.

Thank you Fabrizio…now I know where to look. Thanks for the help.

TC