Jump to content

Poszata

Member
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Poszata's Achievements

  1. Also Weglot (https://www.weglot.com/guides/squarespace-multilingual-site, which is the supported extension for mulit language sites) does not translate the checkout process.. "And, if you have an ecommerce Squarespace site, your checkout cannot be translated which takes away any user-friendly aspects you were hoping to build with a multilingual website – especially from an ecommerce point of view. As well as your checkout, any automatic emails sent from your website will remain in your original site language."
  2. But Hungarian is not in the list as I mentioned it above. "So the issue is settings->Site Languages does not support Hungarian"
  3. So the issue is settings->Site Languages does not support Hungarian, but I need Hungarian most of my clients does not speak anything else. Also we are not part of the EUR zone so it would be nice to have HUF as the currency... but one problem at a time... I can change some of the text by indejcting js to my site, but there is just to much to change at this point. Login and the pop up login windows? The whole part of the Checkout? The cart? So is there a way to get access to the base code of my site and just change it? I imagine these texts originate from somewhere in the code, so I should be able to hardcode them? What should I do? How to change these to hungarian if squarespace does not support them?
  4. Okey.. odd... so I just closed the code editor on squarespace and it worked...
  5. I tried using JS, even got some code from chatgpt... document.addEventListener("DOMContentLoaded", function() { var selectElements = document.querySelectorAll('select[aria-label="Select Size"]'); selectElements.forEach(function(selectElement) { var defaultOption = selectElement.querySelector("option[value='']"); if (defaultOption) { defaultOption.textContent = "Válassz méretet"; } }); }); Want to change the default value of the dropbow/comboboxes so it could be hungarian... and nothing happens.. I even tried to use getelementbyid and use the id and there is no change... I could manage to change the text on the button but not the combobox...
  6. Also same issue at checkout and while looking at cart
  7. How should I change these to hungarian? It is not supported via settings->language I know some html/css is there a way maybe to resolve this by code? I really need this, because lots of hungarian ppl do not speak English also it is odd that everything else is in hungarian. Not to trustworthy...
×
×
  • 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.