Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
return ['subtotal'=> ['after'=> [], 'before'=> ['grand_total']], 'shipping'=> ['after'=> ['subtotal', 'freeshipping', 'tax_subtotal'], 'before'=> ['grand_total'],], 'grand_total'=> ['after'=> ['subtotal'], 'before'=> []], 'msrp'=> ['after'=> [], 'before'=> []], 'freeshipping'=> ['after'=> ['subtotal'], 'before'=> ['tax_subtotal', 'shipping']], 'discount'=> ['after'=> ['subtotal', 'shipping'], 'before'=> ['grand_total']], 'tax_subtotal'=> ['after'=> ['freeshipping'], 'before'=> ['tax', 'discount']], 'tax_shipping'=> ['after'=> ['shipping'], 'before'=> ['tax', 'discount']], 'tax'=> ['after'=> ['subtotal', 'shipping'], 'before'=> ['grand_total']], 'weee'=> ['after'=> ['subtotal', 'tax', 'discount', 'grand_total', 'shipping'], 'before'=> []]] | |
return[ 'subtotal'=> [ 'after'=> [], 'before'=> [ 'grand_total']], 'shipping'=> [ 'after'=> [ 'subtotal', 'freeshipping', 'tax_subtotal'], 'before'=> [ 'grand_total'],], 'grand_total'=> [ 'after'=> [ 'subtotal'], 'before'=> []], 'msrp'=> [ 'after'=> [], 'before'=> []], 'freeshipping'=> [ 'after'=> [ 'subtotal'], 'before'=> [ 'tax_subtotal', 'shipping']], 'discount'=> [ 'after'=> [ 'subtotal', 'shipping'], 'before'=> [ 'grand_total']], 'tax_subtotal'=> [ 'after'=> [ 'freeshipping'], 'before'=> [ 'tax', 'discount']], 'tax_shipping'=> [ 'after'=> [ 'shipping'], 'before'=> [ 'tax', 'discount']], 'tax'=> [ 'after'=> [ 'subtotal', 'shipping'], 'before'=> [ 'grand_total']], 'weee'=> [ 'after'=> [ 'subtotal', 'tax', 'discount', 'grand_total', 'shipping'], 'before'=> []]] |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Definition at line 25 of file core_totals_config.php.