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 variant selection (size, color, etc.) for product detail pages.
Usage:
{% from 'shared/macros/shop/variant-selector.html' import variant_selector, size_selector, color_swatches %}
{% from 'shared/macros/storefront/variant-selector.html' import variant_selector, size_selector, color_swatches %}
#}