Jump to content

Change Empty Shopping Cart Text

Go to solution Solved by tuanphan,

Recommended Posts

@TeddyMc

Quote

Header Title: Your Cart 

Please see the following.

I believe the other changes you want to make are already covered by paul2009 and me in previous posts in this thread.

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
  • 1 month later...

Hello! I added this to the Custom CSS, but now I don't have the Continue shopping as a link to the shop. Would you be able to help me with that, please, so that it looks like this: 'Your shopping cart is empty. Continue shopping here.' where the continue shopping is a link? Thank you so much in advance!

Here is a link to the page if it helps!

https://www.theempoweredwomanrises.com/cart

On 9/24/2021 at 7:27 AM, paul2009 said:

Add the following Custom CSS:

.empty-message {
   visibility: hidden;
}
.empty-message:before {
   visibility: visible;
   content: "Your custom empty cart message";
}

Note that you'll need to save the CSS and then refresh the page to see the changes.

  If this post has helped you, please click an icon below  ⬇️

 

Link to comment
On 11/1/2021 at 2:16 PM, creedon said:

@TeddyMc

Please see the following.

I believe the other changes you want to make are already covered by paul2009 and me in previous posts in this thread.

Let us know how it goes.

Thank you so much! That really helped! Can I trouble you for another question - is there a way to edit the 'Continue Shopping' text to say 'Add products from the Courses & Merchandise page.' where I can link the url for the underlined part? Thank you so much in advance!

Here's what I have so far:

 

/*

  begin change cart empty message
  
  Version     : 1.0
  
  SS Versions : 7.0, 7.1
  
  By          : Thomas Creedon < http://www.tomsWeb.consulting/ >
  
  */
  
  #cart {
  
    --empty-message : 'Your shopping cart is empty.';
    
    }
    
  /* do not change anything below, there be the borg here */
  
  .empty-message > span {
  
    display : none;
    
    }
    
  .empty-message::before {
  
    content : var( --empty-message );
    
    }
    
  /* end change cart empty message */

#cart [data-test="continue-shopping-link"] span {

  text-decoration: underline;
  
  }

Link to comment
1 hour ago, PreetiPugatch said:

is there a way to edit the 'Continue Shopping' text to say 'Add products from the Courses & Merchandise page.' where I can link the url for the underlined part?

Please see the following.

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

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.