Re: Need some more help please

Posts: 2008
Joined: 08/07/2007
AdministratoreLiTe!

dpm() is showing you that it's several nested arrays, so you have to access them that way.

<?php
  $product
->field_freight_class[0]['value']; // has a value of 50
?>

Getting CCK field value from $products? By: setfree (5 replies) Mon, 05/12/2008 - 14:48