Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Allows the ability to use craftyclicks in forms for address lookups currently hooks off the field type using javascript.
This will change to work with the newer API for crafty clicks.
This module integrates the commerce_file module with the commerce_product_bundle module.
Currently you can add products containing commerce_file fields into bundles, but when a customer purchases the bundle the files will not be made available. Similarly, any issued file licences will not be revoked if the order is canceled.
This module adds that functionality by exposing the files to the bundle line items and exposing rules and actions that issue/revoke file licences for bundled files.
Install and enable commerce_file_bundle in the usual way.
Check that any commerce_file and commece_product_bundle configurations are set. Check the README.txt and/or documentation for each to learn how to configure these modules.
Since the rules provided in this module duplicate the corresponding rules provided by commerce_file, you may want to disable those rules provided by commerce_file to prevent duplicate executions.
Now commerce files will be issued/revoked by the new rules whether they are part of a commerce_bundle or not!