Политика использования файлов cookie

Количество скачиваний: 8

Модель: Политика использования файлов cookie

Категории: Модули,

Версии: v3.0,

Примечание: эта модификация тестируется только со стандартной темой Opencart 3.
Простая установка с помощью установщика расширений.
Если вы хотите настроить, вам нужно отредактировать install.xml внутри eu_cookie_Response_oc3en.ocmod.zip. Чтобы добавить второй или третий язык, просто скопируйте: И замените своими данными. 
<file path="catalog/language/en-gb/common/footer.php">
<operation>
<search><![CDATA[$_['text_information']]]></search>
<add position="before"><![CDATA[
$_['text_cookie_close'] = 'Close';
$_['text_cookie'] = 'We use cookies to offer you the best experience on our site. By continuing to browse the site, You are agree to use cookies.<br />For obtain more informations please <a href="http://www.aboutcookies.org">Click here</a>';
]]></add>
</operation>
</file>

И замените своими данными.

If you want to show the notification at the bottom of the website befeore uploading the eu_cookie_responsive_oc3.ocmod.zip please edit the install.xml file inside. Search for the
#cookie-consent {
width: 100%;
position: fixed;
left: 0px;
z-index: 999;
background: none repeat scroll 0% 0% rgba(240, 204, 204, 0.82);
border-bottom: 1px solid rgba(195, 195, 195, 0.73);
display: none;
padding: 10px 0px;
top: 0px;
}
And replace with this code:
#cookie-consent {
width: 100%;
position: fixed;
left: 0px;
z-index: 999;
background: none repeat scroll 0% 0% rgba(240, 204, 204, 0.82);
border-bottom: 1px solid rgba(195, 195, 195, 0.73);
display: none;
padding: 10px 0px;
bottom: 0px;
}

Написать отзыв

Примечание: HTML разметка не поддерживается! Используйте обычный текст.
    Плохо           Хорошо
Защита от роботов