View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004508 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2012-09-11 14:13 | 2012-12-10 14:16 |
Reporter | simon_stark | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.6.4 revision 49061 | ||||
Fixed in Version | 4.8.0_5.1.0_beta1 | ||||
Summary | 0004508: Newsletter subscriptions are mall-wide when "Allow users from other shops" is active | ||||
Description | When "Allow users from other shops" is active, newsletter subscriptions of registered customers are mall-wide. | ||||
Steps To Reproduce | - Make sure "Allow users from other shops" is checked. - As a logged in customer, go to your Account settings in subshop #1 via frontend and subscribe to the newsletter. - Go to subshop #2, log in, and check out your account settings: you are subscribed to the newsletter of subshop #2. | ||||
Tags | Subshops | ||||
Theme | |||||
Browser | |||||
PHP Version | |||||
Database Version | |||||
|
I think this also applies to non-registered users who subscribe to the newsletter only in one (sub)shop. Then they will also be subscribed to newsletters of (all?) other subshops. But I am not sure about that. Could somebody else verify this? |
|
As it was not checking at all if user was subscribing to specific shop, database was changed so that in EE version after update all users will be subscribed ONLY to base shop (with id=1). In CE and PE versions it will have no effect, as there are no subshops. We will consider launching this fix for 4.6 version. |