Commit 9e550691 by dhn

购物车运费提示优化

parent a990aee1
...@@ -112,10 +112,10 @@ else ...@@ -112,10 +112,10 @@ else
<div class="content-wrap"> <div class="content-wrap">
<div class="free_message"> <div class="free_message">
<div class="msg-content"> <div class="msg-content">
<?= $block->escapeHtml(__('Spend')) ?> <span style="color:#EB001B;font-size: 16px;"><?= $block->escapeHtml( <?= $block->escapeHtml(__('Spend')) ?> <span style="color:#EB001B;font-size: 18px;"><?= $block->escapeHtml(
$this->helper(Magento\Checkout\Helper\Data::class)->formatPrice($difference_price), $this->helper(Magento\Checkout\Helper\Data::class)->formatPrice($difference_price),
['span'] ['span']
) ?></span><?= $block->escapeHtml(__('more and get')) ?> <?= $block->escapeHtml(__('FREE SHIPPING')) ?> ) ?></span><?= $block->escapeHtml(__(' more and get')) ?> <span style="font-weight: bold;"><?= $block->escapeHtml(__('FREE SHIPPING')) ?></span>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment