File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
app/code/Magento/Weee/view/frontend/templates/checkout/cart/item/price Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 24
24
<?php if ($ this ->helper ('Magento\Weee\Helper\Data ' )->getApplied ($ _item )): ?>
25
25
<?php foreach ($ this ->helper ('Magento\Weee\Helper\Data ' )->getApplied ($ _item ) as $ tax ): ?>
26
26
<div class="weee" data-label="<?php echo $ tax ['title ' ]; ?> ">
27
- <span class="label">
28
- <?php echo $ tax ['title ' ]; ?>
29
- </span>
30
27
<?php echo $ block ->formatPrice ($ tax ['amount_incl_tax ' ], true , true ); ?>
31
28
</div>
32
29
<?php endforeach ; ?>
55
52
<?php if ($ this ->helper ('Magento\Weee\Helper\Data ' )->getApplied ($ _item )): ?>
56
53
<?php foreach ($ this ->helper ('Magento\Weee\Helper\Data ' )->getApplied ($ _item ) as $ tax ): ?>
57
54
<div class="weee" data-label="<?php echo $ tax ['title ' ]; ?> ">
58
- <span class="label">
59
- <?php echo $ tax ['title ' ]; ?>
60
- </span>
61
55
<?php echo $ block ->formatPrice ($ tax ['amount ' ], true , true ); ?>
62
56
</div>
63
57
<?php endforeach ; ?>
You can’t perform that action at this time.
0 commit comments