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.weightin thegetAllInvoiceItemsof the related model (sales:app/models/admin/Sales_model.php) and then the view file isthemes/default/admin/views/sales/pdf.phpIf you are not sure, please hire any developer to help you. Thank you 
- Login to Reply