order_subtotal_inc_tax) : ?>
|
|
get_subtotal_to_display(); ?> |
order_subtotal_inc_tax) :
if ($order->order_shipping > 0) :
?>
|
get_shipping_to_display(); ?> |
get_tax_classes() as $tax_class) :
if ($order->tax_class_is_not_compound($tax_class)) :
?>
get_tax_class_for_display($tax_class) . ' (' . (float) $order->get_tax_rate($tax_class) . '%):'; ?> |
get_tax_amount($tax_class) ?> |
|
order_subtotal_inc_tax); ?> |
order_shipping > 0) :
?>
|
get_shipping_to_display(); ?> |
order_subtotal_inc_tax) :
foreach ($order->get_tax_classes() as $tax_class) :
if (!$order->tax_class_is_not_compound($tax_class)) :
?>
get_tax_class_for_display($tax_class) . ' (' . (float) $order->get_tax_rate($tax_class) . '%):'; ?> |
get_tax_amount($tax_class) ?> |
get_tax_classes() as $tax_class) :
?>
get_tax_class_for_display($tax_class) . ' (' . (float) $order->get_tax_rate($tax_class) . '%):'; ?> |
get_tax_amount($tax_class) ?> |
order_discount > 0) : ?>
|
-order_discount); ?> |
|
order_total); ?> |