Hello.
I need to provide catalog wide discount for different Customer Groups. this is simply done using Catalog price Rules and I have created multiple groups, each with their own Discount.
Problem: List price is not displayed in Invoice only discounted price shown . i like to add list price to the invoice as well . how can i go about this ( in baby steps if possible ).
Thanks.
Hello @tonysar,
Greetings of the New Year!
The default Magento does not provide this functionality. But you can add this programmatically.
Here is the reference for you.
I hope this will help you to resolve your query.
If not, feel free to contact us.
If solved, click KUDOS and accept it as a solution.
Thank you!
Magento doesn't save special prices for sales orders and sales models.
So you cannot get a special price to invoice.
Magento, sales item price has been calculated on the final price and the final price has been save on sales_flat_order_item not saving product price
If you want to customise/edit the order invoice you can follow the mention link here .