Skip to content

An open, free and community developed eCommerce system for concrete5

License

Notifications You must be signed in to change notification settings

mnakalay/community_store

 
 

Repository files navigation

Community Store add-on for concrete5

Software License

An open, free and community developed eCommerce system for concrete5

Please refer to the project documentation for extended details - https://concrete5-community-store.github.io/community_store/

The goal of this project is to provide a stable, feature rich, highly extensible and customizable 'shopping cart toolkit' for version 8+ of concrete5. The add-on will work directly with a Bootstrap based theme, primarily Elemental, but is intended to be easily modified and overriden for a custom theme.

PHP Version

This add-on is intended to be run in a PHP 7 environment.

Setup

The package can be downloaded, unzipped into the /packages directory (ensuring the folder name is simply 'community_store') and installed via the 'Extend concrete5' option within the dashboard. It is recommended that a 'release' be used instead of the master branch - https://github.com/concrete5-community-store/community_store/releases

Development

To install dependencies run:

  • npm install --dev
  • composer install

Once installed the node_modules folder is not needed for deployment.

Documentation

Further documentation and how-tos can be found at https://concrete5-community-store.github.io/community_store/ The documentation is automatically generated using https://vuepress.vuejs.org/, from the files within the docs folder of the master branch. Pull requests to the documentation are also welcome.

Payment gateways

To keep the 'core' store component as lightweight as possible it does not include a payment gateway other than the 'Invoice' type. Payment gateways are to be installed as additional add-ons.

Additional gateways can be found at https://github.com/concrete5-community-store.

Shipping Methods

The store features two built in shipping methods, but like payment gateways these can be extended with further packages. An simple example shipping method has been created for reference and can be found at: https://github.com/concrete5-community-store/community_store_shipping_example

Further pre-built shipping methods are also available at Additional gateways can be found at https://github.com/concrete5-community-store.

Translations

Interface translations for Community Store are managed at https://translate.concrete5.org/translate/package/community_store and can be installed via concrete5's dashboard.

To provide translations, please register/login at the above link.

Additional Addons

User Account Order History

Show a user's order history as a single page /account/orders: https://github.com/JeRoNZ/community_store_order_history

Omni Gallery for Community Store

Show product and product list images in galleries, sliders and carousels. https://www.concrete5.org/marketplace/addons/omni-gallery-for-community-store

Community Store Import

Import products via a CSV file. https://github.com/dbuonomo/community-store-import

About

An open, free and community developed eCommerce system for concrete5

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 91.2%
  • JavaScript 7.3%
  • CSS 1.5%