Implemented

Invoice Quantity Change to Measurement Ordered

Hi,


Our business is a fabrics company that works in measurements. Our current setup is 1 stock level = half a meter. We would like our invoices to show the quantity as measurement (so if a customer orders a quantity of 2, it would show 1 meter ordered). 


Thanks

hi,

you should be able to add a Custom column to the table your invoice template and then use the following expression to calculate the length

https://www.linnworks.com/support/settings/template-designer/using-template-designer/template-elements#CustomCol

  • EVAL{BEGIN}[{nQty}]/2{END}



Login to post a comment