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.
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.
- 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
- eCommerce domain model and service interfaces as a NuGet package
- core eCommerce service implementations as a NuGet package
- core eCommerce C# API client as a NuGet package
- API client documentation http://demo.virtocommerce.com/admin/docs/ui/index#!/Commerce_core_module