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

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, 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

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, 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 me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

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.