Jump to content

paul2009

Circle Community Leaders
  • Posts

    21,551
  • Joined

  • Last visited

  • Days Won

    582

Everything posted by paul2009

  1. On Squarespace you cannot import page content automatically from a data file. You must add content manually.
  2. What kind of data? If you're building an ecommerce site, you can import products from a .csv file.
  3. I am not aware of any plans to change the way this works. However, you can request this as a feature by raising a support ticket through Squarespace Customer Support.
  4. Thanks for clarifying the issue. There isn't a way to enforce a minimum order value on shipped orders and not enforce it on local pickup orders. Some thoughts on workarounds that may or may not help: If you are on the Commerce Advanced plan and you offer free delivery on orders over $200 then you can create an automatic discount for "free shipping over $200". You could then have a high shipping charge for shipped orders that don't meet this threshold. You could use some code to add messaging to the cart page explaining that your minimum order value rule applies to shipped orders. However, it will still be possible for users to ignore this advice and place orders under this value with shipping selected. This could result in additional payment processing fees (as they are payable even when an order is cancelled) and additional admin. Did this help? Please give feedback by clicking an icon below ⬇️
  5. I am not sure that I understand your question. Squarespace has a feature that allows you to set a minimum order amount for the checkout subtotal. Shoppers can't place an order until they meet that minimum value. Does this meet your needs? If it doesn't can you explain the issue in a little more detail. A link to your site may help to provide us with more context 🙂. Did this help? Please give feedback by clicking an icon below ⬇️
  6. It will depend on the way you are displaying the images. Please share a working link to the page so that we can take a look. If you are unsure how to provide this, please see How to Post a Forum Question.
  7. The Squarespace Cart loads as a separate page. However there's a third party Custom Cart Slide Out plugin (affiliate link) available from Squarewebsites.
  8. The records like fine and the 7.1 site is working when I visit the URL.
  9. Please share the site’s URL with the community. By default, it isn't included in the public post.
  10. It will be difficult for the community to offer advice if we cannot visit the checkout ourselves. Can you share a working link to a product on the site? Alternatively, please contact Squarespace Customer Support for help with this issue. Did this help? Please give feedback by clicking an icon below ⬇️
  11. Instead of trying to forward the domain, I recommend that you connect the old domain to Squarespace instead of forwarding. Please see Maintaining your online presence after changing your domain. The old domain will then automatically redirect to the new domain, helping return visitors and search results to reach your new domain. Did this help? Please give feedback by clicking an icon below ⬇️
  12. You can use something similar to the workaround I provided above. If this isn't working for you, please share site password for your site so that we can view it.
  13. On Squarespace you cannot edit a .htaccess file, but you shouldn't need to do this. If things aren't working correctly, please provide us with details of the issue(s), including full details of the domains and links that aren't working. Did this help? Please give feedback by clicking an icon below ⬇️
  14. If your product details page (PDP) uses the "Simple" layout, you can choose to display product variants as buttons instead of a drop-down menu. To learn more, visit Styling store pages. You can style the buttons further using Custom CSS. Did this help? Please give feedback by clicking an icon below ⬇️
  15. @Wafflegirl It depends where you want to add the button. If you want to add it to an individual Event, you can add a Button Block or, if you want them to add to the cart/checkout directly from this button, you can add a Product Block. However, if you want to add a button to the excerpt that is shown on the Event List page you can add a link to the Excerpt. You can make the link look like a button by adding some Custom CSS. The exact CSS will depend on the styling you require. If you provide us with a working link to a page on your site where we can see a button, we can suggest some CSS 🙂. Did this help? Please give feedback by clicking an icon below ⬇️
  16. The workaround I provided above must be added to the Code Injection panel for the Order Status Page (in Website > Pages > Website Tools > Code Injection). It won't work if added to the Custom CSS panel 🙂. Did this help? Please give feedback by clicking an icon below ⬇️
  17. You should be able to resolve this by opening the Site Styles panel (paintbrush icon in the top right) and setting the Line Height correctly for the Site Title Font. It looks like it is set to .1em currently. Try .9em as a starting point: Did this help? Please give feedback by clicking an icon below ⬇️
  18. There isn't a solution to this yet. Squarespace Commerce does not support Point of Sale (POS) outside the US. You can use a third party service to synchronise inventory with a limited number of third party POS solutions but this does involve inventories on two platforms. This isn't possible yet either. Third party APIs are not supported. At the moment there's a very limited carrier-calculated shipping feature but it is only available in the US where it doesn't offer value for money (carrier rates are retail rates, not the negotiated rates being offered directly by carriers). Obviously this is not ideal but I hope the transparency is helpful. Did this help? Please give feedback by clicking an icon below ⬇️
  19. If the invited contributor isn't receiving your invitation email, you can click their contributor profile under Invites Sent and copy the Invitation Link. You can then send this manually using your own email. Did this help? Please give feedback by clicking an icon below ⬇️
  20. Here's the answer: Firefox has a great tool to inspect fonts used on a webpage. Just open the Inspector tool, select the <body> element and select the Fonts tab in the sidebar 🙂. Did this help? Please give feedback by clicking an icon below ⬇️
  21. @loiremontgolfieres This is because the CSS that you've added to the Custom CSS panel, to style the business bar, won't be loaded with the Order Confirmation page. This leaves the business bar unstyled. You should be able to resolve this by manually adding the relevant CSS (placed within style tags) into the Order Confirmation Code Injection panel. For example: <style> .business-bar-wrapper { background-color: #4e559b; padding: 10px 4vw } .business-bar { align-items: center; color: #fff; display: flex; justify-content: flex-end; margin: 0 auto; max-width: 1440px; font-weight: bold } .business-bar a { color: #fff; text-decoration: none; font-family: 'Clarkson'; font-size: .87em; } .business-bar img { margin-right: 8px; max-width: 20px; vertical-align: middle } .business-bar--left,.business-bar--right { width: 20% } .business-bar--right { text-align: right } .business-bar--left p { margin: 0 } </style> When the CSS is included, it should style the bar correctly, like this: Did this help? Please give feedback by clicking an icon below ⬇️
  22. You should be able to prevent users clicking an unlinked List Item Button with the following Custom CSS: /* Prevent users clicking empty buttons in List Items */ a.list-item-content__button[href=""] { pointer-events: none; } Did this help? Please give feedback by clicking an icon below ⬇️
  23. The Storage Options for the Promotional Popup include Email Campaigns, Mailchimp and a spreadsheet in Google Drive: There isn't an option to connect it directly to Zapier like there is on Form Blocks, Newsletter Blocks, and Cover Page Forms but you could send the data to a Google sheet and then connect Zapier to look for new rows 🙂. Did this help? Please give feedback by clicking an icon below ⬇️
×
×
  • 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.