suhailc Posted December 18, 2007 Share Posted December 18, 2007 Hi, How can I show both the product name as well as product description on invoices? Currently the product description is only shown when signing up and the product name is shown under the invoice description. As I'm creating custom hosting/server plans with different bundles, I want to be able to display what exactly the client is paying for on their invoices and under their client area. Regards, Suhail. 0 Quote Link to comment Share on other sites More sharing options...
meeven Posted December 22, 2007 Share Posted December 22, 2007 Good question. There is a probably a way to do this, but I am not finding it, just like you.-) 0 Quote Link to comment Share on other sites More sharing options...
wizzy420 Posted December 22, 2007 Share Posted December 22, 2007 I would think the template system would probably just have a variable with the product name you could slap into the page ... STeve 0 Quote Link to comment Share on other sites More sharing options...
nitro Posted December 23, 2007 Share Posted December 23, 2007 I don't think WHMCS provides any other variables in the PDF config. Doing a var_dump($invoiceitems) in pdfconfig.php I see: array(2) { [0]=> array(3) { ["description"]=> string(33) "Domain - xxxxxxxxx.xxx - 1 Year/s" ["amount"]=> string(5) "20.00" ["taxed"]=> string(1) "1" [1]=> array(3) { ["description"]=> string(33) "Domain - xxxxxxxxx.xxx - 1 Year/s" ["amount"]=> string(5) "35.00" ["taxed"]=> string(1) "1" } } 0 Quote Link to comment Share on other sites More sharing options...
gmorales Posted July 12, 2009 Share Posted July 12, 2009 This is a feature I would really love to see working. Have the description of the product in the invoice - and obviously as well in quotes. Any news on 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.