PHP Deprecated: WC_Abstract_Legacy_Order::get_product_from_item
-
Hi I found this issue in the aramex plguin
PHP Deprecated: WC_Abstract_Legacy_Order::get_product_from_item est obsolète depuis la version 4.4.0?! Utilisez $item->get_product() à la place.
and it’s found here can you please update the code ?
aramex-shipping-woocommerce/templates/adminhtml/shipment.php: $product = $order->get_product_from_item($itemvv); aramex-shipping-woocommerce/templates/adminhtml/shipment.php: $product1 = $order->get_product_from_item($item); ?> aramex-shipping-woocommerce/templates/adminhtml/schedule_pickup.php: $product = $order->get_product_from_item($itemvv); aramex-shipping-woocommerce/templates/adminhtml/calculate_rate.php: $product = $order->get_product_from_item($itemvv);
- The topic ‘PHP Deprecated: WC_Abstract_Legacy_Order::get_product_from_item’ is closed to new replies.