View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000424 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2008-12-05 11:17 | 2012-12-10 14:38 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.0.0.2 revision 14842 | ||||
Summary | 0000424: no message in front end when cookies are disabled | ||||
Description | With disabled cookies, no message appears in front end. The only effect is that the basket is flushed. How to reproduce: - disable cookies in your browser - call up the shop front end - put something into the basket - put another article into the basket --> basket is flushed Until we handle fallback if cookies are disabled, hand out a message. For messages text see in the notes below. | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
|
Message draft: Warning: Your browser does not accept script cookies. You won't be able to work properly with the eShop until you enable cookies in your web browser. |
|
Message draft DE: Ihr Browser akzeptiert keine Cookies. Bitte akzeptieren Sie Cookies, damit Sie mit dem eShop arbeiten können. |
|
there is an option $this->blSessionEnforceCookies = 1 in config.inc.php: 1) If this option is on and user tries to order something or to loggin without cookies, he will be redirected to start page and gets message "We are sorry. This action requires cookie support. Please enable cookies, or use a cookie-enabled browser to access our site." 2) If this option is off, user can order and loggin, but there no message will be displayed. Is it ok? |
|
Perfect, I love that solution! I would be glad if the shop would be delivered with $this->blSessionEnforceCookies = 1 in config.inc.php by default. |
|
Option $this->blSessionEnforceCookies is ON by default |