Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download ubercart-7.x-3.0-rc1.tar.gztar.gz 568.39 KB
MD5: 083daa2223abbe84d339021682473785
SHA-1: 698dbdf5a99b9a61d5968742fd30dff08552edba
SHA-256: d8345d921863e6ae393d1b50e52f80ee77360db378cbfc7e90d2e277fadedee5
Download ubercart-7.x-3.0-rc1.zipzip 811.11 KB
MD5: a5628ffb1902e16a8af550d513ef53f7
SHA-1: ccb47269d733e3d4644499554563bd90f3da9b86
SHA-256: 05fa1f608914f557dbb4b0989fb3a7cd685eb7386016c7363181c0fc6beb22d7

Release notes

Known issue:

#1118036-8: add weight_unit to {uc_order_products} table was committed accidentally right when the release was tagged. That was an in-progress patch that causes problems on the order-edit form. See that issue for a small patch to fix that problem.

Changes since Ubercart 7.x-3.0-beta4:

  • API:
    • uc_order_load_line_items() returns stored and calculated line items together.
    • Product nodes have display_price and display_price_suffix, which show price changes that are ultimately calculated during checkout (e.g., VAT).
    • Added currency field to orders.
    • Added default values to uc_payment_enter().
    • Removed uc_strip_form().
  • Database:
    • Increased size of {uc_payment_receipts}.comment.
  • Theme:
    • Invoice templates can use $shippable variable.
    • Added theme_uc_checkout_pane_cart_review().
    • Removed theme_uc_cart_view_price().
    • Removed theme_uc_address_pane().
  • UI:
    • Converted "View orders" page to a View.
    • Address field settings moved from checkout settings to country settings.
  • Misc:
    • Added dependence on Views to Orders.
    • Restored dependence on Rules.
    • Product tokens are [node:product:...] instead of [product:...].
    • Removed [store:url] token. Duplicate of [site:url].
    • Use the permission 'view reports' instead of 'view store reports'.
Created by: Island Usurper
Created on: 4 Oct 2011 at 21:32 UTC
Last updated: 1 Aug 2018 at 23:53 UTC
Bug fixes
Insecure

Other releases