Anatfe / vc-module-core

Core module containing common eCommerce domain model and base abstractions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Share on Facebook Tweet Latest release Total downloads License

CI status Quality gate Reliability rating Security rating Sqale rating

Documentation Ask question at https://stackoverflow.com/questions/tagged/virtocommerce Join the chat at https://gitter.im/VirtoCommerce/vc-community Contributors

Represents common eCommerce domain model and base abstractions, which can be used and implemented in derived modules. It also exposes some common eCommerce API for storefront security, SEO, fulfillments, payments and taxes evaluation.

Installation

Installing the module:

  • Automatically: in VC Manager go to Configuration -> Modules -> Commerce core module -> Install
  • Manually: download module zip package from vc-module-core/releases. In VC Manager go to Configuration -> Modules -> Advanced -> upload module package -> Install.

Settings

  • VirtoCommerce.Core.General.TaxTypes - manually defined tax categories which can be assigned to eligible objects (category, product, etc.)
  • VirtoCommerce.Core.General.WeightUnits - mass units available for physical goods weighting
  • VirtoCommerce.Core.General.Languages - supported languages (culture names) (en-US, ru-RU, etc.)
  • VirtoCommerce.Core.FixedRateShippingMethod.Rate - amount (rate) for “Fixed rate” shipping method
  • VirtoCommerce.Core.FixedTaxRateProvider.Rate - percentage (rate) for “Fixed rate” tax provider

Available resources

About

Core module containing common eCommerce domain model and base abstractions

License:Other


Languages

Language:C# 55.6%Language:JavaScript 18.5%Language:HTML 15.7%Language:CSS 10.2%