giancarlosotelo / commerce

Drupal Commerce 8.x-2.x development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drupal Commerce

Build Status

Drupal Commerce is an open source eCommerce framework that is designed to enable flexible eCommerce for websites and applications based on Drupal.

NOTE!! Unstable Dev Version

This is a non-functional dev version. You're welcome to interact with us in the issue queue and submit patches / pull requests.

Issue Tracker

Installation

Preparation:

  1. Download the -dev versions of Drupal 8 and composer_manager into your modules directory.

  2. From the Drupal root directory, initialize composer_manager,* and run it for the first time:

    php modules/composer_manager/scripts/init.php
    composer drupal-update
  3. Enable the Commerce modules, e.g.:

    drush en -y commerce commerce_order commerce_product commerce_tax

Notes:

    • Find out more about composer_manager usage here.

Related Libraries

For the 2.x branch of Drupal Commerce, Commerce Guys has moved some of the logic out of the Drupal world and into the greater PHP community.

###Intl

An internationalization library powered by CLDR data. Handles currencies, currency formatting, and more.

###Addressing

An addressing library, powered by Google's dataset. Stores and manipulates postal addresses, meant to identify a precise recipient location for shipping or billing purposes.

###Zone

A zone library. Zones are territorial groupings mostly used for shipping or tax purposes.

###Tax

A tax library with a flexible data model, predefined tax rates, powerful resolving logic.

###Pricing

A component for managing prices, taxes, discounts, fees.

Maintainers

Maintained by Ryan Szrama and Bojan Zivanovic of Commerce Guys.

About

Drupal Commerce 8.x-2.x development


Languages

Language:PHP 98.5%Language:HTML 1.0%Language:Shell 0.2%Language:CSS 0.2%