View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004838 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2013-01-11 09:09 | 2013-03-08 09:47 |
Reporter | ray | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.2 / 5.0.2 revision 53018 | ||||
Fixed in Version | 4.6.7 | ||||
Summary | 0004838: existing newsletter subscription resettet automatically while checkout step 2 | ||||
Description | It 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 Reproduce | 1.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 Information | http://forum.oxid-esales.com/showthread.php?p=112872 | ||||
Tags | Newsletter | ||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
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 ); |
|
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" |
|
it is included in 5.0.4 release. |