Initial commit: Free Shipping Message module

This commit is contained in:
shopkeeperdev
2025-11-20 12:01:53 -05:00
commit f07db21ac4
7 changed files with 252 additions and 0 deletions

View 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; ?>