[php] Test

Viewer

  1. if(isset($host_entity->product_id))
  2.     {
  3.  
  4.       $product_wrapper = entity_metadata_wrapper('commerce_product', $host_entity);       
  5.       if(!empty($product_wrapper->field_product_node->value()))
  6.       {
  7.         $product_node = array_shift($product_wrapper->field_product_node->value());
  8.         $product_name = $product_node->title;
  9.       }
  10.     }

Editor

You can edit this paste and save as new:


File Description
  • Test
  • Paste Code
  • 09 Apr-2020
  • 358 Bytes
You can Share it: