Commerce Google Shopping
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Under dev.
Under dev.
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
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
Braintree module provide basic integration with Drupal and Braintree.
The initial release can be found in GitHub: https://github.com/cityreader/braintree
Provides a facetapi widget plugin for color swatch facets links - see screenshot.
This module is currently under maintenance and keep updating in Github
在安装本模å—å‰ï¼Œè¯·ä¸‹è½½overtrueçš„wechatSDK,并放入"libraries"文件夹ä¸
Please download SDK package and put inside "libraries" folder before install this module
Integrate with Avanser call tracking functionality.
Avanser is an Australian company providing a technology to track calls made from a website. This module outputs the tracking code required to track these calls.
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
The simplest way to incorporate the provided contexts is to add the tests/steps directory to your behat.yml configuration.
Exposes BlockAdBlock plugin through the Libraries API. This is intended to be used by other modules or by any custom code you write.
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():