View Issue Details

IDProjectCategoryView StatusLast Update
0004838OXID eShop (all versions)1.03. Basket, checkout processpublic2013-03-08 09:47
Reporterray Assigned To 
PriorityhighSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version4.7.2 / 5.0.2 revision 53018 
Fixed in Version4.6.7 
Summary0004838: existing newsletter subscription resettet automatically while checkout step 2
DescriptionIt was reported in forums, that while checkout the already existing subscription of customers with account is resetted automatically and a new opt-in-email is sent.
I donĀ“t think this makes sense for existing subscriptions, altough it makes sense to check the once given subscription and have the possibility to remove it (or set it) if desired.
Steps To Reproduce1.login to shop and subscribe to newsletters.
2. Add product to the basket and go to check out.
3. After 2nd order step is passed, you will get a letter about newsletter subscription.
Additional Informationhttp://forum.oxid-esales.com/showthread.php?p=112872
TagsNewsletter
ThemeAzure
BrowserAll
PHP Versionany
Database Versionany

Activities

aurimas.gladutis

2013-01-29 14:51

reporter   ~0008348

Last edited: 2013-01-29 14:51

change application/components/oxcmp_user.php line 617 in _changeUser_noRedirect() method:
// check if email address changed, if so, force check news subscription settings.
$blForceCheckOptIn = ( $aInvAdress['oxuser__oxusername'] !== null && $aInvAdress['oxuser__oxusername'] !== $sUserName );

ray

2013-03-08 07:36

reporter   ~0008490

reopened - it was reported in forums, that the fix was not included in 4.7.3 / 5.0.3

quote: "Target Version 4.7.3 5.0.3 revision 54408"

Linas Kukulskis

2013-03-08 09:47

reporter   ~0008491

it is included in 5.0.4 release.