Jump to content

jacobtdb

Circle Member
  • Posts

    42
  • Joined

  • Last visited

Posts posted by jacobtdb

  1. Does anyone knows if it is possible to send Orders in custom XML format via email? 

     

    On Shopify i found some apps, like Exporteo,  to do this job. But nothing in Squarespace. 

    Hope that someone could help 😀

  2. 37 minutes ago, jacobtdb said:

    Thanks it works great! :-)

    Also how can i change the text "from" on pages like here ? https://www.truenorth-designs.dk/hjemmearbejdspladser

    Its just under the Product Title

    Best regards
    Jacob

    Just found a code that solved this problem - exchange 'fra' with your own text. Add this to Home > Settings > Advanced > Code Injection > Footer

    <script>
    $('.product-price').each(function() {
       var text = $(this).text();
       $(this).text(text.replace('from', 'fra'));
    });
    </script>

  3. On 1/18/2021 at 7:36 AM, tuanphan said:

    Add to Home > Settings > Advanced > Code Injection > Footer

    
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
    <script>
      $(document).ready(function() {  
    		$("#productDetails .product-price").html(function() { 
              return $(this).html().replace("from", "new text");  
        });
    	});
    </script>

    Can you share link to a product?

     

    Thanks it works great! :-)

    Also how can i change the text "from" on pages like here ? https://www.truenorth-designs.dk/hjemmearbejdspladser

    Its just under the Product Title

    Best regards
    Jacob

  4. On 10/8/2020 at 3:10 PM, paul2009 said:

    Try this [in Design > Custom CSS ]

    
    .header-menu-controls-control span:nth-of-type(2) {
      visibility: hidden;
      font-size:0;
    }
    .header-menu-controls-control span:nth-of-type(2):after {
      visibility: visible;
      font-size:6.6vmin;
      content: "tilbage";
    }

    267687997_Screenshot2020-10-08at14_09_18.thumb.png.3cdef0fdf31ddb855b853e578b368b98.png

    Great, thanks. The code is perfect.

  5. If i use Facebook Lead Ads to generate sign ups for my newsletter is it possible, maybe with Zapier, to connect to my Squarespace email campaign automation list? I know with Mailchimp this is possible but can´t figure out if its possible with Squarespace Email Campaigns tool.

    Best regards

    Jacob

  6. On 5/2/2020 at 4:43 PM, tuanphan said:

    Which code did you use?

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
    <script>
      window.Squarespace.onInitialize(Y, function(){  
    		$("select option").html(function() { 
              return $(this).html().replace("Select", "Vælg");  
        });
    	});
    </script>
  7. On 4/2/2020 at 2:31 PM, paul2009 said:

    I don't want to be the bearer of bad news, but that solution will appear to work when logged on, and when the page is refreshed, but it won't work for visitors who navigate to the page from another page on your site. This is because the document.ready function will not fire when this template loads a new page (see Ajax). For example, this is what I see:

    1807761671_Screenshot2020-04-02at13_23_44.png.99d9a76a81249a64481d8a78ec0080ee.png

    Replacing it with the onInitialize function will fix this.

    Any idea of why this code does´nt work in 7.1 ?

    Using it here fx:

    https://www.lindbikeparts.dk/webshop/marconi-collection-1

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