Add initial module files and templates for Omnibus EU Free

- Created new image file for YouTube logo.
- Added index.php files for views and JavaScript with license notice and redirect to parent directory.
- Implemented back.js for reload functionality with button event listener.
- Introduced configure.tpl template for admin configuration with documentation links and CRON settings.
- Added products-price-list.tpl for displaying product price data in a table format.
- Created index.php files for hook templates with license notice and redirect.
- Added presta_studio_omnibus_price.tpl for displaying product discount information.
This commit is contained in:
2026-03-05 00:11:14 +01:00
parent 0e69247840
commit 75f7b80664
56 changed files with 3199 additions and 15 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<module>
<name>omnibuseufree</name>
<displayName><![CDATA[Omnibus EU]]></displayName>
<version><![CDATA[1.0.2]]></version>
<description><![CDATA[Module for Omnibus Directive by the European Union law.]]></description>
<author><![CDATA[presta.studio]]></author>
<tab><![CDATA[pricing_promotion]]></tab>
<is_configurable>1</is_configurable>
<need_instance>1</need_instance>
</module>