Skip to content

v3.4.1

Compare
Choose a tag to compare
@j7-dev j7-dev released this 25 Jul 09:37
· 132 commits to master since this release

fix: 修復結帳頁鄉鎮市下拉功能失效問題
原因是有些人會移除結帳頁 shipping country 欄位,導致條件判斷為 false 就不執行了
移除 $("#shipping_country").val() === "TW" 條件,以免有些人會移除欄位

如下圖,選第三項,$("#shipping_country").val() = undefined

圖片