File tree Expand file tree Collapse file tree 1 file changed +17
-16
lines changed
view/frontend/templates/autocomplete Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change 9
9
10
10
{{#image_url}}
11
11
<div class="info">
12
- {{/image_url}}
13
- {{^image_url}}
14
- <div class="info-without-thumb">
15
- {{#_highlightResult.path}}
16
- {{{_highlightResult.path.value}}}
17
- {{/_highlightResult.path}}
18
- {{^_highlightResult.path}}
19
- {{{path}}}
20
- {{/_highlightResult.path}}
12
+ {{/image_url}}
13
+
14
+ {{^image_url}}
15
+ <div class="info-without-thumb">
16
+ {{/image_url}}
17
+
18
+ {{#_highlightResult.path}}
19
+ {{{_highlightResult.path.value}}}
20
+ {{/_highlightResult.path}}
21
+ {{^_highlightResult.path}}
22
+ {{{path}}}
23
+ {{/_highlightResult.path}}
21
24
22
- {{#product_count}}
23
- <small>({{product_count}})</small>
24
- {{/product_count}}
25
+ {{#product_count}}
26
+ <small>({{product_count}})</small>
27
+ {{/product_count}}
25
28
26
- </div>
27
- <div class="algolia-clearfix"></div>
28
- {{/image_url}}
29
29
</div>
30
+ <div class="algolia-clearfix"></div>
30
31
</a>
31
- </script>
32
+ </script>
You can’t perform that action at this time.
0 commit comments