Jeyush
1
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!!!
Hi,
[QUOTE=Jeyush;45983]Just cracked it![/QUOTE]
Would be nice if you explained how did you do it 
Regards
Jeyush
4
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!!!