Jump to content

Order confirmation needs a fix

Recommended Posts

Posted

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.

356087754_ScreenShoton2021-02-18at095530.thumb.jpg.109bdb185220f2c0b0bd6f68ba96e0f4.jpg
 


 1634774572_ezgif.com-gif-maker(12).gif.3836570d51f5ebc97283d974ac23db3b.gifHi, I'm sssupers.
 

  • Replies 4
  • Views 482
  • Created
  • Last Reply
Posted

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.

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.