diff --git a/src/modules/market/components/MerchantStore.vue b/src/modules/market/components/MerchantStore.vue
index c9de132..2f9ec12 100644
--- a/src/modules/market/components/MerchantStore.vue
+++ b/src/modules/market/components/MerchantStore.vue
@@ -47,28 +47,112 @@
-
-
-
-
-
-
Create Your First Store
-
- Great! You have a merchant profile. Now create your first store (stall) to start listing products and receiving orders.
-
-
-
-
-
+
+
+
+
+
+
My Stores
+
+ Manage your stores and products
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ stall.name }}
+
+ {{ stall.config?.description || 'No description' }}
+
+
+
{{ stall.currency }}
+
+
+
+
+
+ Products
+ {{ stall.products?.length || 0 }}
+
+
+ Shipping Zones
+ {{ stall.shipping_zones?.length || 0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
My Store
-
Manage incoming orders and your products
+
+
+
+
{{ activeStall.currency }}
+
+
{{ activeStall.name }}
+
{{ activeStall.config?.description || 'Manage incoming orders and your products' }}
-
-
+
+
+
+