Commerce Quote Cart

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides quote cart functionality for commerce, supporting either:

1. Converting the entire Commerce module into a quote-only experience, or
2. Mixing quote and purchase items together and allowing them to be placed in the same order.

Guzzle REST Generator

Component type

module

Maintenance status

Development status

Downloads

462

Component created

Component changed

Module to easily perform real-time external REST requests and converted to Drupal REST endpoints from your app.

This helps in hiding your Access Key as the external url(ex: https://api.meetup.com/2/cities?&key=xxxxxxxxxxxxxxxxxx) is internally called from your app and not from the client browser.

The module creates a content type "Guzzle Drupal Endpoint" which is as shown in the figure and currently supports GET, PUT and POST calls only using Guzzle.

Customer Product Prediction

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Customer Product Prediction is a novel platform for your website that creates a model of your data using artificial intelligence algorithms to predict, with a high probability, if a new or existing customer will likely buy one or more of your products.

Customer Product Predictor

Component type

module

Categories

Maintenance status

Development status

Downloads

54

Component created

Component changed

CUSTOMER PRODUCT PREDICTOR

Customer Product Predictor (CPP) is a set of modules designed to allow you to run prediction features on your Drupal site in order to predict the probability of a customer buying your products based on the latest artificial intelligence algorithms and tools. Development has been driven by two major emphases: flexibility and usability. So far, we have launch the core module of this product which is fully functional and independent of future releases related to this product.

Sector shop

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Commerce feature and supporting functionality - optional (contrib) addition for Sector.

Installation:

Download sector according to the instructions on the sector page.

Download this project and copy the included makefile (build-sector-shop.make) into the sector directory

In your custom project make file add the following line:

includes[] = build-sector-shop.make
Build sector, eg by running the following command