Viewing 1 replies (of 1 total)
  • Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    Hello,

    first you have to activate custom templates for plugin. Go to settings and activate this https://screencast.com/t/qcYVS1WA7

    Then go to your theme folder. You’ll find /wpi folder there. It should contain file named invoice_page.php. So if you need to change invoice page layout then work with this file.

    To change Quantity to Hours find function show_itemized_table(); in that file and pass argument to it so that it looks so show_itemized_table(array('quantity_heading'=>'Hours'));

    Other changes may be done using CSS I believe.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Show quantity breakdowns in the itemized list’ is closed to new replies.