Skip to content

bluedynamics/bda.plone.payment

Repository files navigation

bda.plone.payment

Shop payment processors.

This package is part of the bda.plone.shop stack. Please refer to bda.plone.shop for installation instructions.

Available Processors

Following payment processors are available

Cash

Useful when selling stuff which gets paid on-site.

All Data is sent via email.

Administrators exports orders or teller staff marks orders billed instantly in backend.

Cash in advance

All Data is sent via email.

Administrators send an invoice by e-mail.

Administrators need to mark the order as billed manually after they received the payment.

Cash on delivery

All Data is sent via email.

Administrators send an invoice by e-mail.

Administrators need to mark the order as billed manually after sending with service providing cash on delivery.

Debit Order

Useful when customers are well known and permission to perform debit orders is granted.

All Data is sent via email.

Administrators take action and mark orders salaried.

Invoice

All Data is sent via email.

Administrators send an invoice by e-mail.

Administrators need to mark the order as billed manually after they received the payment.

SIX-Payment

Redirect payment using https://www.saferpay.com.

Order is marked automatically salaried if payment succeed.

Administrator needs to take action if payment failed.

TODO: move six payment processor to bda.plone.sixpayment

Addon Payment processors

Following addon payment processors are known:

If you have implemented another payment processors or know other implementations than the listed one, please let us know.

Providing a payment processor

TBD

Customize existing payment processors

To de-activate a payment processor unconfigure it using z3c.unconfigure:

<include package="z3c.unconfigure" file="meta.zcml"/>
<include package="bda.plone.payment"/>
<unconfigure>
  <adapter
    name="six_payment"
    factory="bda.plone.payment.six_payment.SixPayment" />
</unconfigure>

Create translations

::

$ cd src/bda/plone/payment/ $ ./i18n.sh

Contributors

  • Robert Niederreiter (Author)
  • Harald Frießnegger
  • Peter Holzer