Skip to content

Commit 2d2e7b7

Browse files
author
Mike Weis
committed
MAGETWO-37226: Extra FPT label displayed in mini shopping cart
- fixed
1 parent 38f9431 commit 2d2e7b7

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)