We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f73bc commit 2e33874Copy full SHA for 2e33874
app/code/Magento/Tax/Model/Observer.php
@@ -312,7 +312,7 @@ public function updateProductOptions(\Magento\Framework\Event\Observer $observer
312
$options['optionTemplate'] = sprintf(
313
'<%%= data.label %%>'
314
. '<%% if (data.finalPrice.value) { %%>'
315
- . ' <%%= data.finalPrice.formatted %%> (%1$s <%%= data.basePrice.formatted %%>)'
+ . ' +<%%= data.finalPrice.formatted %%> (%1$s <%%= data.basePrice.formatted %%>)'
316
. '<%% } %%>',
317
__('Excl. tax:')
318
);
0 commit comments