Commerce Jivosite

Component type

module

Maintenance status

Development status

Downloads

279

Component created

Component changed

Module provides integration with online chat service Jivosite's javascript API.
It exposes basic customer information to your agent's app:

  • User's name (for logged in customers)
  • Cart order total amount
  • Cart order ID and admin area order edit link

You can expose more info by implementing specific -alter hook in your custom module.

You should have Jivosite script already added to you site for this module to work properly.

Administration Actions

Component type

module

Maintenance status

Development status

Component created

Component changed

Synopsis

This features exposes more buttons for performing single actions upon a node,
eg, 'rebuild node alias' or 'set field value to x'.

These actions are most useful for non-core actions and custom actions, such as
'check for broken links', 'convert to page',
or 'set expiry date 3 months into the future'.

admin_actions - quick configure process

Configuration Rewrite

Component type

module

Categories

Maintenance status

Development status

Downloads

13455

Component created

Component changed

Rewrite existing configuration during installation

Place any configuration .yml in your module's config/rewrite folder and declare config_rewrite a dependency to your module. Full and partial configuration changes are saved on installation.

Example Config Rewrite

file://mysite/docroot/modules/my_module/config/rewrite/lightning_core.settings.yml

Config Dependencies

Component type

module

Maintenance status

Development status

Component created

Component changed

This project is an effort to extend Drupal Core's configuration to support other dependencies outside of the system.

One substantial issue (https://www.drupal.org/node/2248369) outlines the use of UUIDs within configuration that do not extend to Drupal's content.

This project aims to provide general utility to solving this problem.

YAML Content

Component type

module

Maintenance status

Development status

Downloads

2947

Component created

Component changed

Note: this is a back-end utility module with no user interface. All interaction with the module is currently handled through Drush unless a module referencing this as a dependency adds additional functionality.

High Level Overview

YAML Content is intended for importing and exporting (coming later) content while minimizing hurdles related to interrelation of content. All content for import and export is formatted in a YAML structure parallel to the entity value arrays to make extending the data as simple as possible.

Autoloading for themes

Component type

module

Maintenance status

Development status

Downloads

307

Component created

Component changed

Out of the box, Drupal only honours files[] entries in module info files and not themes.

Enable this module (and clear all caches) and all the files[] directives in your theme .info files will immediately begin working.

Disabled themes are ignored.