DanielaPetkova Posted April 22, 2020 Share Posted April 22, 2020 (edited) Hi, When i open an order in BO i want to be able to see the exact amount of the order without the shipping cost. Only the sum of the products ordered plus the discounts applied. So a quick way to do that (bare in mind i spend 3 days till i figure out how) is to go to: admin/themes/default/template/controllers/orders/helpers/view/view.tpl and search for {assign var=order_discount_price value=$order->total_discounts_tax_excl} After that just edit it like that {assign var=order_discount_price value=$order->total_discounts_tax_excl-($order->total_products)} And that is the final result. It should not mess up with anything in your statistic just shows you the amount. And you can see only the discount just above.https://tinyurl.com/ybjbxk9n If you like it "Thumbs up" Ciao. Edited April 24, 2020 by DanielaPetkova (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now