Skip to content

Commit 5ee6b70

Browse files
author
Robert He
committed
Merge branch 'FearlessKiwis-MAGETWO-37226-extra-fpt-label' of https://github.corp.ebay.com/magento-fearless-kiwis/magento2ce into develop
2 parents c6910e2 + 2d2e7b7 commit 5ee6b70

File tree

1 file changed

+0
-6
lines changed
  • app/code/Magento/Weee/view/frontend/templates/checkout/cart/item/price

1 file changed

+0
-6
lines changed

app/code/Magento/Weee/view/frontend/templates/checkout/cart/item/price/sidebar.phtml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
<?php if ($this->helper('Magento\Weee\Helper\Data')->getApplied($_item)): ?>
2525
<?php foreach ($this->helper('Magento\Weee\Helper\Data')->getApplied($_item) as $tax): ?>
2626
<div class="weee" data-label="<?php echo $tax['title']; ?>">
27-
<span class="label">
28-
<?php echo $tax['title']; ?>
29-
</span>
3027
<?php echo $block->formatPrice($tax['amount_incl_tax'], true, true); ?>
3128
</div>
3229
<?php endforeach; ?>
@@ -55,9 +52,6 @@
5552
<?php if ($this->helper('Magento\Weee\Helper\Data')->getApplied($_item)): ?>
5653
<?php foreach ($this->helper('Magento\Weee\Helper\Data')->getApplied($_item) as $tax): ?>
5754
<div class="weee" data-label="<?php echo $tax['title']; ?>">
58-
<span class="label">
59-
<?php echo $tax['title']; ?>
60-
</span>
6155
<?php echo $block->formatPrice($tax['amount'], true, true); ?>
6256
</div>
6357
<?php endforeach; ?>

0 commit comments

Comments
 (0)