hyva-themes / magento2-react-checkout

Highly Customizable Checkout for Magento 2, Built with React.
BSD 3-Clause "New" or "Revised" License
178 stars 53 forks source link

Fetch applied taxes and subtotal incl and excl VAT #268

Closed ArjenMiedema closed 2 years ago

ArjenMiedema commented 2 years ago

To get a total overview of the totals in the checkout, the applied taxes are now also fetched from Magento using GraphQL.

Also the subtotal is now loaded excluding and including taxes, so the developer in the frontend can decide if the subtotal should be shown including or excluding VAT.

rajeev-k-tomy commented 2 years ago

Thank you for your contribution.