View Issue Details

IDProjectCategoryView StatusLast Update
0001574OXID eShop (all versions)3.1. Design, GUI, UXpublic2010-08-27 15:45
ReporterGroupie Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.2.0 revision 23610 
Summary0001574: Shop-Logo-Link: Session gets lots if cookies are turned off
DescriptionIf cookies are turned off and you put a product into the shopping cart, the session gets lost, if you click on the Shop-Logo-Link in the header. The session-ID is not automatically appended with this link.
Additional InformationMy proposal for a solution is:
In the "_header.tpl" file change the line
<a class="logo" href="[{ $oViewConf->getBaseDir() }]">
to this line
<a class="logo" href="[{ $oViewConf->getHomeLink() }]">
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

dainius.bigelis

2010-01-21 09:06

reporter   ~0002293

@Developers: I cannot reproduce this bug. But as solution for this case is suggested - please check if this case from source code side and implement if needed.

sarunas_valaskevicius

2010-08-27 15:45

reporter   ~0003448

it is already fixed as proposed in version 4.4.2