- 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.
14 lines
604 B
XML
14 lines
604 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<module>
|
|
<name>ps_emailalerts</name>
|
|
<displayName><![CDATA[Mail alerts]]></displayName>
|
|
<version><![CDATA[3.0.1]]></version>
|
|
<description><![CDATA[Sends e-mail notifications to customers and merchants regarding stock and order modifications.]]></description>
|
|
<author><![CDATA[PrestaShop]]></author>
|
|
<tab><![CDATA[administration]]></tab>
|
|
<confirmUninstall>Are you sure you want to delete all customer notifications?</confirmUninstall>
|
|
<is_configurable>1</is_configurable>
|
|
<need_instance>0</need_instance>
|
|
<limited_countries></limited_countries>
|
|
</module>
|