Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
price.phtml File Reference

Go to the source code of this file.

Variables

 $_excl = $block->getShippingPriceExclTax()
 
 $_incl = $block->getShippingPriceInclTax()
 
if($block->displayShippingBothPrices() && $_incl !=$_excl) endif = $_incl
 

Variable Documentation

◆ $_excl

$_excl = $block->getShippingPriceExclTax()

Definition at line 12 of file price.phtml.

◆ $_incl

$_incl = $block->getShippingPriceInclTax()

Definition at line 13 of file price.phtml.

◆ endif

if ($block->displayShippingBothPrices() && $_incl != $_excl) ('Excl. Tax') ?>"><span class endif = $_incl

Definition at line 21 of file price.phtml.