Shopify Search & Discovery

Shopify Search & Discovery

요금제
가격: 무료
하이라이트
미국의 비즈니스에서 인기 있는 앱
Shopify 관리자에서 바로 사용 가능
평점
4.6 (1,081)
개발자
Shopify

Help customers find the right products and sell more using Shopify’s free Search & Discovery app

A great shopping experience starts with simple search and seamless discovery. Customize search, filtering, and product recommendations, so you can enhance your products’ relevance and sell more. Use the Shopify Search & Discovery app to deliver results for every search and increase average order value with customized recommendations on any product page. Plus, use analytics to understand how customers are navigating your store and help shoppers find what they’re looking for with these insights.

A great shopping experience starts with simple search and seamless discovery. Customize search, filtering, and product recommendations, so you can enhance your products’ relevance and sell more. Use the Shopify Search & Discovery app to deliver results for every search and increase average order value with customized recommendations on any product page. Plus, use analytics to understand how customers are navigating your store and help shoppers find what they’re looking for with these insights. 더 보기
  • Customize filters to let shoppers refine their search by multiple categories.
  • Make synonym groups, so product descriptions match the terms shoppers use.
  • Use product boosts to feature products you want highlighted in search results.
  • Add related and complementary products on product detail pages.
  • Access analytics to understand your store’s search and discovery performance.
하이라이트
미국의 비즈니스에서 인기 있는 앱
Shopify 관리자에서 바로 사용 가능

언어

영어, 프랑스어, 네덜란드어, 폴란드어, 중국어(번체), 중국어(간체), 덴마크어, 핀란드어, 독일어, 이탈리아어, 일본어, 한국어, 노르웨이어, 포르투갈어(브라질), 포르투갈어 (포르투갈), 스페인어, 스웨덴어, 태국어, 터키어, 그리고 베트남어

리뷰 (1,081)

전체 평점
4.6
평점 수준당 개수
  • 평점의 73%가 별 5개입니다
  • 평점의 12%가 별 4개입니다
  • 평점의 6%가 별 3개입니다
  • 평점의 2%가 별 2개입니다
  • 평점의 6%가 별 1개입니다
2024년 9월 7일

I love Jeremec 16" deep wave wigs and bulk braids, and they’re amazing! The wigs are soft, natural-looking, and offer great versatility. The bundles are thick, long-lasting, and perfect for adding volume, while the bulk braids are tangle-free and easy to install. Overall, the quality is fantastic and a must-try for anyone looking to upgrade their hairstyle!

Jeremec
미국
앱 사용 기간 거의 2년
2024년 8월 20일

The search app is good, but there's lacking features.

If you have a store with more than 5000 items, the filter doesn't show and there's no way to filter a collection by product count.

Out of stock items are hidden in search, but forget about it if someone is browsing products.

Customize filters with metadata works fairly well, but for some reason adding thousands of data points to group makes the app not show all the data to group it in the app, but shows it to the customer on the website ungrouped.

Zelouf Fabrics
미국
앱 사용 기간 7개월
2024년 7월 11일

helpful, easy to navigate and make the customer search & discovery game easier.

Karavan Clothing
그리스
앱 사용 기간 거의 2년
2024년 8월 25일에 편집됨

The Availability filter does not work. For whatever reason, it displays the total product count instead of the inventory count AND it's not even recognizing variants, so it's completely useless. Outside of this app, the inventory counter is displaying correctly on the product page so obviously the problem is with this app. This availability filter code is no good.
Hand coded filters used to work on Shopify but because of this newfangled junk, they don't anymore. This app has to be enabled for ANY filter to display - so you can get hand coded filters to show up, but they will only display error msgs, because Shopify 2.0 only accepts filter content from apps. I'm not a fan of chunking out useful features into a bunch of add-ons.

UPDATE: found a source of incompatibility between this app and Shopify 2.0 free themes V 15.0. In facets.liquid, ALL filters print value.count. Value count = the number of product LISTINGS. This is only relevant to count by category, like qty of products that are t-shirts, qty of products that are hats, etc. This is entirely useless for inventory. I've managed to decouple the Availability filter from this irrelevant nonsense by using {%- if value.label contains "stock" -%}. However I've tried literally THOUSANDS of call combinations, logic, and assigns within this if clause and cannot get it to print the actual in stock inventory. I've been able to get it to print a fixed qty, or a (0), or a total product listings count, or even the total value of products in the cart. Anything but the inventory qty seems to work here. Please reply with the exact code needed for this to function properly. Thanks!!!!

UPDATE #2:
Thank you for responding but, that's honestly not an adequate solution whatsoever. As you pointed out, IT WILL NOT SUM, which means that will return a string of values that will read for example: "(4)(45)(9)(3)(1)(1)(3)(6)(2)(1)....etc." It could break the screen border with this nonsense. And it looks janky, which will bounce customers off the site instantly. AND your suggestion to do this as another layer of app bloat on the app sandwich is perfectly absurd.

Let me know when Shopify is ready to give serious support and tell me how to CODE a reasonable solution into facets.liquid and it's associated .js and .css theme files.

It's an embarrassing oversight on the part of Shopify that there is no availability filter that shows in stock goods vs out of stock goods (regardless if the out of stock can still be custom ordered). Site visitors should be able to easily filter products on this basis because it affects how quickly the product will be shipped. Is this really a condition Shopify wants it's sites to perform poorly on? Isn't that kind of contrary to the whole mission of good ui > good seo > good revenue?
You have a feature that is not working as advertised. Please fix it or tell me how I can fix it IN THE THEME FILES WITH CODE. Don't come at me with any more apps, alternatives, or substitutes. I assure you I am either already employing them or have tested them and found them inadequate.

UPDATE: Wait wait wait wait. So now I'm noticing that this app doesn't even use canonical URLS in the recommended products gallery! Are ya'll joking with this entire thing or what?

X Over 0
미국
앱 사용 기간 대략 1개월
답글 Shopify개 2024년 7월 23일

The availability filter shows a count of products that have variants available for purchase. As you correctly mention, this is not the inventory count you see in the admin. I assume you are looking for an inventory-based filter because you have your variants set to "continue selling when out of stock", which makes them all purchasable, even with zero inventory. If you're comfortable with coding, a possible solution is to create a custom variant metafield and use an app like Shopify Flow to update it whenever the variant inventory changes. i.e. Create a "In-stock" variant metafield of type boolean (true/false) for each variant, and update it whenever inventory is above 0. The storefront filter won't give you a total inventory count, but will allow shoppers to filter out variants without inventory.

2024년 7월 10일

Great app that is easy to install and simple to integrate and setup.
Only feature missing is a Buy Now or Add to Cart button for the products so that customers don't have to leave the main item page to simply buy an add on.

Bahru Leather
오스트레일리아
앱 사용 기간 11일

지원

Shopify에서 Shopify Search & Discovery에 대한 회원님의 모든 질문에 답변해 드릴 수 있습니다.

개발자

Shopify

151 O’Connor St, Ottawa, ON, ON, CA

리소스

이 개발자는 한국어(으)로 직접 지원을 제공하지 않습니다.

출시됨

2022년 7월 25일

데이터 액세스

이 앱이 회원님의 스토어에서 작동하려면 다음 데이터에 액세스해야 합니다. 개발자의 개인정보처리방침에서 그 이유를 알아보세요.

개인 데이터 보기:

스토어 소유자, 직원 정보

  • 스토어 소유자

    이름, 이메일 주소, 전화번호, 실제 주소

  • 직원 정보

    이름, 이메일 주소, 전화번호

스토어 데이터 보기 및 편집:

제품, 직원 계정, 온라인 스토어

  • 제품 편집

    제품, 판매 채널에서 제품을 게시, or 컬렉션

  • 직원 계정 보기

    직원 계정

  • 온라인 스토어 편집

    메타 객체 or 웹 쿠키 및 전환 추적 픽셀 확인

  • 기타 데이터 편집

    검색 API, 온라인 스토어 검색 동의어, 온라인 스토어 탐색, 제품 추천, or 직원 계정 비공개 데이터

이 앱과 비슷한 더 많은 앱 보기

4.8 별 5개 중 총 리뷰 396개 무료 플랜 사용 가능
Boost Sales With AI Search Bar, Filter & Search Recommendation
4.1 별 5개 중 총 리뷰 40개 무료 플랜 사용 가능
Drive higher conversions and shopper engagement at scale
4.8 별 5개 중 총 리뷰 720개 무료 플랜 사용 가능
Maximize your store sales & ROI with this easy-to-install app.

앱을 추가하시겠어요?

Shopify 3일 무료 체험