Cookie Policy OC3x Responsive

Cookie Policy OC3x Responsive
Note: this modification is tested only with default Opencart 3 theme.
Easy install with extension installer.
If you want to customize you need to edit install.xml inside eu_cookie_responsive_oc3en.ocmod.zip. In order to add second or third language just copy:
<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>

And replace with your data.
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;
}




Download
  • Developed by OpenCart Community
  • Documentation Included

Rating

Compatibility
3.0.0.0, 3.0.1.1, 3.0.1.2, 3.0.2.0, 4.x.x.x, 3.0.3.0, 3.0.3.1, 3.0.3.2, 3.0.3.3, 3.0.3.5, 3.0.3.6, 3.0.3.7, 3.0.3.8

Last Update
27 Mar 2023

Created
7 Mar 2018
3083 Downloads
24 Comments
pepper0505
pepper0505
Member since: 5 Nov 2011

View all extensions Get Support