MM
Asked
How can I add a new column (Weight) to Invoice PDF or replace the Quantity column?
- MMAnsweredTo 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
- MSAnsweredHello,
You will need to select the `products.weight` in the `getAllInvoiceItems` of the related model (sales: `app/models/admin/Sales_model.php`) and then the view file is `themes/default/admin/views/sales/pdf.php`
If you are not sure, please hire any developer to help you.
Thank you - Login to Reply