nathan.lawson Posted December 26, 2015 Share Posted December 26, 2015 It would be good to have a 'Quantity' option on the invoice page just like on the new order page, We generate a lot of our invoices by hand and without this option it can be quite a chore to put multiples of the same option onto the invoice, also resulting in a messy invoice output. Regards Nathan 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted December 26, 2015 Share Posted December 26, 2015 Umh... why don't you simply write for example "Hosting plan Premium x10" and insert the price multiplied by 10? 0 Quote Link to comment Share on other sites More sharing options...
nathan.lawson Posted December 27, 2015 Author Share Posted December 27, 2015 Umh... why don't you simply write for example "Hosting plan Premium x10" and insert the price multiplied by 10? A lot of our clients like to see the price individually for the products without needing to dig out a calculator to figure it out. This is the method we have been using but have heard no end of complaints... Lazy clients are the problem here most likely! 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted December 27, 2015 Share Posted December 27, 2015 Got it. It's doable and not a bad idea. For example I managed to achieve this goal in few minutes (see here) in a script of mine. With an action hook you have to look inside $items["description"], find [quantity:10], create a substring to get the x10, divide the $items["amount"] by 10, send everything to frontend and add a variable in your viewinvoice.tpl and invoicepdf.tpl files. 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.