Jump to content

kgkraeer

Member
  • Posts

    13
  • Joined

  • Last visited

Posts posted by kgkraeer

  1. 5 hours ago, Rtampa333 said:

    How do I limit the sale of physical goods to only the United States? 

    when setting up your shipping option you have to add shipping zones. you simply only add the United States and omit any other country.

  2. I am also having a similar problem. Most of my customers are receiving their order confirmation but are NOT receiving their shipping/fulfillment confirmation or their review requests. They are not going to spam, according to my customers either.

  3. Site URL: https://thewestcoastkraeers.com

    After posting on social media asking for people to respond to their review requests, I had about a dozen customers reach out to me stating they never got a request but would love to leave a review? Is there anyway to get them resent? Or better yet just allowing people to click and leave a review directly on the website?

  4. Thanks again sir. It took me a minute to realize - we're hiding the standard text navigation in the top left. But the link we're attempting in the description text is linking to the one of the same pages. Our solution was to make a duplicate of the contact page with a different slug path for these situations. Sort of brute force but it gets it done. Appreciate all your help!

  5. I'm having this issue on thewestcoastkraeers.com, password is "css-for-days".

    We used the product description field and squarespace tools to add a basic link to our Contact page from the Personalized Children's Stool product page. In the third paragraph, the final sentence should read "Contact Us and we will reach out..." where Contact Us is hyperlinked. However the link does not appear to be getting rendered at all. I tried this code with no effect:

    .ProductItem-details .ProductItem-details-excerpt a {
        color: black !important;
    }

    Any advice would be greatly appreciated!

  6. Last post I swear - building on Creedon's post, I hid the "Edit Details" link in the cart, and replaced it with an unclick-able "Custom File Uploaded" notification:

    #cart [aria-label="Coffee Mug with Custom Artwork"] ~ .cart-row-edit {
      font-size: 0;
      pointer-events: none;
      text-decoration:none;
    }
    #cart [aria-label="Coffee Mug with Custom Artwork"] ~ .cart-row-edit:after  {
      font-size: 1rem;
      pointer-events: none;
      decoration:none;
      color:#98b6bb;
      content: 'Custom File Uploaded';
      font-family: 'button' !important;
    }

    Of course, we don't know that the user ACTUALLY uploaded anything. All they have to do is hit "Add to Cart" on the upload popup. But for our purposes it should work; we'll cross that bridge when we get to it if there are any issues.

  7. Actually was able to solve the section background issue by implementing some CSS by tuanphan in a thread from last year:

    [data-section-id="62a6d615ecc8760408b7d342"] { background-color:transparent !important; }
    
    [data-section-id="62a6d615ecc8760408b7d342"] .section-background { background-color:transparent !important; }

    Where the id is the section containing the product gallery and product details content. Thanks again for all your help!

  8. Thanks so much for this Creedon, that might actually work for us. I'll need to run it by the client - my wife!

    While we're here - you may have noticed some css rollover flourishes at the top of the page; stars and lines that scale out from the nav options. 

    Because I'm using this CSS:

    Quote

    @media (pointer:fine), (hover:hover)

         .ProductItem .ProductItem-details {
               padding-top: 0;
               margin-top: -2em;
        }
    }  
    section[data-section-id="62a6d615ecc8760408b7d342"]
    {
           margin-top:-5em;
    }

    the flourishes are covered up by the page content (background?) of the shop. 

    Is there a way to make the section background on those pages transparent, so we can see the flourishes? Or should we revert this CSS and learn to live with the large empty space at the top of the shop pages? With the default spacing, you can see the rollovers.

    Thanks again for taking the time to look at this!

  9. Site URL: https://thewestcoastkraeers.com

    Hey guys, site password is "css-for-days". Been looking into this for a while now without much luck. I followed this tutorial: https://kerstinmartin.com/blog/file-upload to make a File Upload Custom Form for our "Coffee Mug with Custom Artwork" product page. It all works fine, and links to a dropbox folder:

    upload1.thumb.png.cecec312fc4a19c5dcea32ce15cfbc29.png

    Except when I click here in the shopping cart:

    upload2.thumb.png.7d5cf5670f1903970873d9c27337b57f.png

    I see the ugly href link instead of the upload button that was there. Can I just hide that text block entirely in this particular popup window? Thanks in advance for any advice!

    upload3.thumb.png.600079860ff7ac87867afad6613b66e9.png
     

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