Skip to content

samppam/vc-module-core

 
 

Repository files navigation

Build Status

VirtoCommerce.Core

VirtoCommerce.Core module 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

License

Copyright (c) Virtosoftware Ltd. All rights reserved.

Licensed under the Virto Commerce Open Software License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://virtocommerce.com/opensourcelicense

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

About

Core module containing common eCommerce domain model and base abstractions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 78.2%
  • JavaScript 9.5%
  • HTML 6.7%
  • CSS 5.1%
  • Other 0.5%