WooCommerce Sofort Payment Gateway Download
Online bank transfer via SOFORT Überweisung

Sofort.com is one of the most famous online banking payment providers in Europe. Customers can transfer cash using their online banking account via sofortueberweisung.de or sofort.com, a well-known payment provider in Europe. WooCommerce Sofort Payment Gateway Download
WooCommerce Sofort Payment Gateway Download is available for these countries:
- Austria
- Belgium
- Czech Republic
- France
- Germany
- Hungary
- Italy
- Netherlands
- Poland
- Slovakia
- Spain
- Switzerland
- United Kingdom
This extension is in English and German, and requires a SOFORT account.
WooCommerce Sofort Payment Gateway Download
FAQ
1. Does the SOFORT Banking gateway work for _______ (country)?
The extension supports EUR, GBP, CHF and PLN currencies and is not dependent on country. Austria should work, but your store needs to be set to use one of these currencies.
2. How can I change the transaction reason?
For changing the transaction reason you can use filters. There are the two filters woogate_sofort_transaction_reason_1 and woogate_sofort_transaction_reason_2 for the two lines of the transaction reason.
Example:
function filter_my_transaction_reason( $message, $order_id, $order_number ){
return sprintf( ‘My Order %s’, $order_number );
}
add_filter( ‘woogate_sofort_transaction_reason_1’, ‘filter_my_transaction_reason’, 10, 3 );
But please be aware, that you only have 27 chars for each transaction reason filter.
Click here for WooCommerce Sofort Payment Gateway Download