Daniel19 Posted September 10, 2019 Share Posted September 10, 2019 Hello! Any skilled people out there how know how I can translate the following text written at the shopping cart page? (Indigo) When the shopping cart is empty, it is written "you have nothing in your shopping cart. Continue shopping". I want to translate that text. Greetings from Norway :) Link to comment
tuanphan Posted September 10, 2019 Share Posted September 10, 2019 @Daniel19 Can you share url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
paul2009 Posted September 10, 2019 Share Posted September 10, 2019 This can be changed with code, but you will still have an English checkout, and no way to change it. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
Daniel19 Posted September 10, 2019 Author Share Posted September 10, 2019 Thanks for replies! Here's the url: https://turtle-heptagon-6kbh.squarespace.com/config/ Link to comment
Daniel19 Posted September 10, 2019 Author Share Posted September 10, 2019 Thanks for replies! Here's the url: https://turtle-heptagon-6kbh.squarespace.com/config/ Link to comment
tuanphan Posted September 10, 2019 Share Posted September 10, 2019 @Daniel19 Add to Home > Design > Custom CSS .empty-message { visibility: hidden; } .empty-message:before { content: "New Shop text"; visibility: visible; color: #333; font-size: 18px; font-family: futura-pt; } Reference: https://beaverhero.com/indigo-template-squarespace/#TranslateyouhavenothinginyourshoppingcartContinue_shopping Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Daniel19 Posted September 10, 2019 Author Share Posted September 10, 2019 Thank you so much! You are awesome :) Link to comment
tuanphan Posted September 10, 2019 Share Posted September 10, 2019 @Daniel19 ... You can Accept Answer if it worked. Thanks Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.