Description
Make it easy for your customers from Croatia to perform direct bank transfer with generated payment slip, along with barcode for mBanking.
This plugin adds to the WooCommerce new payment gateway which is actually customization of Direct Bank Transfer payment option applicable for customers from the Republic of Croatia.
By installing, activating and enabling this payment gateway users are able to select payment options that offers them following:
- generated and pre-filled payment slip document which can be downloaded and printed, and then brought to any bank or post-office for making payment
- aforementioned payment slip also contains barcode which can be scanned through many apps for mobile banking in Croatia, thus making the payment process much faster and easier
Translations:
- Croatian
- English
Requirements
The following PHP modules have to be installed and enabled:
bcmath
fileinfo
gd
mbstring
Special thanks to
- Webmonster team that developed plugin Wooplatnica (Serbian payment slip generator for WooCommerce)
- Ivan Habunek author of PDF 417 barcode generator for PHP
Screenshots
Installation
This section describes how to install the plugin and get it working.
- Install the plugin using WordPress plugin search under WordPress admin area or upload it manually to the
/wp-content/plugins/
directory - Activate the plugin through the Plugins menu in WordPress admin area
FAQ
-
Report bugs on the issue tracker of this plugin on GitHub. You can also report them in support forum.
You can follow and join the development process of this plugin on its GitHub repository. -
In case you are encountering this issue, potential cause could be because you are using some plugin that is changing default behaviour of SMTP client. If you dont want to sacrifice that plugin, the solution is to deselect the option Display image(s) inline in e-mail message body in the settings page of this plugin which will be cause that e-mail messages wont be sent using PHPMailer module, but using alternative way. By using this approach the images wont be displayed inline in e-mail message body, yet they will be treated as regular attachments, although at least the e-mail messages will be delivered to the customers.
-
In your
functions.php
file you should add function to the filter wooplatnica-croatia_order that would perform conversion of the order price (which could be extracted from the object of class WC_Order passed as a first/only function argument) and would return instance of WC_Order class with updated field values.