TheDomino Posted February 22 Share Posted February 22 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. Link to comment
Solution Beyondspace Posted February 22 Solution Share Posted February 22 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. 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 TheDomino 1 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 pluginIf 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
Beyondspace Posted February 22 Share Posted February 22 My testing 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 pluginIf 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
paul2009 Posted February 25 Share Posted February 25 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 🙂 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment