2019年3月23日 星期六

Taobao Lesson 3

- 開店 4 steps
- 裝修
- 宣傳
- SEO
- 一人一店
- TMALL > 收到邀請才能開店
- 個人店 VS 企業店
- 認証 (回鄉証 / 護照)
- 長期冇生意 > 舖名KEEP多一周但別人無法找到你 > 一周後關店
- 店內貨物類型要一致 > 方便TB為你分類
- 物流安排 > 內地設倉 / 自己帶上去
- 保証金可以拿回嗎? SEARCH "保証金解凍"
- 店評級︰紅心 > 鑽石 > 藍冠 > 皇冠
- 發佈物品有限制 > 有扣分制
- 閑魚市場
- 千牛 > 開店必裝
- 營銷套餐
- 按地區打折

2019年3月17日 星期日

Taobao Lesson 2

- install app
- tb app > 右上角 > 選香港區
- 右下角 > 我的淘寶
- search result > filter
- select an item > scroll picture > select spec > final price
- customer review / comment
- 向客服 check inventory
- 加入購物車 vs 立即購買
- click 店舖名稱 > browse all products of that shop
- history > 我的TB > 足跡
- fill in phone nuber, addr
- try submit order
- 集運 > 運費計算
- delete account

取消支付宝账户与淘宝账户绑定的条件(以下条件只要有一项是符合的,则无法解绑):
1、满足以下任意一项,淘宝账户将永久不能与支付宝账户解绑:
1)有发布过商品的行为。
2)有发布的历史库存宝贝。
3)历史上有创建过店铺。
4)淘宝账户永久不能使用,无法进入支付宝绑定设置页面。
5)支付宝绑定设置页面没有解绑或更换账户的按钮。

2、满足以下任意一项,淘宝账户暂时不能解绑,需完成后续操作再进行解绑。
1)提示支付宝账户尚未激活,需补全支付宝账户信息后再操作解绑。
2)提示存在不可用的拍卖押金,需在拍卖押金解冻后再操作解绑。
3)提示有进行的交易,需交易完结或关闭后再操作解绑。
4)提示有签约供应商身份,需先接触供应商身份后再操作解绑。
5)提示有签约支付宝代扣协议,需先解绑协议后再操作解绑。

解绑操作流程:
1、我的淘宝——设置——支付宝绑定设置。
2、点击解绑或更换账户,若绑定状态没有显示 解绑或更换账户,则该淘宝账户不允许和支付宝解绑。
3、若页面提示需要校验,点击 发送验证码,去邮箱中接收验证码,即可解绑成功。若无法通过验证,请点击 获取解决方案 寻求帮助或点此联系淘宝客服协助您解绑。


- TB取消綁定ALIPAY
- buyup, 多寶, 神州

Taobao Lesson 1

- open account
- 此地區不支援購買
- install app
- 集運限制
- 同店主CHAT可否寄HK
- 液體、粉狀、氣体不可寄
- 雙11
- 38 女王節
- coupon
- 網購EXP
- open alipay account (hk ver, china ver)
- shopping workflow
- 收唔到貨點算
- 退貨安排
- alipay hk add value
- can search product by keyword / picture
- payment method pps, credit card
- does not support octopus since 31 dec 2018
- credit card refund 蝕少少
- 阿里旺旺
- 確認收貨 / 評價
- introduct tmall
- 信用評級 / 差評 / 留言
- 消費者保障服務
- 開店保証金
- 向TB申請退款,從保証金扣
- 7天無條件退貨
- 來源地
- 集運
- 開內地銀行戶口
- 大陸電話號碼 / 一卡兩號
- introduce charge of each payment method
- alipay hk 實名制 > 額度增加
- open taobao account > 同步創建alipay china
- search product > list > sorting by 銷量 / 價格
- introduct alipay express for foreigners
- 金牌賣家 / 每月RESET
- 介紹店舖名旁ICON
- TMALL 店 > 描述、服務、物流
- 開店
- 購物車 > 120 slots > if price changes > user receives notification
- trace 物流
- 收藏夾 > does trace price change
- 四方集運唔掂

2019年3月11日 星期一

CURL Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.
-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).
-c, --cookie-jar <file name> File to save response cookies to.
-d, --data <data> Send specified data in POST request. Details provided below.
-f, --fail Fail silently (don't output HTML error form if returned).
-F, --form <name=content> Submit form data.
-H, --header <header> Headers to supply with request.
-i, --include Include HTTP headers in the output.
-I, --head Fetch headers only.
-k, --insecure Allow insecure connections to succeed.
-L, --location Follow redirects.
-o, --output <file> Write output to . Can use --create-dirs in conjunction with this to create any directories specified in the -o path.
-O, --remote-name Write output to file named like the remote file (only writes to current directory).
-s, --silent Silent (quiet) mode. Use with -S to force it to show errors.
-v, --verbose Provide more information (useful for debugging).
-w, --write-out <format> Make curl display information on stdout after a completed transfer. See man page for more details on available variables. Convenient way to force curl to append a newline to output: -w "\n" (can add to ~/.curlrc).
-X, --request The request method to use.