Downloads
Download tar.gz
15.16 KB
MD5: c953daa18e07bf7281bd4c0cf93f3250
SHA-1: fec8e8d83c79e27912504cfece7b0fb1f2d13822
SHA-256: 58fccf5e9fdc9c0924a57420c458f29c4d5a4d28163d6d2314a170cc4ff6c040
Download zip
20.17 KB
MD5: 289ec930858c670cd31c7a6c1cce67c9
SHA-1: 3b441d55af0512b0524b1b75c45c8a248b3ee35c
SHA-256: 96b337cfeba0bb520c60dfa33d3223dfa2ea9946bff5250398354a5e407b1575
Release notes
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