Jump to content

anthony-onlineiseasy

Circle Member
  • Posts

    45
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by anthony-onlineiseasy

  1. On 4/19/2023 at 1:03 AM, paul2009 said:

    Check the settings Language and Region panel in the Settings menu. If you country is set to Australia, it will default to "$" as this would be the correct symbol within the country. If you choose a different language, it will display as "A$". You can test this out in the panel:

    image.thumb.png.9093ddfec4f480a145938cc99f49e14c.png

    If you require the currency code AUD instead of A$ then you'll need to do this with code.

    Did this help? Please give feedback by clicking an icon below  ⬇️

    The preference is for AUD$, is the code for this straight forward or complicated?  Does changing the region impact SEO or shipping calculations?

  2. My client needs an awards entry form on their website and there's lots of options (SQSP internal, JotForm, Snapforms, etc.). The form is long and it's like the person filling it in will need more than one sitting, so there needs to be a login and save capability. There is no payment required, just the form. Ideas and input gratefully received. Thanks SQSP community.

  3. On 3/8/2021 at 2:17 PM, bangank36 said:

    There are at least 3 styles of format date on the same site!

    image.thumb.png.a0c7ba8eca7aec70aa5f2c2d6fd56998.png

    Please add this snippet into Settings->Advanced->Code Injection to format the date the way you like it

    <!-- Fix inconsistent blog date format on Squarespace 7.1 template -->
    <!-- Squarespace Forum 03-08-2021 -->
    <script src="https://stevenlevithan.com/assets/misc/date.format.js"></script>
    <script>
    	document.addEventListener('DOMContentLoaded', function() {
          var dateformat = "mm-dd-yyyy";
          var pubdate = document.querySelectorAll("time[datetime]:not([class*=event-time]), time[pubdate], time.blog-meta-item--date");
          for (var i = 0; i < pubdate.length; i++) {
              var d = new Date(pubdate[i].getAttribute("datetime") || pubdate[i].innerText);
              if ( pubdate[i].classList.contains('blog-meta-item--date') ) {
                  d = new Date(document.querySelector('[itemprop="datePublished"]').getAttribute("content").split("T")[0]).getAttribute("content");
              }
              pubdate[i].innerHTML = d.format(dateformat); 
          }
      });
    
    
    </script>

    The variable dateformat currently set with "mm-dd-yyyy", but you can change to different format (reference here)

    These are some more format that supported:

    "mm-dd-yyyy" --> 02-25-2021

    "dd-mm-yyyy" --> 25-02-2021

    "mm/dd/yyyy" --> 02/25/2021

    "mmm dd yyyy" --> Feb/25/2021

    Thank you!

  4. 21 hours ago, RickSegal said:

    Greetings from Vancouver Island, BC.  Hope everyone is staying safe.

    I've got the Square Point of Sale (this beautiful stand unit and the mag reader) and I've signed up for Squarespace thinking, okay, these can either be stand alone or you can use them both.  We're setting up our fish & chips place to accept online orders for takeout, spacing people out to come get it, the usual.  It appears the squarespace site can reasonably do this, accept prepayments, etc.  It also appears the whole this is not really set up as a restaurant management system with tickets to the kitchen and the like. But I'll figure all that out later.

    The biggest issue is that it appears to me that the POS and the site don't actually talk to each other or work together in any way.  I'm looking to confirm if I have this right.

    • After you set up your squarespace website with a menu/pricing/ordering, you have to do the exact same thing on the POS in the case of a walk up placing an order. I have to use the iPad app to make the menu items, variations, pricing, etc. all over again and can't just bring the website over or the menu anyway.  Not the end of the world, I just want to stop trying to do what can't be done.  I see there is a mobile/iPad app to manage the website/orders, etc.  But I was hoping for a total solution.
    • Weebly by Square.  Is that the integrated choice or a better choice?
    • Does anyone know if there is a specific template or custom work that has been done for the restaurant industry that covers ordering, tickets to the kitchen, etc.

    It is going to be a fun weekend getting all this going and ready.  As a side note the packaging for the Square Stand is stunning, well done!

    Thanks for any feedback/comments.

    Rick 

    Weebly, while now owned by Square and sales integration is good, product/stock integration is still not great. It's still 2 databases and they don't sync. I'll be curious to hear your experince of it after you've run it awhile. As I'm in Australia, we don't have yet ... would love to know if/when it's rolling out in Australia?

×
×
  • 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.