We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
570e917
fix: 修復結帳頁鄉鎮市下拉功能失效問題 原因是有些人會移除結帳頁 shipping country 欄位,導致條件判斷為 false 就不執行了 移除 $("#shipping_country").val() === "TW" 條件,以免有些人會移除欄位
$("#shipping_country").val() === "TW"
如下圖,選第三項,$("#shipping_country").val() = undefined
$("#shipping_country").val() = undefined