ToastyHost Posted April 6, 2008 Share Posted April 6, 2008 I need to edit my viewinvoice.php to display the words "TAX INVOICE" (an Australian taxation requirement). When i open "viewinvoice.php" all i can see is gibberish. ie. 4+oV5BTnhzwpyHCHJfmw/Vw2utP47qaqjZz73wcyH+LRdZLrFTYh/Ij14ccjwRpkQRBY3wupWRxU kpFLcpdMpa6gCSHAFoEENOASqmJ7h4GmUMkBaD1eO+R5avApGKJCizNc/IkqsdwDkZOpHIFfqeHh wznYIMij61OQ/T2d5jYyHH34Mc9y981woQydNuquscWsGKnEQ9OWQvds3fU6Kfo5pbZG5ni23wgH Zm+M3GtXv3bxhMReDmGgXWowufep+WXuBgHrRToquaZyyaj/eegk1PTuFUmsUK4TQkotsYL25E4j 2KUxr9bu07F8Ke44k1bbgMnm9kFaK4Vmxqr7O4/semba0Kgtfsj0m6pNtJ++Pu8SFd1GhlE+c/cX rqHeNEzhoJQ+aMPxCoocR7VNck/WxaVfDRLzkzOue4E4Ugakh+BV49XjCg4QAr+7ttziq9taLCoZ EXIOypZnHGRtWFLfYtfW2p7mZ8tI9iY3 how would one go about editing how the invoice is displayed? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted April 6, 2008 WHMCS CEO Share Posted April 6, 2008 You need to be editing the template files - viewinvoice.tpl... Matt 0 Quote Link to comment Share on other sites More sharing options...
ToastyHost Posted April 7, 2008 Author Share Posted April 7, 2008 so this would be appropriate code?: <table width="100%"><tr><td width=100> {if $logo}<p><img src="{$logo}"></p>{else}<h1>{$companyname}</h1>{/if}<p>TAX INVOICE:</p> </td><td align="center"> 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted April 8, 2008 Share Posted April 8, 2008 Had a problem with the size of logo, so i went with <table width="100%"><tr> <td width=400> {if $logo}<p><img src="{$logo}"></p>{else}<h1>{$companyname}</h1>{/if} </td><td align="center"> <h1>TAX INVOICE:</h1> {if $status eq "Unpaid"} but I'm sure you can play around with it. Make sure you drop in your ABN to be be compliant. We've added ours as a blob of text from the Language file, as well as a a custom field for the client (along with a few other functional ones eg trading as, business structure, business size etc.) you should also check the ACCC website for any other AU requirements (I'm confident that you don't need directions) 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.