owengreaves Posted June 30, 2010 Share Posted June 30, 2010 How do I get WHMCS to just show the Subscription but on checkout? 0 Quote Link to comment Share on other sites More sharing options...
MediaPlayStudios Posted June 30, 2010 Share Posted June 30, 2010 How do I get WHMCS to just show the Subscription but on checkout? Make sure you check the "Force Subscriptions" boxed unchecked in the Gateways sections 0 Quote Link to comment Share on other sites More sharing options...
owengreaves Posted June 30, 2010 Author Share Posted June 30, 2010 Thank you, I thought might the thing but wanted to confirm it first : ) 0 Quote Link to comment Share on other sites More sharing options...
revive Posted July 15, 2010 Share Posted July 15, 2010 How can you CHANGE those buttons.. they are using Paypals direct linked images (https://www.paypal.com/en_US/i/btn/x-click-but03.gif) and we want to use our own custom buttons for this .. ?? 0 Quote Link to comment Share on other sites More sharing options...
revive Posted July 15, 2010 Share Posted July 15, 2010 SOLUTION FOUND: see this post: http://forum.whmcs.com/showpost.php?p=34005&postcount=8 Summarized: From your templates/xx/viewinvoice.tpl file, you need to REPLACE the following line: {$paymentbutton} With this... {$paymentbutton|replace:'https://www.paypal.com/en_US/i/btn/':'http://www.yourdomain.com/images/'} Note that the variable name is paymentbutton, not paybutton. Make sure to upload 2 of your custom images to your images directory named as follows: x-click-but20.gif (PayPal Subscribe button) x-click-but03.gif (PayPal Check Out button) I tested it and it's working fine. Thanks to Apollo1 for this !! 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.