Add Ceneo Trusted Reviews module with initial implementation
- Created Html helper class for displaying information and translations. - Added index.php files for various directories to prevent direct access. - Implemented Polish translations for the module. - Set up upgrade scripts for future module updates. - Included Composer autoloading files and configurations. - Added template files for displaying header and order confirmation scripts. - Established .htaccess rules for security in vendor directory.
This commit is contained in:
19
modules/ceneo_trustedreviews/translations/index.php
Normal file
19
modules/ceneo_trustedreviews/translations/index.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* NOTICE OF LICENSE.
|
||||
* This file is licenced under the Software License Agreement.
|
||||
* With the purchase or the installation of the software in your application
|
||||
* you accept the licence agreement.
|
||||
* You must not modify, adapt or create derivative works of this source code
|
||||
*
|
||||
* @author 2022 Ceneo.pl sp. z o.o.
|
||||
* @copyright Ceneo.pl
|
||||
* @license LICENSE.txt
|
||||
*/
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
||||
header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
header('Location: ../');
|
||||
exit;
|
||||
20
modules/ceneo_trustedreviews/translations/pl.php
Normal file
20
modules/ceneo_trustedreviews/translations/pl.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
global $_MODULE;
|
||||
$_MODULE = [];
|
||||
$_MODULE['<{ceneo_trustedreviews}prestashop>ceneo_trustedreviews_6339d8822511ef120fbfcd558cf9aa21'] = 'Ceneo Zaufane Opinie';
|
||||
$_MODULE['<{ceneo_trustedreviews}prestashop>ceneo_trustedreviews_18a4739630fd21d9aede1a0b29393463'] = 'Integruje sklep z programem Ceneo Zaufane Opinie';
|
||||
$_MODULE['<{ceneo_trustedreviews}prestashop>ceneo_trustedreviews_aec12a67e583cfa8f2b76060a19a4ed9'] = 'Jesteś pewien, że chcesz odinstalować moduł?';
|
||||
$_MODULE['<{ceneo_trustedreviews}prestashop>ceneo_trustedreviews_c888438d14855d7d96a2724ee9c306bd'] = 'Ustawienia zauktualizowane';
|
||||
$_MODULE['<{ceneo_trustedreviews}prestashop>ceneo_trustedreviews_b9284bff13acffdd879ef4ac7fca5234'] = 'Aktualizacja ustawień nie powiodła się';
|
||||
$_MODULE['<{ceneo_trustedreviews}prestashop>ceneo_trustedreviews_139d725c1d2901c59d9ab0f6d7960cb7'] = 'Uzupełnij wszystkie pola';
|
||||
$_MODULE['<{ceneo_trustedreviews}prestashop>ceneo_trustedreviews_ad38d90b3097bae7b1d0f2bcf74299b7'] = 'Ceneo Zaufane Opinie - Konfiguracja modułu';
|
||||
$_MODULE['<{ceneo_trustedreviews}prestashop>ceneo_trustedreviews_ef671c08c94ae8688d3d14e3c98a1a21'] = 'GUID';
|
||||
$_MODULE['<{ceneo_trustedreviews}prestashop>ceneo_trustedreviews_4ac37865c8dfc850862627c72a3580bd'] = 'GUID nadany przez Ceneo';
|
||||
$_MODULE['<{ceneo_trustedreviews}prestashop>ceneo_trustedreviews_e807d3ccf8d24c8c1a3d86db5da78da8'] = 'Liczba dni';
|
||||
$_MODULE['<{ceneo_trustedreviews}prestashop>ceneo_trustedreviews_7d33f70e8c5d7e694cfe82181f46a175'] = 'Liczba dni po których zostanie wysłany e-mail';
|
||||
$_MODULE['<{ceneo_trustedreviews}prestashop>ceneo_trustedreviews_d4dccb8ca2dac4e53c01bd9954755332'] = 'Zapisz ustawienia';
|
||||
$_MODULE['<{ceneo_trustedreviews}prestashop>html_ab07e0b92d0b7bb6668e1386ac92eaec'] = 'Uruchomienie Ceneo Trusted Reviews';
|
||||
$_MODULE['<{ceneo_trustedreviews}prestashop>html_1da3165681136549cbaa42e98f1122a4'] = 'Jeśli masz już widoczne oferty, zacznij zbierać opinie na temat swojego sklepu. Wprowadź swój kod GUID, który znajdziesz w sekcji';
|
||||
$_MODULE['<{ceneo_trustedreviews}prestashop>html_1387904cfde237b816933691d5e15734'] = 'Panel Ceneo w zakładce Zaufane opinie';
|
||||
$_MODULE['<{ceneo_trustedreviews}prestashop>html_c4e3e8f4c56f253409ff0b96bf78a2fa'] = 'Usługa jest bezpłatna.';
|
||||
Reference in New Issue
Block a user