With this change going into beta2 #349135: Abstract the use of uc_attribute data out of uc_order
$form['items'][$i]['options']['#value'] .= $teaser;
should become
$form['items'][$i]['desc']['#value'] .= $teaser;
in uc_node_checkout.module
With this change going into beta2 #349135: Abstract the use of uc_attribute data out of uc_order
$form['items'][$i]['options']['#value'] .= $teaser;
should become
$form['items'][$i]['desc']['#value'] .= $teaser;
in uc_node_checkout.module
Comments
Comment #1
cyu commentedOr I suppose using hook_cart_item_description() would be more appropriate.
Comment #2
rszrama commentedSorry, haven't committed in a bit... will do today. Someone sponsored a full update for the latest UC and some new features, like including attributes on the node forms. Very slick. : )
Comment #3
rszrama commentedAlrighty, just put the latest code into CVS under the branch DRUPAL-6--2. The 2.x-dev snapshot release hasn't updated to the latest files, so you'd have to get it from CVS for today.