Skip to content

Commit

Permalink
Update functionalities.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonFilipek authored Jul 11, 2024
1 parent 8fa4483 commit 506c5d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/functionalities.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
One of the main functionalities that is provided with the plugin is the searchbar that is visible in every view in the shop.

<div align="center">
<img src="./doc/searchbar.png"/>
<img src="./searchbar.png"/>
</div>

Once the product is created and enabled, for the channel that the user is using, it is possible to search for the product in the store by its name. Already during writing the name in the searchbar, the suggestions are shown for the user. By default, only 10 suggestions are shown.
Expand All @@ -15,7 +15,7 @@ By using "Search" button user will get however all possible results for the chos
When it happens, the user is taken to the page with the results, where they can sort them, choose how many results should be shown per one page or use filters to filter those products.

<div align="center">
<img src="./doc/search_results.png"/>
<img src="./search_results.png"/>
</div>

What is important is that all the filters that are shown there are filters that are based solely on the attributes and options of the search results. It means that there are no irrelevant filters that would apply to products from outside the search results. Additionally, each of the filters has a value next to it indicating how many search results match this filter.
Expand All @@ -27,11 +27,11 @@ Also, the user doesn't have to click "filter" button after choosing any of the f
Another important functionality is how you can search for a product within a specific taxon. By going to the `/{_locale}/products-list/{taxon-slug}` page, user will see all the products from the taxon. Once there, user can search for product that is belongs to this taxon. They can do it by using a special searchbar.

<div align="center">
<img src="./doc/taxon_searchbar.png"/>
<img src="./taxon_searchbar.png"/>
</div>

Apart from that, user can filter the results by using filters that are placed on the left side of the page. It works the same as on the main searchbar search results page, but here user can also filter the results by the minimum and maximum price.

<div align="center">
<img src="./doc/taxon_filters.png"/>
<img src="./taxon_filters.png"/>
</div>

0 comments on commit 506c5d5

Please sign in to comment.