OrderTotalsService
This service class contains functions related to the order totals calculation.
All public functions are available in the Twig template renderer.
Namespace
IO\Services
Methods
public getAllTotals($order):array
Get all order totals which are relevant for the OrderDetails-modal
Type |
Name |
Description |
|
The order to get order totals for |
public highlightNetPrices($order):bool
Check if the order has only net amounts or only net amounts should be shown
Type |
Name |
Description |
|
Thank you for your feedback!