Eutanasio Posted February 25, 2022 Share Posted February 25, 2022 Hi, I'm getting crazy, can't find where this value gets stored and linked to an order, it's not in ps_orders, all values are there but not the total Taxes of the order. Thanks Link to comment Share on other sites More sharing options...
ventura Posted February 26, 2022 Share Posted February 26, 2022 This data is not specially recorded in any table. You have calculation examples in classes/PaymentModule.php ' {total_tax_paid}' => Tools::getContextLocale($this->context)->formatPrice(($order->total_paid_tax_incl - $order->total_paid_tax_excl), $this->context->currency->iso_code), 1 Link to comment Share on other sites More sharing options...
Ress Posted February 26, 2022 Share Posted February 26, 2022 Hi, \src\Adapter\Presenter\Cart\CartPresenter.php In the present($cart, $shouldSeparateGifts = false) method you will find exactly those calculations. 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