Skip to content

Commit 2e33874

Browse files
author
Cristian Partica
committed
MAGETWO-31324: Tax labels aren't displayed for Bundle options of "multiple select" & "drop-down" types
- QA plus format fix
1 parent 56f73bc commit 2e33874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/Model/Observer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ public function updateProductOptions(\Magento\Framework\Event\Observer $observer
312312
$options['optionTemplate'] = sprintf(
313313
'<%%= data.label %%>'
314314
. '<%% if (data.finalPrice.value) { %%>'
315-
. ' <%%= data.finalPrice.formatted %%> (%1$s <%%= data.basePrice.formatted %%>)'
315+
. ' +<%%= data.finalPrice.formatted %%> (%1$s <%%= data.basePrice.formatted %%>)'
316316
. '<%% } %%>',
317317
__('Excl. tax:')
318318
);

0 commit comments

Comments
 (0)