gerzok Posted December 18, 2008 Share Posted December 18, 2008 Hi!, I whish add to whmcs getaway paypal the option of custom payment page style, anyone know how I can to do that? Regards. 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted December 18, 2008 Share Posted December 18, 2008 You can customise the payment gateway somewhat in the PayPal admin, but you are limited to basically putting your logo on the page. Nothing WHMCS can do about that. 0 Quote Link to comment Share on other sites More sharing options...
gerzok Posted December 18, 2008 Author Share Posted December 18, 2008 You can customise the payment gateway somewhat in the PayPal admin, but you are limited to basically putting your logo on the page. Nothing WHMCS can do about that. Hi chickendippers, you're right, in pypal admin i can put my logo, but there's a function called "page_style", and i wish added to whmcs paypal. any idea anybody? 0 Quote Link to comment Share on other sites More sharing options...
michael_s Posted February 14, 2009 Share Posted February 14, 2009 Yes this would come in handy for using the same Paypal account for multiple businesses (per the Paypal TOS restricting use of bank accounts to be associated with a single paypal account). Using the paypal settings, I can set up multiple email accoints and page styles to match each of my businesses, then I can specify which page style gets shown when a payment is submitted from a specific payment button. If the whmcs paypal module would add this parameter as something configurable from the module setup page, you could specify which payment page style to display and then be able to use a single paypal account to accept payments from multiple businesses, maintaining a consistent look for each business. This has two main benefits: 1. Ease of administration. 1 Paypal account for the parent company 2. Better paypal discounts due to the increased volume If this is already an option, does anyone know how to implement it in WHMCS, if not, this is my vote to add it to the paypal module. I have not used Paypal WPP, but would be interested to know if anyone has implemented a multi-business setup with that paypal option. 0 Quote Link to comment Share on other sites More sharing options...
59box Posted March 25, 2009 Share Posted March 25, 2009 Would be interested to know this as well. Anywhere this can be added? 0 Quote Link to comment Share on other sites More sharing options...
dmeece Posted March 27, 2009 Share Posted March 27, 2009 Gets my vote also. Will a php script running in front of the encryption section of the PP module set the page_style in Paypal before the data comes or does this all have to be coded inside the module itself? 0 Quote Link to comment Share on other sites More sharing options...
dmeece Posted March 27, 2009 Share Posted March 27, 2009 Quick update: Spent about two hours calling PayPal, getting parameters and then reviewing my other cart. I came up with a work around for my situation. In my case, my other cart was Zen-Cart. Buried in the admin for their PP payment module was a place for a “Page Style” selection. So I set this switch for the store style stored at Paypal – the old default. In PayPal itself, I made my WHMCS site the “Primary” and new default site. Now when WHMCS goes to Paypal it automatically gets served the new default page, the WHMCS site. When the Zen Cart store goes to the site, it requests its particular page as it goes in. This solved this problem for me. Still have to deal with the very small print referring to the old main account which is not the WHMCS site account, but basically, all is working OK now. 0 Quote Link to comment Share on other sites More sharing options...
dmeece Posted March 27, 2009 Share Posted March 27, 2009 Final Thought: According to PayPal Merchant Tech, once the Page Style is set in PayPal all that is necessary to activate it (on the fly) as it passes to Paypal, is one line of HTML code. They suggested: <input type=”hidden” name=”page_style” value=”gizzy”>, where “gizzy” is the name of the Page Style page you set in Paypal. There were other parameters that could be passed which basically were changing the template you were requesting – a fairly redundant concept. I did not attempt to add this line of code to the WHMCS PP module and give it a go. I’ll leave that for the developers. 0 Quote Link to comment Share on other sites More sharing options...
jrianto Posted April 9, 2011 Share Posted April 9, 2011 You can do this with one update in your whmcs database table. Open your whmcs database in PhpMyAdmin. Open table tblpaymentgateways. You will see a row which display your paypal payment email address. Change the value field which is your paypal email address to: paypal@email.com"><input type="hidden" name="page_style" value"Page Style Notice that the input tag is not closed, there is no ">, that is correct, so don't add that. Please note that after you do this, when you go to Admin > Payment Gateways, then choose PayPal, it will not display correctly, since you have interfere with the database value and add HTML tags in it. That is okay with me, as long as my businesses can run under one WHMCS and have different PayPal payment page styles. Good luck! When all else fails, ask The Creator of all things to show you the way... He will always show the way. Be blessed! 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.