お世話になります。
プラグインを追加し商品の一覧までは表示はできたのですが、カートに追加すると反応がありません。
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;
対応方法はありますでしょうか?
お手数をおかけしますが宜しくお願いいたします。
]]>お世話になります。
探していたコンセプトにぴったりのプラグインだったので早速インストールさせていただいたのですが、設定画面で保存ボタンを押すといきなりWordPressの致命的なエラーとなりました。
下記にデバッグモードでのエラー画面を貼り付けます。
※ドメインは伏せてあります
Fatal error: Uncaught Error: Undefined constant “FILTER_SANITIZE_MAGIC_QUOTES” in /home/cmwczeic/public_html/xxxxxx.xxx/test2/wp-content/plugins/wp-stripe-cart/class.wp-stripe-cart-setting.php:501 Stack trace: #0 /home/cmwczeic/public_html/xxxxxx.xxx/test2/wp-includes/class-wp-hook.php(307): WpStripeCartSetting::save_settings(”) #1 /home/cmwczeic/public_html/xxxxxx.xxx/test2/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #2 /home/cmwczeic/public_html/xxxxxx.xxx/test2/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #3 /home/cmwczeic/public_html/xxxxxx.xxx/test2/wp-admin/admin.php(175): do_action(‘admin_init’) #4 {main} thrown in /home/cmwczeic/public_html/xxxxxx.xxx/test2/wp-content/plugins/wp-stripe-cart/class.wp-stripe-cart-setting.php on line 501
環境は
WordPress:5.9.3
PHP:8.0
で念のためプラグインはWP Stripe Cartのみで試しましたが、エラーは解消しませんでした。
設定画面での設定内容に関わらず、保存ボタンを押すと上記エラーとなります。
他に似たようなプラグインもなく、対処をご検討いただけますと幸いです。
]]>I don’t find any information regarding how to use the plug-in. I was able to use the shortlink to display my product in test mode, but the price was shown at 100 times the actual price. If I enter $1.35 the actual price of $135.00 is displayed. Also, the product cannot be added to the shopping cart and the shopping cart cannot be displayed at least in my preview test mode.
]]>