Redirect problems

Hi,

I am having some difficulty with the redirection. I extend checkout stpes 5 to 6. And new step called XYZ.

For that I duplicate order.php, order.tpl with xyz.tpl, xyz.php. It functioning same as the order page.

When I not clicked on ‘Terms and conditions’ and hit the payment button. It redirects to the order page not on the xyz page.

Any suggestions from you guys?

Cheers!!!

Just cracked it!

Hi,

[QUOTE=Jeyush;45983]Just cracked it![/QUOTE]
Would be nice if you explained how did you do it :slight_smile:

Regards

Hey Marco,

I just change the class name which is previously as ‘order’ to ‘xyz’ in xyz.tpl.

previous:

<input type=“hidden” name=“cl” value=“order”>

now:

<input type=“hidden” name=“cl” value=“xyz”>

Simple and I waste my 20 minutes.

Lol, silly me.

Cheers!!!