Get product type by product ID:
$product = \Drupal\commerce_product\Entity\Product::load((int)$product_id);
var_dump($product->bundle());
Happy coding!
Wordpress error log code: if ( ! function_exists ( 'write_log' ) ) { function write_log ( $data ) { if ( defined ( '...
No comments:
Post a Comment