1 to 2 of 2
Is there a way to add a line to the successful payment page that allows the user to navigate back to the home page on my site?
In the file, templates/core/purchase_payment.tpl, you can add a link to your home page there. If you insert it in the "success" portion of that page.
echo "<a href='http://mydomain.com'>Back to Homepage</a>";]
1 to 2 of 2