Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

$product->product_type

//The product_type property is deprecated. Use get_type() to get internal type.

//So you need to change this:

$product->product_type;

//to this:

$product->get_type();
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
8+2 =