Mailchimp User Lists

Component type

module

Maintenance status

Development status

Downloads

765

Component created

Component changed

Overview

This module is an expansion of the already existing Mailchimp module.

This module was designed for businesses and organizations that have internal departments who need Mailchimp access but limited to specific lists and controlled branding templates. At the same time it allows management to continue to maintain a central database of lists through Mailchimp itself.

Commerce checkout button text

Component type

module

Maintenance status

Development status

Component created

Component changed

Change the displayed text of the button which takes the user to the payment process.

In some cases the standard text needs to be customised e.g. to comply with legal regulations. This module allows you to change the text to whatever you need. For Germany, this is needed to comply with the "Button Lösung" regulation.

The module has no UI. After the usual install, go to commerce_checkout_button_text.module and type in your button text. In this example below the button shows "Buy & submit payment" and is translated to "Kaufen" (see screenshot).

Commerce Cart View Override

Component type

module

Maintenance status

Development status

Downloads

19430

Component created

Component changed

This module provides the ability to override the default cart page view for Drupal Commerce.

Sponsored by Commerce Guys

Reasons this module exists

  • The cart page view is not a view with a page display; therefore, you cannot just override the path.
  • The cart page uses a view (commerce_cart_form) that is hard coded in the menu callback for the path "cart"
  • The cart page view is not exportable since the default view is defined in Commerce Cart.

The Commerce Cart View Override module solves all of the problems and provides a way to select the view to display on the cart page.

Commerce Services resources

Component type

module

Maintenance status

Development status

Downloads

5516

Component created

Component changed

Commerce Services integrates Drupal Commerce with the Services module's REST server. This allows you to build an API that can list (index), create, read, update, and delete Commerce entities remotely, including Products, Customer profiles, Orders, Line items, and Payment transactions. It also supports pseudo-entities such as product displays and shopping carts to make it easier to render Add to Cart forms and manipulate cart contents remotely.

Sponsored by Commerce Guys.

Commerce CiviCRM

Component type

module

Maintenance status

Development status

Downloads

3324

Component created

Component changed

When a customer buys something from a Drupal Commerce online shop, this module:

  • Creates a CiviCRM contact record if the purchaser doesn't already exist.
  • Adds the purchaser to the specified CiviCRM group.
  • Adds (or updates) a contribution history to their record.