sssupers 2,481 Share Posted February 18 Hi there, before clients get a confirmation MAIL, a confirmation PAGE is shown which needs to be rewritten to match correct German language. WHERE can I find that wording? Thanks for any hint. Link to post
1 paul2009 30,136 Solution Share Posted February 18 Add the following to Settings > Advanced > Code Injection > Order Confirmation Page: <script> window.addEventListener('DOMContentLoaded', (event) => { if (document.querySelector("#confirmed-page")) { document.querySelector("#confirmed-page").innerHTML = document.querySelector("#confirmed-page").innerHTML.replace("Deine Bestellung","Ihre Bestellung"); } }); </script> sssupers 1 Hi, I'm Paul, founder of SF Digital, building the features that Squarespace didn't include™.I value honesty, integrity, transparency and respect. Links in my posts may refer to SF Digital products or may be affiliate links.I ♥ Squarespace. I've been a loyal and enthusiastic supporter of the platform since 2007. Link to post
0 paul2009 30,136 Share Posted February 18 The text on the Order Confirmation is fixed. It’s stored in an area that you cannot access. However, you may be able to use code to change it, depending on what you need to modify. You can add code in Settings > Advanced > Code Injection > Order Confirmation Page. Hi, I'm Paul, founder of SF Digital, building the features that Squarespace didn't include™.I value honesty, integrity, transparency and respect. Links in my posts may refer to SF Digital products or may be affiliate links.I ♥ Squarespace. I've been a loyal and enthusiastic supporter of the platform since 2007. Link to post
0 sssupers 2,481 Author Share Posted February 18 (edited) Hi Paul, it says "Deine Bestellung" and should be "Ihre Bestellung" as we're separating people we call DU = colloquial and SIE = formally in German language. Edited February 18 by sssupers Link to post
Question
sssupers 2,481
Hi there, before clients get a confirmation MAIL,

a confirmation PAGE is shown which needs to be rewritten to match correct German language.
WHERE can I find that wording? Thanks for any hint.
Link to post
Top Posters For This Question
3
2
Popular Days
Feb 18
5
Top Posters For This Question
sssupers 3 posts
paul2009 2 posts
Popular Days
Feb 18 2021
5 posts
Popular Posts
paul2009
Add the following to Settings > Advanced > Code Injection > Order Confirmation Page: <script> window.addEventListener('DOMContentLoaded', (event) => { if (document.querySelecto
Posted Images
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment