Jump to content

warriorsounduk

Circle Member
  • Posts

    18
  • Joined

  • Last visited

Reputation Activity

  1. Like
    warriorsounduk got a reaction from Jane in Tagging customers on sign up to Email Campaign   
    im currently going manually through my 3600+ people and adding manual tags. These tags then allow you to segment via said tag in emails. 

    Looooong, manual. But a work around. 

    An exclude feature would be very welcome too. So i dont send sales emails to people who already own said products for example. but its a start. 
  2. Like
    warriorsounduk reacted to Pally in Way to exclude segments on mailing lists?   
    I wonder if we would ever get segmentation or list organization ...like flodesk does? i would jump ship and come back to email campaign if we have workflows and segmentation.
  3. Love
    warriorsounduk reacted to rwilde in Way to exclude segments on mailing lists?   
    Also interested in an answer to this!
  4. Like
    warriorsounduk got a reaction from paul2009 in Hide Download Button on order confirmation page   
    HERO! I had no idea it was using the wrong section tbh, Confirmation seems more logical that status.
    But ironically if i had i wouldn't have gotten your tighter future proof solution, massive thanks.

    Supplied with future coffee 👍
  5. Love
    warriorsounduk reacted to paul2009 in Hide Download Button on order confirmation page   
    Firstly, my apologies for giving you some incorrect information above 😵‍💫.
    Digital Download Products now use the Order Status Page, not the Order Confirmation Page. It's been this way since February last year but I hadn't had my first cup of coffee when I posted my first reply. Your screenshot (and the coffee) helped to wake me up!
    Moving the CSS to the Order Status Page Code Injection (now corrected above) should resolve the issue in this specific case (see below). 

     
    That said, I'm going to suggest using JavaScript, instead of CSS, for a number of reasons:
    The class css-1kywwwk is dynamically allocated. This means it will change whenever Squarespace engineers edit the Order Status page. If you use this class, the code will stop working at some point in the future.  The ID #item-0-download is allocated to the first download button. If there are multiple buttons, they'll each get a sequential ID and, unless you account for each, the other items will still be visible. It's easy for visitors (if they know how to use the browser tools) to uncheck the 'display: none" setting in their browser and make the button(s) appear. With my JavaScript code below, all the buttons with class that ends in "download" will be removed from the page. Here's what I suggest for the Order Status Page Code Injection panel, in place of the CSS:
    <!-- Hide download buttons for digital products on Order Status Page -----------------------> <!-- Copyright Soundfocus Digital [https://sf.digital] -------------------------------------> <!-- Use freely in your code injection. Do NOT re-publish.----------------------------------> <script>   document.addEventListener('DOMContentLoaded', function() {     console.log("Deleting digital download buttons");     var buttons = document.querySelectorAll('button[id$="download"]');     buttons.forEach(function(button) {       button.remove();     });   }); </script> Let me know how you get on.
    Did this help? Please give feedback by clicking an icon below  ⬇️
  6. Like
    warriorsounduk got a reaction from paul2009 in Hide Download Button on order confirmation page   
    🙏

    Here's a confirmation page - https://www.warriorsound.co.uk/commerce/orders/b8c570c1-09b7-44fa-9b9e-2d32a5d28152

    Here's a no cost item to test ( put paul2009 an il delete you 👍) - https://www.warriorsound.co.uk/store/p/fsdnb
  7. Love
    warriorsounduk reacted to paul2009 in Hide Download Button on order confirmation page   
    If you share a link to the item, I’ll take a quick look. 
  8. Like
    warriorsounduk reacted to SimonUK in Digital Products over 300mb in size. Is there a workaround???   
    Same with me 300Mb way too small. 2GB needed so that's another Customer lost!
  9. Like
    warriorsounduk reacted to EmmaSparrow in Digital Products over 300mb in size. Is there a workaround???   
    The file limit size is very disappointing. Having to use Google Drive for downloads makes it overly easy for people to share/steal the download. Please adjust to 2 GB as others have suggested
  10. Like
    warriorsounduk reacted to HHR in Digital Products over 300mb in size. Is there a workaround???   
    After few years full of adventures we were extremely happy we found Squarespace!
    We did the site easily, uploaded many of our products etc until.... DUH!!!!
    We can't upload many of our products as they are more than 300mb.
    Shocked. 
    Spent a happy month building a website that runs smooth and looks wonderful only to discover that the very same platform is sending us to Shopify... We will go. Sad for the wasted time and for leaving your nice platform just for a silly reason.
  11. Like
    warriorsounduk got a reaction from BrandonMenneke in Digital Products over 300mb in size. Is there a workaround???   
    Is there no plan to increase this file size limit?
    Even a music album in high quality surpasses the 300mb limit. An while a smaller file size might have been of benefit 10 years ago. Now days it's just not an issue. The only limitation is squarespace.
  12. Like
    warriorsounduk got a reaction from TESSERACT in Digital Products over 300mb in size. Is there a workaround???   
    Is there no plan to increase this file size limit?
    Even a music album in high quality surpasses the 300mb limit. An while a smaller file size might have been of benefit 10 years ago. Now days it's just not an issue. The only limitation is squarespace.
×
×
  • 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.