Add Text to the Shopping Cart Page in Squarespace

Do you want to add some more text or instructions for your customers on the Squarespace Shopping Cart page? Here’s how with some simple code.


Before

Add-Text-to-the-Shopping-Cart-Page-in-Squarespace---Before.jpg

After

Add-Text-to-the-Shopping-Cart-Page-in-Squarespace---After.jpg

The JavaScript

Copy and paste the following code into SETTINGS → ADVANCED CODE INJECTION → FOOTER. Change the “Thank you for shopping at Adytic Marketing.” sentence to anything you want to display.

If you want the text to appear after the cart items instead of before, change the prependTo into appendTo.

<script> $( document ).ready(function() { // You change change the text you want to display in the below line var yourText = "Thank you for shopping at Adlytic Marketing."; $("<p>" + yourText + "</p>").prependTo("#sqs-cart-root"); }); </script>
Vigasan

Hey! I’m Vigasan and I love the Internet. I have a Bachelor of Science in Computing Systems with a double specialization in Computer Science and Software Engineering. I’ve been creating websites and working with social media since 2014 and have created over 200 Squarespace websites so far.

https://www.adlyticmarketing.com/
Previous
Previous

Show Gallery Titles as an Overlay on Hover in Squarespace

Next
Next

Remove "Select" from Product Variant Dropdown in Squarespace