Closed (fixed)
Project:
Extra Fields Checkout Pane
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
6 May 2011 at 02:12 UTC
Updated:
21 May 2011 at 09:11 UTC
The extra fields i've created shows up in views, but when i create a custom view the extra fields do not show up as one of the choices, i would just use the order views that comes with ubercart views, but then i can't get the content field to show up (the fields i've created using CCK). Does anyone know what i'm doing wrong?
Thanks
Comments
Comment #1
megachrizThe extra fields are linked with orders, not with nodes. CCK fields are linked with nodes, not with orders.
If you setup a node view, the extra fields won't show up, because you are not in order context.
If you setup an order view, CCK fields won't show up, because you are not in node context.
The only way to get fields from both contexts is to create a relationship in Views. I don't have the time right now to write a detailed description about this, I hope you can find the information elsewhere.
Here's a link to a page that goes about relationships in Views:
http://gotdrupal.com/videos/drupal-views-relationships
Comment #2
maurizio.ganovelliHi renthead1978, you can try to add a relation "Order product: Product NID" in a "Order Products" view to use Content group (CCK) in fields.
Let me know, if this helps.
Bye!
Comment #3
renthead1978 commentedthanks for your prompt replies I will try it
Comment #4
renthead1978 commentedunbelieveable, i can't believe something as that simple worked, thanks blackice, appreciate it
Comment #5
maurizio.ganovelliI am glad that you've solved! Mark this request as fixed. Bye.