To recreate:
1) Start with a uc_node_checkout setup that is set to auto-fill OrderID/OrderStatus CCK fields via /admin/store/settings/node-checkout/$content_type
2) As an admin, go to Store Configuration > Orders > Create Order and create an order containing your u_n_c product.
3) Click over to the View tab for the new order and find the "You don't have an associated node, would you like to create one" link. Click to create the node, then save.
4) The order and node association happens (at least, the invoice will now show a link to your newly created node), but the CCK fields aren't auto-filled.
Comments
Comment #1
sarjeet.singh commentedhi
I faced same problem. I found issue and created a patch to fix this.
This is a bug in this module. There is wrong link used for associate u_n_c node with product. . In query string need to use product_nid instead of product_id.
Comment #2
dwightaspinwall commentedWorks for us. Any reason not to get this committed?