Coder Social home page Coder Social logo

commerce's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.