Re: How to retrieve info from the cck field

mahitha's picture
Offline
Administrator
Joined: 11/03/2009
Juice: 538
Re: How to retrieve info from the cck field

node _load($nid) does not retreive the cck fields so add below in your theme_uc_catalog_product_grid.

$node = node_load($nid);
print $node->field_myfield[0]['value'];
Adding extra fields to the product By: sajt (30 replies) Sun, 02/17/2008 - 11:22