Jump to content

change text of "buy now [en]/Kaufen [de]" button

Recommended Posts

Site URL: https://www.christianthiess.com/shop

Dear who can help me!

According to Austrian law I need to change the button text of my "Kaufen" button (translates to "buy now" in English). It needs to show "Zahlungspflichtig bestellen".

Unfortunately I cannot imagine that I'm the only Austrian Squarespace shop that has this problem unsolved, but I cannot figure out how to change the text.

May I kindly ask for help!

thank you, best regards, Christian

Link to comment
  • Replies 5
  • Views 505
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

thank you for your reply. unfortunately it seems that I haven't described my problem the way I should have.

I do not mean the button to add a product to the cart, I mean the button to buy the items in the cart after the payment process where it says "buy" (or similar). lets say the final step in the buying process.

Link to comment
  • 1 year later...

Hey. I'm also from germany and i had to place a text like "Zahlungspflichtig bestellen".
After some researche is find a solution with costum CSS.

Go to Design -> Costum CSS -> and add the following CSS Code

 

/* Text before "Kasse */

.cart-checkout-button:before {
  content:'Zahlungspflichtig bestellen - ';
}

/* Text after "Kasse" */

.cart-checkout-button:after {
  content:'Zahlungspflichtig bestellen - ';
}

I hope that fix your problem

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.