If you have volume discounts configured on cart value to discount say 10% at one break point and 20% at a higher break point etc then these discounts are calculated online via the perl scripts and form an order detail line that shows on the invoice as a line item.
The percentage discount is not included in the order detail, only the value of the discount, and of course it is part of the order detail subreport not the main report itself.
I'm looking for a way to show the percentage discount that was applied to the order and to include that on the invoice report in the line that is used for the offline order discount under the order subtotal.
the only way I can think that this may be possible is to back calculate the percentage from the order total, which is not as easy as it may sound.
Am I over complicating this - does anyone know of another way?
The percentage discount is not included in the order detail, only the value of the discount, and of course it is part of the order detail subreport not the main report itself.
I'm looking for a way to show the percentage discount that was applied to the order and to include that on the invoice report in the line that is used for the offline order discount under the order subtotal.
the only way I can think that this may be possible is to back calculate the percentage from the order total, which is not as easy as it may sound.
Am I over complicating this - does anyone know of another way?
Comment