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'];
|
Ubercart |
|
|
|
||
Re: How to retrieve info from the cck field
Wed, 08/03/2011 - 13:54
#1
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);Adding extra fields to the product By: sajt (30 replies) Sun, 02/17/2008 - 11:22
|
|