Display inbound stock
-
wp-content/themes/storefront-child/woocommerce/pdf/Custom
I have a file on this path where I am trying to display each products inbound stock but it is not working. I am trying to fetch the same using this:
$inbound_stock = \Atum\Inc\Helpers::get_product_inbound_stock( $product, true );
It is throwing me this error:
Fatal error: Call to undefined method WC_Product_Simple::get_inbound_stock()
How can I fix it?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Display inbound stock’ is closed to new replies.