Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
custom_totals_config.php
Go to the documentation of this file.
1 <?php
7 $result = require __DIR__ . '/core_totals_config.php';
8 $result += [
9  'handling' => ['after' => ['shipping'], 'before' => ['tax']],
10  'handling_tax' => ['after' => ['tax_shipping'], 'before' => ['tax']],
11  'own_subtotal' => ['after' => [], 'before' => ['subtotal']],
12  'own_total1' => ['after' => [], 'before' => ['subtotal']],
13  'own_total2' => ['after' => [], 'before' => ['subtotal']]
14 ];
15 return $result;
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60