Cookie policy notification duration

ThemeBurn SupportForumsOpenCart ThemesBurnEngineCookie policy notification duration

This topic has been marked as resolved.

The cookie policy needs to last longer than the current session otherwise you have to keep confirming every time you go to the site.

How can I change the cookie duration?

March 16, 2017 at 11:02 am #57459

Make a change to /catalog/view/theme/BurnEngine/javascript/common.js

Find
$.cookie('agreed_with_cookie_policy', '1');

Replace with
$.cookie('agreed_with_cookie_policy', '1', { expires: 30 });

March 16, 2017 at 2:03 pm #57481

Hi,

Thanks for the submission! Will add it in the upcoming update.

BR,
ThemeBurn team

March 16, 2017 at 5:05 pm #57490
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.