-
Content Count
379 -
Joined
-
Last visited
-
Days Won
4
Everything posted by ThompsonWebDesign
-
It looks like you are using version 7.1 of Squarespace, you should be able to display a cart icon in your header. You will need to click on the header of your website and press edit, you will then need to enable the cart icon. https://support.squarespace.com/hc/en-us/articles/360028367571-Version-7-1-style-and-design-options#toc-header
-
Unfortunately there are only limited stylings that can be applied to the lock screen. https://support.squarespace.com/hc/en-us/articles/205815178-Designing-a-lock-screen
-
7.1 Mobile Nav With Cart Stacking Issue
ThompsonWebDesign replied to ChrisAita's topic in Site Design and Styles
7.1 is a bit buggy at the moment. I would alter support and they will pass the issue onto the development team.- 1 reply
-
- squarespace-7.1
- navigation
-
(and 2 more)
Tagged with:
-
Unable to display image in the home page
ThompsonWebDesign replied to Ramenion's topic in Pages and Content
Have you added thumbnail images to your blog posts? https://support.squarespace.com/hc/en-us/articles/206543727-Blogging-with-Squarespace#toc-add-thumbnail-images -
So the URL of your the order confirmation page is yourwebsite.com/checkout/order-confirmaed but when somebody places an order a more dynamic URL is created and it will look like this. https://thompsonweb.design/checkout/order-confirmed?oid=5d8267a368c1402ec799fa46&authCode=NWQ4MjY3YTM2OGMxNDAyZWM3OTlmYTQ2OjIwMTktMDktMThUMTc6MjE6MzcuNzQ4Wgh_JynainhwKA-jOZusxBm2SiPUDJh4ewo-XxNU4hgW However, if you use the built in Google Analytics tool then Squarespace will automatically pass the order information along to Google Analytics. This information includes. Order ID Your store
- 1 reply
-
- shopping-cart
- commerce
-
(and 2 more)
Tagged with:
-
STYLE FONT CHANGE mobile only
ThompsonWebDesign replied to Gui's question in Coding and Customization
Yes, I have linked to the below blog post which details how to target a specific block. https://www.kayleighnoele.com/blog/how-to-target-edit-and-apply-css-to-a-specific-block-on-squarespace -
STYLE FONT CHANGE mobile only
ThompsonWebDesign replied to Gui's question in Coding and Customization
I'm not really to sure how you want to stye your H2 but you'll need something along the lines of this... @media (max-width:640px){ h2 { font-size:20px!important } } -
Yes, try the below CSS. .Header--top, .Mobile-bar--top { background-image: url(https://static1.squarespace.com/static/5d4c573da7991a00018356bc/t/5dd5ef4cd168ef7c6a901a6b/1574301516774/Untitled+design.jpg); background-size: cover; background-position: center center; }
-
I'm assuming that you're not actually offering the properties for purchase directly off your website. If that is the case I would simply set the price to 0, then depending on which template you are using you can hide the price in the style editor. From there I would manually enter the price into the product overview text. The only real downside I can see is that you won't be able to display the price of the main product overview page, product blocks...
-
Unfortunately Squarespace doesn't support INR. As this is to do with the commerce functionality of Squarespace this can't be adjusted with code. The best thing to do is register a feature request with support for INR support.
-
Since you're using the Brine template you can adjust the mobile breakpoint in the style editor. https://support.squarespace.com/hc/en-us/articles/212838128#toc-mobile
-
Are you able to share a link to your website?
-
Unfortunately you can add code to the checkout page as it is locked down for PCI Compliance. I have however linked to a free plugin by Ghost Plugins which allows you to create an up sell page. https://www.ghostplugins.com/steps/zxncn8gw
-
Hide cart until item has been added/purchased?
ThompsonWebDesign replied to motion's topic in Commerce
Yes. I have linked to a free plugin below from Ghost Plugins which will do what you need. https://www.ghostplugins.com/steps/yuj28gh6 -
Change "Sold Out" text to "Sold"
ThompsonWebDesign replied to Bkeller49's question in Coding and Customization
Yes, I have linked to a support document which details how to customise the sold out text. https://support.squarespace.com/hc/en-us/articles/206540657-Sold-out-products#toc-customize-the-label- 1 reply
-
- supply-template
- commerce
-
(and 1 more)
Tagged with:
-
Edit Post Submit Message on Checkout page
ThompsonWebDesign replied to FreshTracks's topic in Commerce
So the first thing that you will need to do is add the below to your websites global code injection header. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> Next you will need to add the below code to the order confirmation page code injector. You can change the text to whatever you like, change from h3 to p, h1... <div class="email-text"> <h3>An order confirmation email has been sent, please check your junk folder if you have not received the email.</h3> </div> <script> $('.email-text').insertAfter( -
Need to set up shipping regions in Spain
ThompsonWebDesign replied to Stefa's question in Coding and Customization
Unfortunately custom code cannot be added to the checkout page/flow as it is locked down for PCI Compliance. -
Need to set up shipping regions in Spain
ThompsonWebDesign replied to Stefa's question in Coding and Customization
Unfortunately it’s not possible to set shipping regions for Spain. -
Unfortunately you cannot set shipping options based on the type of product or remove a shipping options for a particular type of product. In Squarespace all shipping options have to be applicable to all products. It is unfortunate and I have run into the same issue myself but there is not way around it.
-
The only non-technical way to avoid the credit card section of the checkout flow is to set your products to be free. But this probably isn’t ideal. I believe that @paul2009 has built similar systems in the past to the one that your are trying to build where customs submit an enquiry form from the cart page instead of proceeding to the checkout page. I would recommend getting in contact with Paul.
- 2 replies
-
- commerce
- shopping-cart
-
(and 1 more)
Tagged with:
-
Is there a way to cancel an order to certain zip codes
ThompsonWebDesign replied to rockjim33's topic in Commerce
As @paul2009 said there’s no way to do this automatically. But if you do cancel the orders manually then Squarespace will still keep the order information just like any other order. They will still appear in the orders panel but will be marked as cancelled. -
So it does depend on what template your are switching from and which template you are switching to. Some templates are more SEO friendly then others. As a general rule you should try and maintain everything. This includes page titles, page descriptions, URLs, image captions and image names... If you do this then you shouldn’t really see any noticeable drop. I just recently rebuilt my website which was on version 7.0 of Squarespace and I switched to version 7.1 Squarespace. I did not see a drop in my search engine position but I maintained and preserved everything. I basical
-
Brine: Custom Font for Site Title (Header)
ThompsonWebDesign replied to rfitz's question in Coding and Customization
I've linked to a guide below which talks about how to add a custom font to your website and target specific elements with CSS. This particular guide targets the websites navigation so to target the title you will need to change: .Header-nav--primary .Header-nav-item to .Header-branding https://thirtyeightvisuals.com/blog/custom-font-navigation-items- 2 replies
-
- custom-css
- site-title
-
(and 2 more)
Tagged with:
-
I would look into what services your domain provider offers. I’m with Cloudflare and I know that I can restrict certain pages to specific IP addresses through them. But just be cautious when your restricting page access just by someone’s IP address. Ideally if there is sensitive information on the page you would still want a password.
-
Contributors and payments
ThompsonWebDesign replied to _Tomek_'s topic in Getting Started With Squarespace
No contributors do not need to purchase separate plans, the plan that the owner is subscribed to is in reference to the website itself. Just be aware that if they have subscribed to the Personal plan that the number of contributors is limited to 2. On every other plan you can have an unlimited number of contributors. https://support.squarespace.com/hc/en-us/articles/206537287-Inviting-a-contributor