Thank you Frank for your reply.
How do I change the graphical button to an input tag? I have found the code I think needs changing in the tpl_checkout_confirmation_default.php file but I don't know php all that well so I don't know how to change it. Below is the code I think needs changing:
<?php
echo zen_draw_form('checkout_confirmation', $form_action_url, 'post', 'id="checkout_confirmation" onsubmit="submitonce();"');
if (is_array($payment_modules->modules)) {
echo $payment_modules->process_button();
}
?>
<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONFIRM_ORDER, BUTTON_CONFIRM_ORDER_ALT, 'name="btn_submit" id="btn_submit"') ;?></div>
</form>
Please could you let me know how I would change it.
Thank you
Debs



Thanks.

