Skip to content

Commit

Permalink
fix: billing address overwrites shipping address when copy flag is set (
Browse files Browse the repository at this point in the history
#510)

* fix(theme): don't redirect with empty cart on thank-you step during the checkout

* fix(theme): fix on billing step when address for shipping and billing are the same

When addresses are the same, hide the form on the billing-step so users can't fill in a new address

* chore(theme): added missing translations
  • Loading branch information
KevinGorjan authored and Frodigo committed Feb 15, 2022
1 parent 156dfec commit 0dbee96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/theme/lang/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default {
"Forgot Password Modal Email": "E-Mail, mit der Sie sich anmelden:",
"forgotPasswordConfirmation": "Vielen Dank! Wenn ein Konto mit der E-Mail-Adresse {0} registriert ist, finden Sie in Ihrem Posteingang eine Nachricht mit einem Link zum Zurücksetzen des Passworts.",
"Forgotten password?": "Passwort vergessen?",
"Go back": "Go back",
"Go back": "Geh zurück",
"Go back shopping": "Zurück einkaufen",
"Go back to shop": "Zurück zum Einkaufen",
"Go to checkout": "Zur Kasse gehen",
Expand Down Expand Up @@ -88,6 +88,7 @@ export default {
"Manage shipping addresses": "Alle gewünschten Versandadressen verwalten (Arbeitsplatz, Privatadresse ...) Auf diese Weise müssen Sie die Versandadresse nicht bei jeder Bestellung manuell eingeben.",
"Match it with": "Kombiniere es mit",
"Men fashion": "Herrenmode",
"My billing and shipping address are the same": "Meine Rechnungs- und Lieferadresse sind identisch",
"My Cart": "Mein Warenkorb",
"No account": "Sie haben noch keinen Account?",
"or": "oder",
Expand Down

0 comments on commit 0dbee96

Please sign in to comment.