Jump to content

Navi

Circle Member
  • Posts

    0
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Navi reacted to creedon in Hide prices for certain products 7.0   
    Please see Store Product Price Zero Remove.
    Let us know how it goes.
  2. Like
    Navi reacted to paul2009 in Displaying product SKU on product page   
    Squarespace is a fantastic platform overall, but the on-platform search is not fit for purpose and isn't suitable for product discovery. It cannot find a product by SKU.
    A developer could write code to add SKUs to product pages programmatically, but this would only allow customers to see the SKU on the page they are viewing; it wouldn't make the SKUs searchable.
    For them to be searchable, you'll need to manually add each SKU to each product description - by editing each product. This obviously adds a further level of administration, as well as the possibility of user error, but it is currently the only way to achieve this.
     
    Did this help? Please give feedback by clicking an icon below  ⬇️
  3. Like
    Navi reacted to paul2009 in Removing Price Limit on Products   
    It isn't possible to increase the price limit on Squarespace products. This is fixed and will not be increased.
    If you want to create an online showroom of items that are priced above the Squarespace limit, like properties or yachts then you'll need to use a workaround. The best option will depend on your individual circumstances, the range of prices that you want to display (lowest to highest), and the way that you want to display them.
    For example, you could enter all the prices (on the backend) in a lower denomination (divide by 10, 100 or 1000) and then use a small snippet of code to multiply it by the same factor when displaying them to visitors. If you added $1800 and used code to multiply it by 1000, it would appear as $1,800,000. With some further code, you could display this in a customer friendly way like $1.8M.
    Another option may be to create tags that represent the prices and then use some code to convert the tags to prices. For example, a tag of Price-1800000 could be read by code and converted into a human readable price.
    As mentioned above, a simpler workaround may be to hide the prices with some CSS and then type the price at the beginning of the product description, although this does prevent prices appearing on the Product List Page (PLP).
    /* Hide prices on products */ .product-price { display:none!important; } Did this help? Please give feedback by clicking an icon below  ⬇️
×
×
  • 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.