Jump to content

ShineOnEditingSOE

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by ShineOnEditingSOE

  1. I couldn't get it to work; I must have been doing something wrong. I just deleted the welcome section. Thanks anyway!

     

    But I will say that squarespace needs to rethink this aspect. Not being able to customize from the front end is terribly inconvenient. It's literally an extra block for one page. It shouldn't be THIS difficult.

  2. 10 hours ago, creedon said:

    As you've discovered adding a section to the store page adds that section to all grid/list pages.

    I have a couple of pieces of code that might help. Let's go with the simpler one first.

    Please see the following.

    If you need more complex formatting than this code provides let me know and I can point you to another code.

    Let us know how it goes.

    Thank you- am I looking at the code from Github? If so, how do I adapt it for use with my site, and there are a number of text instructions- am I extracting those? I'm sorry, but I'm a novice at this and just don't understand how it's supposed to go in. 

  3. The same "welcome" text box is at the top of every page of my store. I would love have it just appear on the homepage; that way when the user clicks on a link, they see the items/categories from the new page, instead of the same text they just saw on the last page.

     

    Right now, seeing the same text again and again gives the feel that something's wrong with the pages- specifically that you're being directed to the homepage again and again), and unless you know to scroll past the text, you'll have no idea that there are items to see. Help! 🙂 

    image.png

  4. On 8/19/2022 at 9:47 PM, creedon said:

    Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection.

    <style>
    
      /* product price and sale price reverse tagged */
      
      .products.collection-content-wrapper .grid-item.tag-price-sale-reverse .grid-prices .product-price,
      .ProductItem.tag-price-sale-reverse .ProductItem-details .product-price
      
        {
        
          display : -webkit-box;
          display : -ms-flexbox;
          display : flex;
          
          -webkit-box-orient : horizontal;
          -webkit-box-direction : reverse;
          -ms-flex-direction : row-reverse;
          flex-direction : row-reverse;
          
          gap : 1em;
          
          -webkit-box-pack : left;
          -ms-flex-pack : left;
          justify-content : left;
          
          }
          
      </style>

    This is for v7.1 and specific to the posters need.

    Then to each product you want to switch price and sale price, add a tag named price sale reverse

    Let us know how it goes.

    -Oh my goodness, this worked PERFECTLY! Thank you so much! Is there a way to make the sale price the one in white, and the original price in grey? If not, no worries! The most important thing was that the sale price was last, so people could really see the deal they're getting. I really appreciate your help!

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