WooCommerce への配送方法アドオンを作成しました: http://pastebin.com/SCsbDnnn
ただし、それは機能せず、次の出力が得られます: PHP Fatal error:
Class 'WC_Shipping_Method' not found in class-wc-shipping-per-product.php, on line 44.
このクラスが見つからないのはなぜですか? 確認のために2つのファイルも含めましたが、うまくいきません:
include ('/woocommerce/woocommerce.php');
include_once( 'classes/abstracts/abstract-wc-shipping-method.php' );
そして、この他の質問を確認しましたが、私の質問は異なる可能性があるため、新しい質問を追加しました: WooCommerce Extending WC_Shipping_Method error: Class 'WC_Shipping_Method' not found