Varbase Commerce
Provides a starting point for Varbase merchandise section and the products catalog.
Varbase Commerce Module
Varbase commerce merchandise features are bundled through the Varbase Commerce module. GitHub: https://github.com/Vardot/varbase_commerce Drupal.org: https://www.drupal.org/project/varbase_commerce
After building a project using the varbase-project
template.
Install with Composer: $ composer require 'drupal/varbase_commerce:~1'
Using Composer to manage Drupal site dependencies
The code of the Varbase Commerce module will be located in:
Brings in the following core and contributed modules to your site:
Module | Purpose |
Defines common functionality for all Commerce modules. | |
Implements the shopping cart system and add to cart features. | |
Defines the Product entity and associated features. | |
Provides reporting capabilities for sales, products, customers and payment gateways. | |
Comment (in Drupal core) | Allows users to comment on content. |
Plugin to export views data into various file formats. | |
Provides configurable checkout flows. | |
Provides core shipping functionality. | |
Adds the commerce stock management feature. | |
Provides payment functionality. | |
Replaces the default cart block to use a offcanvas flyout | |
Provides tax functionality. | |
Provides a UI for managing promotions. | |
Enables fivestar ratings on content, users, etc. | |
Create customized flags that users can set on entities. | |
Provides a generic framework for modules offering search capabilities. | |
Adds autocomplete functionality to searches. | |
Faceted search interfaces that can be used on Search API searchers. | |
Render Facets in a single block. | |
Provides advanced options (e.g. links, checkboxes, or other widgets) to exposed Views elements. | |
Allows users to collect entities in arbitrarily ordered lists. | |
Provides a color field type to store the color value and opacity | |
An expanding/collapsing tree widget for selecting terms in a taxonomy term reference field. |
Last updated