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.
Enhance autocomplete field widget for EntityReference and taxonomy. There are already some modules to handle this but I tried and none fit my requirements.
This module integrates ShipStation (http://www.shipstation.com) and
Drupal Commerce for the purpose of fulfilling orders placed in Drupal Commerce through ShipStation. The integration currently uses the ShipStation Custom Store service (https://help.shipstation.com/hc/en-us/articles/360025856192-Custom-Store...) to facilitate the export of orders from Drupal Commerce and to receive updates from ShipStation in Drupal Commerce when an order is fulfilled.
The module provides a number of configuration options, allowing you to choose which order status in Drupal Commerce should be used for exporting orders to ShipStation, what field should be used for pushing order comments to ShipStation, along with configuration options for billing and shipping phone numbers and product images. You can also choose which shipping methods are made available to ShipStation.
This module provides a Drush command to switch between install profiles found in /profile directory:
drush switch:profile [new-profile]
This is useful for moving an existing site to distribution or moving from an abandoned distribution back to a standard Drupal core install.
Profiles can become disabled for a number of reasons (see #1170362: Install profile is disabled for lots of different reasons and core doesn't allow for that. Beta 2 or > of Profile Switcher can also be used to re-enable the active profile. The profile may become disabled again if the underlying issue (like a dependency defined in the profile's .info being disabled) ins't resolved, but this will at least resolve the issue temporarily.
IMPORTANT WARNINGS:
Switching profiles is NOT a trivial change like switching a theme.
ALWAYS test before using on a live site and ALWAYS have a backup
Switching Profiles does NOT run the profile's .install. This will not work for all distributions.
Modules, themes, and libraries included in a distribution are only available when using the distribution. Modules, themes, and libraries in sites/all are available to when using any profile... AND OVERRIDE THE VERSION IN THE PROFILE EVEN IF THE SITES/ALL VERSION IS OLDER
Because some modules register absolute paths to files in Drupal's registry table, you may run into issues when switching profiles even if the version of the module is the same. (Tips for fixing registry related issues).
If the Profile Switcher module was included in a /profile/[profile_name]/modules and you switch to a profile that doesn't include the Profile Switcher module, you will get a page not found error after the switch not be able to switch back until adding the Profile Switcher module to sites/all/modules
HyperDrupal is a distribution providing the basis for building a REST API server using Drupal 8. It derives its name from the use of hypermedia API responses, allowing REST API clients to traverse the API in much the same way a human traverses a web page.
The promise of a mature REST implementation is the API equivalent of a wiki walk, and Drupal 8 is poised to be the perfect framework for realizing this potential. Thanks to Web Services and Context in Core Initiative spearheaded by Larry Garfield, we now have a core REST module with an optional HAL module that allows us to format responses in one of the leading generic hypermedia types available (see the specification). We have also included Guzzle to serve as our HTTP client for consuming remote web services.
This distribution will be a sandbox of sorts for proving the use case of Drupal 8 as a REST API server and contributing to the development of tools that extend the functionality of core as both a server and client.