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.
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
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()"
Comment