Quote Originally Posted by actorxfactor View Post
except it will time out as it's the checkout page...I will try to keep it open
I guess you'd need open up includes/templates/YOUR_TEMPLATE/tpl_checkout_default.php to change this line:

<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>'; ?></div>

to:
<div class="buttonRow forward"><?php echo '<a href="https://www.actorxfactor.co.uk/index.php?main_page=create_account">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>'; ?></div>

But I guess the problem with that is that after they create an account, they won't be taken to the "checkout shipping" page, they'll have to click "checkout" again somewhere.