Jump to content

Cookies & Livechat


teetshirts

Recommended Posts

When the EU cookie law was first introduced it was generally thought that cookies that are "non essential" could only be set once permission was granted by the visitor.

Most websites now only provide a notice that these cookies are being used with a close button. This is the approach we have taken in v6. There are three options;

1. Your v5 store can be customised fairly easily to always show the live chat regardless.

2. You could try v6 which I expect will have a short beta period.

3. Consider disabling the cookie compliance setting. This is probably not the recommended solution.

Link to comment
Share on other sites

Thanks,

 

How do I go about customising my V5 store to show the live chat regardless?

 

When the EU cookie law was first introduced it was generally thought that cookies that are "non essential" could only be set once permission was granted by the visitor.

Most websites now only provide a notice that these cookies are being used with a close button. This is the approach we have taken in v6. There are three options;

1. Your v5 store can be customised fairly easily to always show the live chat regardless.
2. You could try v6 which I expect will have a short beta period.
3. Consider disabling the cookie compliance setting. This is probably not the recommended solution.

Link to comment
Share on other sites

Whoops - jumped the gun there!!

 

Perfect answer. All done & working. Thanks again :)

 

 

Thanks,

 

How do I go about customising my V5 store to show the live chat regardless?

 

When the EU cookie law was first introduced it was generally thought that cookies that are "non essential" could only be set once permission was granted by the visitor.

Most websites now only provide a notice that these cookies are being used with a close button. This is the approach we have taken in v6. There are three options;

1. Your v5 store can be customised fairly easily to always show the live chat regardless.
2. You could try v6 which I expect will have a short beta period.
3. Consider disabling the cookie compliance setting. This is probably not the recommended solution.

 

 

 

 

The quickest way around this is to open the classes/sessions.class.php file;

 

Find: 

public function cookiesBlocked() {

Change this to: 

public function cookiesBlocked() {
return false;
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...