Jump to content

CharlieJIN

Member
  • Posts

    3
  • Joined

  • Last visited

CharlieJIN's Achievements

Level 2

Level 2 (2/20)

0

Reputation

  1. Hi I have set my site with passcode: cape https://cat-fish-xrta.squarespace.com/ Thanks!
  2. Site URL: https://cat-fish-xrta.squarespace.com/ Hello guys, since I have embedded Commerce7 to Squarespace, I copied and pasted the installation code as Commerce7 guide below, but it seems the Login and Cart are not displaying correctly as I expect them to show on the right side aligned. I would appreciate any help about css code to correct this issue. Thank you! <!-- Adds the Commerce7 styles --> <link href="https://cdn.commerce7.com/v2/commerce7.css" rel="stylesheet"> <!-- Adds Commcerce7 widgets for the cart and customer account login --> <script type="text/javascript"> document.addEventListener('DOMContentLoaded', function(event) { var node = document.createElement('div') var accountNode = document.createElement('div') accountNode.id = 'c7-account' node.appendChild(accountNode) var cartNode = document.createElement('div') cartNode.id = 'c7-cart' node.appendChild(cartNode) var header = document.getElementsByTagName('header')[0] header.appendChild(node) }) </script> <!-- Tells Commerce7 which account to connect to --> <script type="text/javascript" src="https://cdn.commerce7.com/v2/commerce7.js" id="c7-javascript" data-tenant="tenantId"> </script>
×
×
  • 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.