6 replies [Last post]
duckx's picture
Offline
Cool profile pic award.
Joined: 02/28/2008
Juice: 300
Was this information Helpful?

Hi,

I have a bunch of orders on a specific day, but I also want to see the time purchased. Where would I need to go or edit to add this feature to the view all orders page?

thanks

duckx's picture
Offline
Cool profile pic award.
Joined: 02/28/2008
Juice: 300
Re: View all orders - How do you add the date and time of view a

anyone? its basically just add the time purchased to the view orders page.

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Re: View all orders - How do you add the date and time of vi

You'd essentially have to edit uc_order.module. Maybe this can be changed in Drupal 6 if we're able to integrate with Views 2, but right now there is no easy way.

duckx's picture
Offline
Cool profile pic award.
Joined: 02/28/2008
Juice: 300
Re: Re: Re: View all orders - How do you add the date and time o

great thanks.. guess i'll try to do it myself. will post my response when done for others looking for the same feature.

eelkeboezeman@drupal.org's picture
Offline
Joined: 08/06/2008
Juice: 18
Ubercart integration in Views
Ryan wrote:

You'd essentially have to edit uc_order.module. Maybe this can be changed in Drupal 6 if we're able to integrate with Views 2, but right now there is no easy way.

I'd like to use Ubercart order variables in the Views module. I understand this is currently not possible? I run Drupal 5.

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Ubercart integration in Views

Correct. Not possible in either 1.x or 2.x at the moment.

nadavoid's picture
Offline
Joined: 11/13/2007
Juice: 63
Re: Re: Ubercart integration in Views

What is the current status of Views integration?