Jump to content

spurds

Member
  • Posts

    7
  • Joined

  • Last visited

Everything posted by spurds

  1. Probably a very simple question/fix but when I search on my website using the search block, the results page shows the name of the jpg file associated with the item. Is there a way to stop this from happening? I would of course rather the description of the product (or some of it) to show instead. Thanks!
  2. Hi @creedon You're so helpful but my novice brain is still struggling to compute what exactly I need to copy and paste, can you elaborate based on my website? www.thinkskin.shop password thinkskin For products by Skin Bet** Scie*** (I've just removed some letters so this doesn't come up in search results, I'm hoping you can fill in the blanks ha!) I'm not allowed to have an add to cart. I had originally hoped replacing the price with a phrase saying they need a consult first would satisfy brand requirements but they don't want the add to cart to be enabled at all. How do I amend the code to remove add to cart for only the sbs range items? Thank you! Leigh
  3. I have the following code which is working perfectly: <script> window.addEventListener('DOMContentLoaded', (event) => { var products = document.querySelectorAll('.product-price'), sf; for (sf=0; sf<products.length; sf++) { var price = products[sf]; if (price.innerText.replace(/[^\d]+/g , "") === '000') { price.textContent = 'A Skin Review is Needed Prior to Purchasing Skin Better Science Products'; } } }); </script> I would like to make it so that the phrase 'A Skin Review is Needed Prior to Purchasing Skin Better Science Products' is bold. I'm not sure where to add in the necessary code into this to make it happen (extreme code rookie question - apologies!)
  4. Super old topic but I wondered what you though of my predicament and whether this would work? I sell skincare (brand new shop!), some skincare items require a consultation first, meaning that they cannot be sold without this to adhere to brand guidelines. Lets call this brand pineapple. Ideally, I would like these items to be seen by everyone in the shop but for the price to be hidden/them not be able to add to cart unless they are logged in. Clients that have had a consultation will have a log in that will unlock the purchase of those specific items. If I have 2 stores, one for pineapple products and one for all other products, I assume that pineapple products would then be shown completely separately? And I assume if I password protect this store the products wont be shown to people who don't have access. So they wont even see those items at all? I want people to be able to view all the items, know that they need a consultation to buy certain ones, then have access to purchase them after theyve had a consultation. Is this possible at all?
  5. I'm just setting up a store for my skin business. Some brands require that a consultation is carrier out prior to purchase meaning that some items cannot be sold to just anyone. Is there a way to show these items in the store with a note to say that the client must book a consultation first? Following this, is there a way to allow clients that are already approved access to buy these through the website? I'm an absolute novice so any help is appreciated. Thanks! Leigh.
  6. Site URL: https://www.thinkliverpool.co.uk/ I'm trying to add my 3rd party booking to my website, I want it to show as the full booking site. When I paste the code into a code block it doesn't work. As you can probably tell from this description I'm extremely limited in my website capabilities! The code Ovatu provide is as follows: <div id="bookapp-timetable-widget"></div> <script type="text/javascript"> !function(e,t,n){var u=n.queue||[];e.BookAppWidgetReady=n=function(e){n.queue.push(e)},n.queue=u;var o="script",a=t.createElement(o),i=t.getElementsByTagName(o)[0];a.src="https://cdn.book.app/embed/v1.js",a.type="text/javascript",a.async=!0,a.addEventListener("load",function(){for(;n.queue.length;)n.queue.shift()()},!1),i.parentNode.insertBefore(a,i)}(window,document,window.BookAppWidgetReady||function(){}); BookAppWidgetReady(function () { BookApp.widget('#bookapp-timetable-widget', 'THINKLIVERPOOL', { initial: BookApp.Page.Timetable }); }); </script> What am I doing wrong?
×
×
  • 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.