Closed (fixed)
Project:
UC Node Checkout
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Jan 2009 at 23:14 UTC
Updated:
9 Feb 2009 at 20:30 UTC
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.