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

10
registration.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
/**
* Shopkeeper FreeShippingMessage Module Registration
*/
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Shopkeeper_FreeShippingMessage',
__DIR__
);