Skip to content

element-11/vc-module-core

 
 

Repository files navigation

Build status Quality Gate Lines of codeDocumentation 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 79.3%
  • JavaScript 9.4%
  • HTML 6.0%
  • CSS 4.8%
  • Other 0.5%