sssupers Posted February 18, 2021 Posted February 18, 2021 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. Hi, I'm sssupers.
paul2009 Posted February 18, 2021 Posted February 18, 2021 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. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
sssupers Posted February 18, 2021 Author Posted February 18, 2021 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. Hi, I'm sssupers.
paul2009 Posted February 18, 2021 Posted February 18, 2021 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> Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.