Initial commit: Free Shipping Message module
This commit is contained in:
10
view/frontend/templates/product/view/message.phtml
Normal file
10
view/frontend/templates/product/view/message.phtml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* @var \Shopkeeper\FreeShippingMessage\Block\Product\View\Message $block
|
||||
*/
|
||||
?>
|
||||
<?php if ($block->hasCmsBlock()): ?>
|
||||
<div class="free-shipping-message">
|
||||
<?= /* @noEscape */ $block->getCmsBlockHtml() ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
Reference in New Issue
Block a user