Jump to content

Order confirmation needs a fix

Go to solution Solved by paul2009,

Recommended Posts

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

About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥.
Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. 
Content: Links in my posts may refer to SF Digital products or may be affiliate links.
If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too.

Link to comment
  • Solution

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>

 

About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥.
Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. 
Content: Links in my posts may refer to SF Digital products or may be affiliate links.
If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.