-
Notifications
You must be signed in to change notification settings - Fork 86
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
Conversation
...registration/formly/registration-newsletter-field/registration-newsletter-field.component.ts
Outdated
Show resolved
Hide resolved
...gistration/formly/registration-newsletter-field/registration-newsletter-field.component.html
Outdated
Show resolved
Hide resolved
...gistration/formly/registration-newsletter-field/registration-newsletter-field.component.html
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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
275ab0a
to
13d2b63
Compare
13d2b63
to
3df4409
Compare
Azure Demo Servers are available: |
Azure Demo Servers are available: |
FR localization will follow |
There was a problem hiding this 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.
229a0c3
src/assets/i18n/fr_FR.json
Outdated
"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é.", |
There was a problem hiding this comment.
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...
src/assets/i18n/en_US.json
Outdated
"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.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Being worked on...
There was a problem hiding this 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
Azure Demo Servers are available: |
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