Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$_excl = $block->getShippingPriceExclTax() | |
$_incl = $block->getShippingPriceInclTax() | |
if($block->displayShippingBothPrices() && $_incl !=$_excl) | endif = $_incl |
$_excl = $block->getShippingPriceExclTax() |
Definition at line 12 of file price.phtml.
$_incl = $block->getShippingPriceInclTax() |
Definition at line 13 of file price.phtml.
if ($block->displayShippingBothPrices() && $_incl != $_excl) ('Excl. Tax') ?>"><span class endif = $_incl |
Definition at line 21 of file price.phtml.