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,10 +4,10 @@
Product review display and submission components.
Usage:
{% from 'shared/macros/shop/reviews.html' import review_list, review_card, review_form, review_summary %}
{% from 'shared/macros/storefront/reviews.html' import review_list, review_card, review_form, review_summary %}
#}
{% from 'shared/macros/shop/star-rating.html' import star_rating, rating_input, rating_summary %}
{% from 'shared/macros/storefront/star-rating.html' import star_rating, rating_input, rating_summary %}
{#