Add initial files and templates for ps_emailalerts module
- Created LICENSE file for composer dependencies. - Added autoload files: autoload_classmap.php, autoload_namespaces.php, autoload_psr4.php, autoload_real.php, and autoload_static.php. - Initialized installed.json for composer. - Added index.php and form templates for admin configuration. - Implemented front-end templates for email alerts, including account management and product notifications. - Included necessary headers and copyright notices in all new files.
This commit is contained in:
11
modules/ps_cashondelivery/config.xml
Normal file
11
modules/ps_cashondelivery/config.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<module>
|
||||
<name>ps_cashondelivery</name>
|
||||
<displayName><![CDATA[Cash on delivery (COD)]]></displayName>
|
||||
<version><![CDATA[2.0.1]]></version>
|
||||
<description><![CDATA[Accept cash payments on delivery to make it easy for customers to purchase on your store.]]></description>
|
||||
<author><![CDATA[PrestaShop]]></author>
|
||||
<is_configurable>0</is_configurable>
|
||||
<need_instance>1</need_instance>
|
||||
<limited_countries></limited_countries>
|
||||
</module>
|
||||
Reference in New Issue
Block a user