From 5558b95d1eef9bdcef7c10e416a2f278ff77b278 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Wed, 5 Jul 2023 16:50:04 +0300 Subject: [PATCH] feat: put product details in card --- .../components/customer-stall/customer-stall.html | 14 +++++++++++--- static/components/customer-stall/customer-stall.js | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/static/components/customer-stall/customer-stall.html b/static/components/customer-stall/customer-stall.html index c127424..6075b56 100644 --- a/static/components/customer-stall/customer-stall.html +++ b/static/components/customer-stall/customer-stall.html @@ -1,5 +1,5 @@
- +
- +
+ + + + + + +
+
diff --git a/static/components/customer-stall/customer-stall.js b/static/components/customer-stall/customer-stall.js index 7a3b230..cb3e729 100644 --- a/static/components/customer-stall/customer-stall.js +++ b/static/components/customer-stall/customer-stall.js @@ -129,7 +129,7 @@ async function customerStall(path) { } this.$q.notify({ type: 'positive', - message: `${item.name} added to cart`, + message: `'${item.name}' added to cart`, icon: 'thumb_up' }) this.cart.products = prod