To change the forwarding location of my Continue button after the Checkout Process in your Netfirms Commerce Pro store, please follow these steps:
1. Using an FTP tool (eg. Filezilla ) download a copy of ../catalog/checkout_success.php
2. Using a text editor (eg. Notepad) edit checkout_success.php:
BEFORE:
<td align="right" class="main"><?php echo tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?></td> </tr>
AFTER:
<td align="right" class="main"><?php echo "<a href=\"ENTER FORWARDING URL HERE\">" . tep_image_button('button_continue.gif',IMAGE_BUTTON_CONTINUE) . "</a>"; ?></td> </tr>
3. Upload the revised checkout_success.php back to the server in ../catalog/