IceSweets Posted May 16, 2015 Share Posted May 16, 2015 Hello, i would like to create invoice like this, but how ? http://prntscr.com/75tpq8 Thank you 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted May 17, 2015 Share Posted May 17, 2015 what is the problem exactly? 0 Quote Link to comment Share on other sites More sharing options...
Alistair Posted May 18, 2015 Share Posted May 18, 2015 You would need to edit the viewinvoice.tpl file (found in your WHMCS template folder). For displaying custom text depending on what gateway the user has selected, you can use code like this: {if $paymentmethod eq 'PayPal'} Put your PayPal text here {elseif $paymentmethod eq '2CheckOut'} Put your 2CheckOut text here {else} Code for all other gateways not specified above can go here {/if} 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.