Sure. Here's the link.
http://www.actorxfactor.co.uk/index....r_of_uploads=0
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.
Last edited by actorxfactor; 3 Oct 2007 at 12:31 AM.
I have changed the code here:
includes/templates/template_default/templates/tpl_shopping_cart_default.php
and it works.
do you mean the apple zen template by YOUR_TEMPLATE because the file isn't in there.
Anyway I'm still going round in circles as by creating the account the customer will go straight to the restricted content without checking out. Is there any way that by creating the account the customer will go straight to checkout??
Right, well, I always say "YOUR_TEMPLATE", because I never know if people kept "apple_zen" or not, and if it is not IN your custom template , then of course you go find it in template_default, then change it, then save it in "YOUR_TEMPLATE" whatever that may be named.
Bookmarks