PDA

View Full Version : Checkout pages


dieter
04-Mar-2005, 02:05 PM
Is it possible to skip the last checkout page where they ask general information and display the payment handler info as i only have one payment method. It is adding in an extra step i simply do not need.

Dieter

Nadeem
08-Mar-2005, 10:59 AM
Hi Dieter

I'm afraid this step cannot be removed currently with Actinic. I will add what you have asked for in the wishlist.

Kind Regards

dieter
08-Mar-2005, 11:23 AM
Thanks for that.

What i will try is to bypass that page with a meta-refresh( ugh ) or an onload from submission with a progress bar... with an <noscript> submit if they dont have javascript enabled

Dieter

dieter
11-Mar-2005, 02:39 PM
Haave managed to do it with a onload form submission, nice!!

bangers
24-May-2005, 09:20 PM
Could you tell me where you put the onload function as the template doesn't have the form tags or the body tag.
I take it you used something like:
onLoad="document.forms[0].submit()"

Cheers
Bangers