File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/theme/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 >
3737 <SfMenuItem
3838 :label =" category.label"
39- :link =" th.getAgnosticCatLink(category)"
39+ :link =" localePath( th.getAgnosticCatLink(category) )"
4040 >
4141 <template #mobile-nav-icon >
4242 ​ ;
7676 :image =" productGetters.getProductThumbnailImage(product)"
7777 :alt =" productGetters.getName(product)"
7878 :title =" productGetters.getName(product)"
79- :link =" `/p/${productGetters.getProductSku(product)}${productGetters.getSlug(product, product.categories[0])}`"
79+ :link =" localePath( `/p/${productGetters.getProductSku(product)}${productGetters.getSlug(product, product.categories[0])}`) "
8080 :wishlist-icon =" isAuthenticated ? 'heart' : ''"
8181 :is-in-wishlist-icon =" isAuthenticated ? 'heart_fill' : ''"
8282 :is-in-wishlist =" product.isInWishlist"
9696 :image =" productGetters.getProductThumbnailImage(product)"
9797 :alt =" productGetters.getName(product)"
9898 :title =" productGetters.getName(product)"
99- :link =" `/p/${productGetters.getProductSku(product)}${productGetters.getSlug(product, product.categories[0])}`"
99+ :link =" localePath( `/p/${productGetters.getProductSku(product)}${productGetters.getSlug(product, product.categories[0])}`) "
100100 :wishlist-icon =" isAuthenticated ? 'heart' : ''"
101101 :is-in-wishlist-icon =" isAuthenticated ? 'heart_fill' : ''"
102102 :is-in-wishlist =" product.isInWishlist"
You can’t perform that action at this time.
0 commit comments