Commerce Product Queue

Component type

module

Maintenance status

Development status

Component created

Component changed

Commerce Product Queue will be used to get Commerce products in a queue. User will have the ability to adjust and change the order of products in Commerce Product queue. This can be further used with views to set order according to Commerce Product Queue.

Project Issue Link - https://www.drupal.org/node/2619864

MLM Unilevel Plan

Component type

module

Maintenance status

Development status

Component created

Component changed

The unilevel plan is one of the leading Multi level Marketing plan. This plan is very helpful to increase the sales of a product. A distributor may have 'n' number of sub distributors and top distributed will get the profile share if a sub-distributor completes a sale. Plan, commission level, commission percentage are configurable.

The module can be integrated with Drupal commerce

Commerce Wechatpay

Component type

module

Maintenance status

Development status

Downloads

270

Component created

Component changed

Wechat (Weixin) payment solution for Drupal Commerce

This module is currently under maintenance and keep updating in Github

Requirements

  1. SDK package overtrue/wechat

    在安装本模块前,请下载overtrue的wechatSDK,并放入"libraries"文件夹中

    Please download SDK package and put inside "libraries" folder before install this module

Commerce Behat

Component type

module

Maintenance status

Development status

Downloads

200

Component created

Component changed

This module contains Behat contexts for the Behat Drupal Extension to make testing with Drupal Commerce.

Since Drupal.org's testing does not support Behat, development is done on GitHub. However issue tracking/management should be done here.

GitHub: https://github.com/mglaman/drupal-commerce-behat

Using the provided contexts

The simplest way to incorporate the provided contexts is to add the tests/steps directory to your behat.yml configuration.

BlockAdBlock

Component type

module

Maintenance status

Development status

Component created

Component changed

Exposes BlockAdBlock plugin through the Libraries API. This is intended to be used by other modules or by any custom code you write.

Usage

Recommended usage is in the #attached property of a render array:

function mymodule_preprocess_html(&$variables) {
  $variables['page']['page_bottom']['#attached']['libraries_load'][] = array('blockadblock');
}

Alternate usage is via libraries_load():