stock check, variants in cart, variant buttons in product page

This commit is contained in:
elvira
2026-09-17 21:52:39 +03:00
parent fe55cb5f33
commit afa1993c53
27 changed files with 564 additions and 155 deletions
+1
View File
@@ -155,6 +155,7 @@ class="max-w-xs"
:price="$product['price']"
:image="$product['image']"
:href="$product['href']"
:variant-id="$product['variantId'] ?? null"
/>
@endforeach
</div>