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

cyu’s picture

Or I suppose using hook_cart_item_description() would be more appropriate.

rszrama’s picture

Sorry, 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. : )

rszrama’s picture

Assigned: Unassigned » rszrama
Status: Active » Fixed

Alrighty, 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.