Skip to content

LefeWareSolutions/OrchardCore.Payments

Repository files navigation

OrchardCore.Payment

A module for handling payment scenarios in OrchardCore

  • This module is not meant to actually process any payments, rather it is meant to be used in conjuction with other extension modules for actual payment:
  • The goal of this module is to handle generic information related to an items cost.
  • The payment part contains the following 3 fields:
    • Payment Description: Description text to go along with the payment form
    • Cost: Cost of the item
    • Currency: Right now only CAD and US are supported.
  • The payment part can be attached to any existing content item (e.g. a product or registration).
  • This module is still in early stages of development and is not ready for consumption.

Setting up your dev environment

  1. Prerequisites: Make sure you have an up-to-date clone of the Orchard Core repository on the dev branch. Please consult the Orchard Core documentation and make sure you have a working Orchard before you proceed. You'll also, of course, need all of Orchard Core's prerequisites for development (.NET Core, a code editor, etc.). The following steps assume some basic understanding of Orchard Core.
  2. Clone the module under [your Orchard Core clone's root]/src/OrchardCore.Modules.
  3. Add the existing project to the solution under src/OrchardCore.Modules in the solution explorer if you're using Visual Studio.
  4. Add a reference to the module from the OrchardCore.Cms.Web project.
  5. Build, run.
  6. From the admin, enable the module's only feature.

About

A module for handling payment scenarios in OrchardCore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published