Posted by ledom on March 23, 2011 at 9:46am
2 followers
Jump to:
| Project: | Extra Fields Checkout Pane |
| Version: | 6.x-1.0 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | blackice78 |
| Status: | active |
Issue Summary
I use your module with ubercart views to show a list of product by seller (marketplace).
Because I am not able to filter order_products by date (do not find a solution to get 'last week' orders with date syntax into filter) I created a custom field at checkout on orders: week number with the goal to filter on this field.
The problem is that I use a node view and my custom field (week number) is not present into filter option. It is present on a 'Ubercart order product' type, but not on node 'type'
I tried access it using relation without succes
Could you help please?
Comments
#1
Hi ledom,
this behaviour can be considered "by design": extra fields views integration need uc_orders or uc_order_products as base table.
But you can try to solve your problem filtering an order_products view by "Ubercart order: Order Creation Date", selecting "Is greater than or equal to" operator and "An offset from the current time such as "+1 day" or "-2 hours and 30 minutes"" as value type then entering "-7 days" in value textfield.
Let me know if this helps.