MM
Asked
How can I add a new column (Weight) to Invoice PDF or replace the Quantity column?
- MMAnswered
To be more precise I need to have a column where it show the weight I wrote in Weight (Kg) in the product detail, no need to have a total weight or calculation any extra work. just display the Field weight data in own column
- MSAnswered
Hello,
You will need to select the
products.weight
in thegetAllInvoiceItems
of the related model (sales:app/models/admin/Sales_model.php
) and then the view file isthemes/default/admin/views/sales/pdf.php
If you are not sure, please hire any developer to help you.
Thank you
- Login to Reply