Posted by madsph on April 7, 2009 at 11:12am
| Download | Size | md5 hash |
|---|---|---|
| uc_views-6.x-2.0.tar.gz | 15.16 KB | c953daa18e07bf7281bd4c0cf93f3250 |
| uc_views-6.x-2.0.zip | 20.17 KB | 289ec930858c670cd31c7a6c1cce67c9 |
Last updated: December 25, 2010 - 00:03
uc_views 6.x-2.0
================
IMPORTANT:
This release breaks backwards compatibility with uc_views 1.x. If you have any views containing Ubercart order fields
they might not work after installing this version! The reason for this is that orders are now a base table and no longer joins
with nodes through order products.
Bugfixes
Features
- Applied pathch from sammys that adds the following
- Adds orders to views as a base table. This means you can base your views on orders instead of on products.
- Allows orders to join up to the user that ordered.
- Displays all order fields from the uc_orders table.
- Can optionally link the order ID to the order admin screen.
- Can have order id as an argument.
- Can show all country and zone fields (e.g two letter country codes).
- Adds primary_email field and render it as a mailto: link
- Uses field descriptions from the schema subsystem to reduce developer efforts in future.
Views included
- Applied pathch from sammys that adds a new view displaying all orders