Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
589.48 KB
MD5: 7d0c5d938b126043a4a40b9e73febc27
SHA-1: 35a6deddc7878ba3966c55874ed39026bf0e0a3b
SHA-256: 65ab81c88c9b48a0776d9365c4eca6e34602f1311364a2e2ca15c59612c51ad4
Download zip
842.55 KB
MD5: f4fb7507318d89095eb57a689d2dcdf9
SHA-1: c0a729e7ddcc1e9c6ce251ed6382d5512c64fc2f
SHA-256: b8f06ab411b013c4e9cff1d74e1f9ce08b3d59a8bd101056d930068135f2d2fa
Release notes
Changes since 7.x-3.0-rc3:
- API:
- Added hook_uc_payment_method_alter().
- Added hook_uc_product_alter().
- Added theme_uc_attribute_option() for the add to cart forms.
- Added theme_uc_qty().
- Node shipping addresses are always arrays.
- uc_line_item_tax() removed.
- uc_cybersource_uc_calculate_tax() returns an associative array.
- Removed theme_uc_payment_method_select().
- Removed 'load' op from hook_uc_cart_item().
- Removed $op from uc_cart_remove_item().
- Removed uc_country_select().
- Removed uc_country_ajax_zone().
- Replaced 'can_ship' op of hook_uc_cart_item() with hook_uc_order_product_can_ship().
- Replaced uc_cart_item_is_shippable() with uc_order_product_is_shippable().
- Order pane op 'show-title' removed. Use the 'edit title' property in hook_uc_order_pane().
- Order pane op 'edit-ops' removed. Use #ajax for the same functionality.
- Database:
- {uc_product_adjustments}.combination has 'serialize' => TRUE.
- Entity:
- Order products and cart items are now handled by the Entity API.
- Add 'cart' view mode for order products.
- Order products and cart items are now handled by the Entity API.
- Orders:
- Added 'Abandoned' status. 'In Checkout' orders are moved to 'Abandoned' after a configurable period of time.
- Rules:
- Added event 'uc_order_delete'.
- Added event 'uc_product_load'. Occurs before hook_uc_product_alter().
- Allow payment methods to have configurable conditions, like shipping quotes.
- UI:
- Converted admin/store/customers page to a View.
- Misc:
- Added tests.
- Removed inline CSS and deprecated HTML attributes.
- Removed 'uc_catalog_name' variable.
- Removed 'uc_minimum_subtotal_text' variable.