pogiii Posted December 10, 2012 Share Posted December 10, 2012 Hi guys i want to send my paying/buying clients to another page (a specific page url) and not the invoice that says "paid" AFTER paying in paypal how can i do this? thank guys 0 Quote Link to comment Share on other sites More sharing options...
nasos75 Posted December 10, 2012 Share Posted December 10, 2012 Which method of payment do you use? 0 Quote Link to comment Share on other sites More sharing options...
easyhosting Posted December 10, 2012 Share Posted December 10, 2012 Which method of payment do you use? this may be a clue to what gateway he is using AFTER paying in paypal 0 Quote Link to comment Share on other sites More sharing options...
nasos75 Posted December 10, 2012 Share Posted December 10, 2012 I should buy a pair of glasses, sorry... 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted December 10, 2012 Share Posted December 10, 2012 Hello, This can be set via your PayPal account under Profile > My Selling Preferences > Website preferences > Return URL Jack 0 Quote Link to comment Share on other sites More sharing options...
pogiii Posted December 11, 2012 Author Share Posted December 11, 2012 yeah paypal whmcs automatically redirects back to the site (either to the invoice that says paid, or the order completed page) Support told me this: Or an easier way would be to select the "Just show the order completed page" option and edit the order completed template and add some code to redirect your visitors. That would be the /templates/*your active template*/forwardpage.tpl file. i have NO IDEA how to do that. LOL anyone that can guide me? I just want it to redirect to a certain URL what code should i put in? thanks 0 Quote Link to comment Share on other sites More sharing options...
pogiii Posted December 12, 2012 Author Share Posted December 12, 2012 any help? is it as simple as adding something like this? lol <?php header("Location: url"); exit; ?> 0 Quote Link to comment Share on other sites More sharing options...
pogiii Posted December 12, 2012 Author Share Posted December 12, 2012 Hello, This can be set via your PayPal account under Profile > My Selling Preferences > Website preferences > Return URL Jack whoops didnt see this one Jack so i basically set this up in paypal and i dont have to setup anything else in whmcs? 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted December 12, 2012 Share Posted December 12, 2012 whoops didnt see this one Jack so i basically set this up in paypal and i dont have to setup anything else in whmcs? Yeah that's one way of doing it, but the only downside is it'll only be for PayPal. If you have multiple payment gateways and want to redirect them all the method WHMCS recommends would be best, try this code: {php} header("Location: http://www.example.com/"); exit; {/php} 0 Quote Link to comment Share on other sites More sharing options...
pogiii Posted December 13, 2012 Author Share Posted December 13, 2012 where do i put this code? i mean, do i delete anything on the forwardpage.tpl file? which part should i insert this? sorry for the trouble. thank you! Yeah that's one way of doing it, but the only downside is it'll only be for PayPal. If you have multiple payment gateways and want to redirect them all the method WHMCS recommends would be best, try this code: {php} header("Location: http://www.example.com/"); exit; {/php} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.