Jamesr_iCon Posted February 17, 2022 Posted February 17, 2022 Site URL: https://iconcity.co.uk I want my customers to be able to search for a product? Is this possible? If so I would love some help to find out how? Thanks so much! im Brand new to S-Space!
meganheath Posted February 17, 2022 Posted February 17, 2022 Hi @Jamesr_iCon Yes there is. You can add a Search Block to whichever section you want. Within the block is the option to limit the search to a specific page, like your store. Hope that helps.
paul2009 Posted February 17, 2022 Posted February 17, 2022 (edited) Although you can add a Search Block, if you're new to Squarespace you may appreciate knowing that the search feature isn't very dependable and shouldn't be relied upon for product discovery. Edited February 17, 2022 by paul2009 meganheath 1 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
Jamesr_iCon Posted February 17, 2022 Author Posted February 17, 2022 THANKS so much! good to know 🙂 Ive got it on the site now.
ebizneeds Posted April 2 Posted April 2 (edited) Adding a search bar to your e-commerce website can greatly enhance the user experience and make it easier for your customers to find what they are looking for. JavaScript (script.js): document.getElementById('searchForm').addEventListener('submit', function(event) { event.preventDefault(); // Prevent default form submission // Get the value from the search input var searchTerm = document.getElementById('searchInput').value; // Perform search operation, you can implement your own logic here console.log('Search term:', searchTerm); // For now, let's just redirect to a search results page with the search term as a query parameter window.location.href = 'search-results.html?q=' + encodeURIComponent(searchTerm); }); Edited May 7 by ebizneeds
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment