Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cookie message incorrect


FalseDawn

Recommended Posts

Posted

If any of your users get the "cookies need to be enabled" message, I noticed that the text saying how to enable them is wrong - it say on the "security" tab, when it's actually on the "privacy" tab.

 

This might have changed since earlier versions, so I won't moan too much about it... :rolleyes:

Posted
If any of your users get the "cookies need to be enabled" message, I noticed that the text saying how to enable them is wrong - it say on the "security" tab, when it's actually on the "privacy" tab.

 

This might have changed since earlier versions, so I won't moan too much about it... :rolleyes:

I noticed that too, and changed catalog/includes/language/english/cookie_usage.php to read:

 

...

define('NAVBAR_TITLE', 'Cookie Usage');

define('HEADING_TITLE', 'Cookie Usage');

 

define('TEXT_INFORMATION', 'We have detected that your browser does not support cookies, or has set cookies to be disabled.<br><br>To continue shopping online, we encourage you to enable cookies on your browser.');

 

define('BOX_INFORMATION_HEADING', 'Cookies');

define('BOX_INFORMATION', 'Cookies must be enabled to purchase online from BadDog Services & Merchandise, LLC.<br><br>Please enable cookies on your browser.');

?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...