Skip to content

pjcdawkins/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

Preparation:

  1. Install the -dev versions of Drupal 8 and composer_manager.
  2. Initialize composer_manager* (drush composer-manager-init or php modules/composer_manager/scripts/init.sh).

With Drush:

drush dl commerce && drush en -y commerce commerce_order commerce_product commerce_tax

(Drush dl runs composer drupal-update automatically).

Without Drush:

  1. Download Commerce to your modules directory.
  2. Inside your core/ directory run composer drupal-update. This will download the Commerce libraries.
  3. Enable the Commerce modules.

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.5%
  • HTML 1.1%
  • Other 0.4%