我已经为 WooCommerce 创建了一个运输方式插件:http: //pastebin.com/SCsbDnnn
但是,它不起作用并给出以下输出: PHP 致命错误:
Class 'WC_Shipping_Method' not found in class-wc-shipping-per-product.php, on line 44.
为什么找不到这个类?我什至包含了两个文件以确保,但不行:
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