This project provides a PostFinance integration for the Drupal Commerce payment and checkout system.
Postfinance, part of the Swiss Post, is a Swiss payment services provider (PSP) for e-payment solutions for professionals and beginners. Postfinance integrates all popular payment methods.
Features
This project includes a base module that allows those that have a contract with Postfinance to setup and execute direct e-commerce payments.
Implemented and confirmed working the following functions (E-Commerce):
Paymentmethod: Postfinance (choose method on carrier site)
Paymentmethod: Postcard
Paymentmethod: eFinance
Paymentmethod: VISA
Paymentmethod: MasterCard
Paymentmethod: American Express
Paymentmethod: PayPal
SHA Digest (OUT and IN)
Callback (IPN) that creates a Commerce transaction
With this module you can output a view as a PDF document. Each field of the view can be placed on the PDF page directly in the administration interface. Therefore a new display called "PDF" is added.
There are already some PDF solutions such as Print. But these solutions use the HTML output and converts this to PDF. The downsides of such an integration are:
No control over page flow (e.g. page break).
Little or no control over page header and footer.
You need HTML skills to change the layout.
The rendering is slow and need a lot of memory, because it needs to render the HTML.
Complex tables make troubles.
Vector graphics can not be implemented, therefore the printing of the document can be problematic.