diff --git a/static/components/product-card/product-card.html b/static/components/product-card/product-card.html index c56c4a1..d85ff31 100644 --- a/static/components/product-card/product-card.html +++ b/static/components/product-card/product-card.html @@ -1,30 +1,15 @@ + alt="Product Image" loading="lazy" spinner-color="white" fit="contain" height="300px"> - Add to cart + " @click="$emit('add-to-cart', product)"> Add to cart
{{ product.name }}
@@ -36,27 +21,26 @@
{{ product.stallName }}
- {{ product.price }} satsBTC {{ (product.price / 1e8).toFixed(8) }} + {{ product.price }} satsBTC {{ (product.price / + 1e8).toFixed(8) }} {{ product.formatedPrice }} - {{ product.quantity }} left + {{ product.quantity }} left
- {{cat}} + + +
-
+
+   +
+ +

{{ product.description }}

@@ -67,25 +51,14 @@ Stall: {{ product.stallName }} {{ $parent.activeStall }}
- + View details - + Visit Stall
- + \ No newline at end of file