Skip to content

BBGuy/commerce

 
 

Repository files navigation

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

  1. Install the latest -dev version of Drupal 8.

  2. Install the latest -dev versions of devel* and composer_manager.

  3. Enable Commerce (but not any of the submodules!)

  4. Go to your sites/default/files/composer directory and run composer install.

    This will download the required libraries into your sites/all/vendor directory.

  5. Enable the Commerce submodules. Use the admin/modules page, Drush won't work currently**.

Notes:

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. This effort has produced four unique eCommerce-related PHP libraries

###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.

###Pricing

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

###Zone

Zone checks if an address matches a set of conditions.

Maintainers

Maintained by Ryan Szrama and Bojan Zivanovic of Commerce Guys.

About

Drupal Commerce 8.x-2.x development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published