$product->product_type
-
I was adding add to cart button.
$product = new Wc_product(14) // 14 - product id
$product->product_type returns null .
I figured it out using wc_get_product(14) gives me the product type.
But just curious why it returns null for Wc_product class.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘$product->product_type’ is closed to new replies.