Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: newsletter subscription #1523

Merged
merged 26 commits into from
Feb 27, 2024
Merged

feat: newsletter subscription #1523

merged 26 commits into from
Feb 27, 2024

Conversation

LucasHengelhaupt
Copy link
Contributor

@LucasHengelhaupt LucasHengelhaupt commented Oct 19, 2023

PR Type

[x] Feature

Precondition:
In the channel preferences of the ICM back office an e-mail marketing provider is configured.

What Is the New Behavior?

The registered user can subscribe to the newsletter service at the registration page and can change this subscription in the account profile settings.
This functionality is not available for unregistered storefront visitors.

Does this PR Introduce a Breaking Change?

[x] No

Other Information

Review and testing information:
In the b2c channel the newsletter subscription feature is currently switched off, in the b2b channel the feature is switched on

AB#90374

@SGrueber SGrueber marked this pull request as draft November 20, 2023 12:42
@LucasHengelhaupt LucasHengelhaupt added the feature New feature or request label Nov 30, 2023
Copy link
Collaborator

@SGrueber SGrueber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls rebase your branch before you continue

src/app/core/facades/account.facade.ts Show resolved Hide resolved
src/app/core/services/newsletter/newsletter.service.ts Outdated Show resolved Hide resolved
src/app/core/facades/account.facade.ts Show resolved Hide resolved
src/app/core/store/customer/user/user.actions.ts Outdated Show resolved Hide resolved
@SGrueber SGrueber added this to the 5.1 milestone Feb 19, 2024
@SGrueber SGrueber requested a review from a team February 19, 2024 09:38
Copy link

Azure Demo Servers are available:

@SGrueber SGrueber marked this pull request as ready for review February 19, 2024 10:54
Copy link

Azure Demo Servers are available:

@mglatter
Copy link
Contributor

FR localization will follow

mglatter
mglatter previously approved these changes Feb 21, 2024
iwiederhold
iwiederhold previously approved these changes Feb 21, 2024
Copy link

@iwiederhold iwiederhold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok from VD perspective. THX.

schadii
schadii previously approved these changes Feb 21, 2024
"subscriptions.not_subscribed": "non abonné",
"subscriptions.recipient.already_subscribed.error": "Vous vous êtes déjà inscrit au bulletin d’information.",
"subscriptions.subscribed": "abonné",
"subscriptions.subscription_not_found.error": "Aucun abonnement à la newsletter n’a été trouvé.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still need to check this one, has been overlooked so far...

"subscriptions.not_subscribed": "not subscribed",
"subscriptions.recipient.already_subscribed.error": "You have already subscribed to the newsletter.",
"subscriptions.subscribed": "subscribed",
"subscriptions.subscription_not_found.error": "No newsletter subscription found.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Being worked on...

mglatter
mglatter previously approved these changes Feb 23, 2024
Copy link
Contributor

@mglatter mglatter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Localization is fine now

Copy link

Azure Demo Servers are available:

@SGrueber SGrueber merged commit 68c0bc5 into develop Feb 27, 2024
23 checks passed
@SGrueber SGrueber deleted the feat/newsletter-subscription branch February 27, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants