現在の環境は下記の通りです。
WordPress のバージョン:6.0.2
Welcart のバージョン: 2.8.2
php7.4.x —> php 8.x.x
Welcart専用の拡張プラグイン:
ご利用のテーマ:voll(子テーマ)
画面は2カラム仕様
サーバー:(会社名、サービス名)xserver
SSLの利用:(独自 常時SSL)
宜しくお願い致します。
php8にアップすると、商品画面にてWarningエラーが表示されます。
https://www.ドメイン名/item/商品コード/
下記のような警告が表示されます。
Warning: Undefined array key “” in ドメイン名/wp-content/plugins/usc-e-shop/functions/template_func.php on line 656
Warning: Trying to access array offset on value of type null in ドメイン名/wp-content/plugins/usc-e-shop/functions/template_func.php on line 656
Warning: Undefined array key “” in ドメイン名/wp-content/plugins/usc-e-shop/functions/template_func.php on line 657
Warning: Trying to access array offset on value of type null in ドメイン名/wp-content/plugins/usc-e-shop/functions/template_func.php on line 657
該当ファイルを656と657は下記のように記載されています。
656 $num = (int) $skus[ $sku ][‘stock’];
657 $stocknum = $skus[ $sku ][‘stocknum’];
どなたか対応策をご教示頂けないでしょうか
お願いします。