Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download commerce-7.x-1.7.tar.gztar.gz 359.62 KB
MD5: bedfde3ae336892df9a433990b8fc77a
SHA-1: 7f95b3292606ccd07f630ef3aa811734a0ae3b69
SHA-256: 14699f6795331b4802eeff93d0991e0ebca00953ee563d5f5965badd924d887a
Download commerce-7.x-1.7.zipzip 488.8 KB
MD5: 2d611fb989b77c8169e4a01490e2084c
SHA-1: c7c5aab278804016cf20aec969128ab9273a9a72
SHA-256: 2afd957342a1f4ef6a8e877ec2344afb80928ea2c8d0e6833f062896f7af0f99

Release notes

This is a minor maintenance release primarily pushed to fix the regression in Commerce 7.x-1.6 that prevented product image fields injected into node displays from linking to their node displays (as opposed to the product admin URLs). The release also addresses minor issues in the checkout pane settings form and checkout form validate / submit handlers.

Changes since 7.x-1.6 (10 commits):

  • #1968712 by Berdir: reset the order object stored in the checkout form form cache so a submission that fails validation will ensure the form gets rebuilt with the updated order object.
  • #1977984 by dpolant: load the order afresh when processing a checkout form back button submission.
  • #1968718 by rszrama: check for a valid entity URI before attempting to use it in the arguments for the Add to Cart form display formatter.
  • #1980498 by maciej.zgadzaj: use hook_query_TAG_alter() to identify hook implementations instead of using the tag name itself.
  • #1980410 by pcambra: update checkout pane settings form submission to ignore form elements that don't have a type.
  • #1970482 by rszrama, davidwthomas: fix the regression introduced by #1863776 into commerce_product_reference_commerce_product_uri() that prevented product image / file fields from linking to the entity into whose display they were being injected; specifically this makes injected product image fields able to link to the product displays that reference them again.
  • #1469806 by bkonetzny: add module tags to all our default rule configurations.
  • Remove a leftover debug message from the customer profile checkout pane form builder callback.
  • #1969156 by rszrama: add query tags to the can delete queries for customer profiles in the Order module and products in the Product Reference module.
  • #1967262 by rszrama: update commerce_product_reference_entity_view() to not attempt to find a default product in a product reference field with no value.
Created by: rszrama
Created on: 30 Apr 2013 at 05:05 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
Bug fixes
Insecure

Other releases