Jump to content

How to change cart page "Shopping Cart" and "Checkout" text?

Go to solution Solved by Beyondspace,

Recommended Posts

Hi there, is there a way to change the "Shopping Cart" and "Checkout" text in the cart of a Squarespace 7.1 site. using code? I can't find an official way to do this. My client wants to change them to "Quote" and "Submit for Quote," since they think using terms related to shopping will make people uncomfortable and less likely to place an order lol.

Screen Shot 2023-02-21 at 7.27.17 PM.png

Link to comment
  • Solution
2 hours ago, TheDomino said:

Hi there, is there a way to change the "Shopping Cart" and "Checkout" text in the cart of a Squarespace 7.1 site. using code? I can't find an official way to do this. My client wants to change them to "Quote" and "Submit for Quote," since they think using terms related to shopping will make people uncomfortable and less likely to place an order lol.

Screen Shot 2023-02-21 at 7.27.17 PM.png

You can try adding to Home > Design > Custom Css

[aria-label="Shopping Cart"]:after {
  content: 'Quote';
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
}

[aria-label="Shopping Cart"] {
  visibility: hidden;
  position: relative;
}

[aria-label="Checkout"]:after {
  content: 'Submit for Quote';
  visibility: visible;
  color: #ccc;
  padding: 1.2rem 2.004rem;
  background-color: var(--primaryButtonBackgroundColor);
  position: absolute;
  right: 0;
}

[aria-label="Checkout"] {
  visibility: hidden;
  position: relative;
}

Support me by pressing 👍  or marking as solution if this useful for you

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

Link to comment

My testing

image.thumb.png.5f0bcae97e77ee23f2d33c5ce42c04a6.png

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

Link to comment
On 2/22/2023 at 3:31 AM, TheDomino said:

is there a way to change the "Shopping Cart" and "Checkout" text in the cart of a Squarespace 7.1 site. using code? My client wants to change them to "Quote" and "Submit for Quote,"

CSS can change the labels, but it won't change the functionality of the cart - it will still direct users to the checkout where Squarespace will prompt for online payment.

Your client can have a quotation solution by adding our Wishlist Extension to their Squarespace website. Products can have an Add to Quote button that adds the products to a Quote Request page where they can be submitted via a form. Your client will then receive this by email 🙂

image.thumb.png.829ff14146ee70c9cf0e951a1389c44b.png

Did this help? Please give feedback by clicking an icon below  ⬇️

 

 

About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.
Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. 
Content: Links in my posts may refer to SF Digital products or may be affiliate links.

Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!
If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.
Improve your online store with our extensions.

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.