Purchase OIOpublisher now for just $47.

Take control of your ad space.

Click here to purchase

  1.  

    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?

    • CommentAuthorSimon
    • CommentTimeOct 22nd 2008
     
    Project Admin

    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>";]