in admin/store/orders/16 for example

Comments

indytechcook’s picture

Title: would be nice to have the ubercart info to be displayed also in the review of orders by admins » Store Profile field value against the order

GiorgosK, The data isn't stored against an order, it's stored in the profile only.

I can see a need for have the data associated to an order. I'm changing the title to reflect the feature request.

feuillet’s picture

*subscribe

Would like to see this too...

derhasi’s picture

As profile information is associated to a user, I think this should stay so. But maybe some profile-revision/-versioning module, like it is possible with nodes, could solve this fact, so an order can link to a specific profile version, instead of the current profile.

EvanDonovan’s picture

Title: Store Profile field value against the order » Track the data input into the Profile pane for a specific order, rather than for the user profile generally
Version: 6.x-1.1 » 6.x-1.x-dev

I think this is out-of-scope for this module, and thus "won't fix", if I am understanding correctly.

The reason I say this is the module is intended to do a simple integration between Ubercart and Drupal's core profile module, via providing a checkout pane. To track data on an order-by-order basis would essentially either mean tracking it in nodes (i.e., CCK), or else using a custom database table, which is a different kind of integration entirely.

Drupal core profile tables have no versioning capability. To extend them to have such is to step outside the (limited) architecture of the profile.module.

Anyone else have thoughts?

EvanDonovan’s picture

Issue tags: +out of scope

Tagging.