商品追加できない
-
お世話になります。
プラグインを追加し商品の一覧までは表示はできたのですが、カートに追加すると反応がありません。
Chromeのディベロッパーツールで確認すると以下のエラーがありました。
main.js:116 Uncaught TypeError: Cannot read properties of undefined (reading 'innerHTML') at HTMLDocument.<anonymous> (main.js:116:37)
innerHTMLが取得できないようです。コードの位置は以下の場所になります。
//Store shipping default value shippingDefault = cart_shipping[0].innerHTML;
対応方法はありますでしょうか?
お手数をおかけしますが宜しくお願いいたします。
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘商品追加できない’ is closed to new replies.