fix: correct shop macro paths to storefront in all macro files

Fix self-referencing documentation examples in storefront macros
that incorrectly used shared/macros/shop/ instead of storefront/.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-04 21:47:39 +01:00
parent 8856803216
commit b58dd9d19d
15 changed files with 17 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
Product search with autocomplete and suggestions for shop pages.
Usage:
{% from 'shared/macros/shop/search-bar.html' import search_bar, search_autocomplete, mobile_search %}
{% from 'shared/macros/storefront/search-bar.html' import search_bar, search_autocomplete, mobile_search %}
#}