This commit is contained in:
louiscklaw
2025-03-16 01:20:16 +08:00
parent a3fccbf5ea
commit f5ce9889c6
3112 changed files with 919640 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

View File

@@ -0,0 +1,33 @@
# NOTES
## 睇你果個 shopping page
### 假設用戶係 14 吋 desktop
![alt text](chrome_IT69LHzSo6.png)
### 假設用戶係 ANDROID 機器
![alt text](chrome_ZSuIf2MAYy.png)
### shopping flow
```mermaid
graph TD;
A["用戶睇你首頁"]
B["用戶揀貨品"]
C["用戶加入購物車"]
D["用戶加入直接下單"]
C1["用戶去購物車,前住結算"]
C2["到結帳頁"]
A-->B;
B-->C;
B-->D;
C-->C1;
C1-->C2
```
### 成日覺得結帳頁有問題
攞左過多個人資料.