Search  
   
Browse by Category
 
Netfirms 24/7 Support .: E-COMMERCE .: Netfirms Commerce Pro .: Configurations and Customizations .: How do I change the forwarding location of my Continue button after the checkout process in my Netfirms Commerce Pro store?

How do I change the forwarding location of my Continue button after the checkout process in my Netfirms Commerce Pro store?

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/

article How do I forward my website to another location?
article How do I remove the Shipping Method section that appears when a customer clicks the Checkout button in my Commerce Pro store?
article How do I change the Checkout Success page in my Netfirms Commerce Pro store?
article Why does the shopping cart appear empty when someone clicks Checkout in my Netfirms Commerce Pro store?
article How do I add a PayPal button to my website designed in NetObjects Fusion 7?


.: Powered by Lore 1.5.6
Visit Netfirms.com Web Hosting | Copyright © 1998 - 2009 Netfirms, Inc. All Rights Reserved.