Changeset 636659
- Timestamp:
- 12/10/2012 05:03:56 PM (13 years ago)
- Location:
- woocommerce-mpay24-gateway
- Files:
-
- 2 edited
-
tags/1.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-mpay24-gateway/tags/1.0/readme.txt
r636654 r636659 13 13 == Description == 14 14 15 Features: 16 * Use mPAY24 PHP Files (version 2012-10-16), follow mPAY24 specification (version 2012-04-13)17 * Using the mPAY24 payment page to integrate in website18 * Switching between DEV and PROD mPAY24 environment with SOAP logins19 * Payment methods available: credit cards20 * Languages available for Wordpress Admin: EN, DE21 * Languages available for payment page: BG, CS, DE, EN, ES, FR, HU, NL22 * Supported currency in payment page: EUR23 * no mPAY24 proSafe Support24 * default styling for payment page15 = Features = 16 * Use mPAY24 PHP Files (version 2012-10-16), follow mPAY24 specification (version 2012-04-13) 17 * Using the mPAY24 payment page to integrate in website 18 * Switching between DEV and PROD mPAY24 environment with SOAP logins 19 * Payment methods available: credit cards 20 * Languages available for Wordpress Admin: EN, DE 21 * Languages available for payment page: BG, CS, DE, EN, ES, FR, HU, NL 22 * Supported currency in payment page: EUR 23 * no mPAY24 proSafe Support 24 * default styling for payment page 25 25 26 mPAY24: 27 If there are newer mPAY24 PHP Files you can replace the files in the folder 'MPay24'.28 If you want to extend the functionality (e.g. add styling for payment page) you have to edit class-wc-mpay24-shop.php26 = mPAY24 = 27 If there are newer mPAY24 PHP Files you can replace the files in the folder `MPay24`. 28 If you want to extend the functionality (e.g. add styling for payment page) you have to edit `class-wc-mpay24-shop.php` 29 29 30 30 == Installation == … … 37 37 38 38 1. Upload `woocommerce-gateway-mpay24` to the `/wp-content/plugins/` directory 39 2. Activate the plugin through the 'Plugins'menu in WordPress40 3. Configure your mPAY24 settings under 'WooCommerce Settings -> Gateways -> MPAY24'39 2. Activate the plugin through the `Plugins` menu in WordPress 40 3. Configure your mPAY24 settings under `WooCommerce Settings -> Gateways -> MPAY24` 41 41 42 42 == Frequently Asked Questions == 43 43 44 = Which payment methods does the plugin support? = 44 45 46 The plugin supports credit cards (stable) and EPS Banking (experimental). It pulls the payment methods from your mPAY24 merchant account and shows all on the payment page. 45 47 46 48 == Screenshots == -
woocommerce-mpay24-gateway/trunk/readme.txt
r636654 r636659 13 13 == Description == 14 14 15 Features: 16 * Use mPAY24 PHP Files (version 2012-10-16), follow mPAY24 specification (version 2012-04-13)17 * Using the mPAY24 payment page to integrate in website18 * Switching between DEV and PROD mPAY24 environment with SOAP logins19 * Payment methods available: credit cards20 * Languages available for Wordpress Admin: EN, DE21 * Languages available for payment page: BG, CS, DE, EN, ES, FR, HU, NL22 * Supported currency in payment page: EUR23 * no mPAY24 proSafe Support24 * default styling for payment page15 = Features = 16 * Use mPAY24 PHP Files (version 2012-10-16), follow mPAY24 specification (version 2012-04-13) 17 * Using the mPAY24 payment page to integrate in website 18 * Switching between DEV and PROD mPAY24 environment with SOAP logins 19 * Payment methods available: credit cards 20 * Languages available for Wordpress Admin: EN, DE 21 * Languages available for payment page: BG, CS, DE, EN, ES, FR, HU, NL 22 * Supported currency in payment page: EUR 23 * no mPAY24 proSafe Support 24 * default styling for payment page 25 25 26 mPAY24: 27 If there are newer mPAY24 PHP Files you can replace the files in the folder 'MPay24'.28 If you want to extend the functionality (e.g. add styling for payment page) you have to edit class-wc-mpay24-shop.php26 = mPAY24 = 27 If there are newer mPAY24 PHP Files you can replace the files in the folder `MPay24`. 28 If you want to extend the functionality (e.g. add styling for payment page) you have to edit `class-wc-mpay24-shop.php` 29 29 30 30 == Installation == … … 37 37 38 38 1. Upload `woocommerce-gateway-mpay24` to the `/wp-content/plugins/` directory 39 2. Activate the plugin through the 'Plugins'menu in WordPress40 3. Configure your mPAY24 settings under 'WooCommerce Settings -> Gateways -> MPAY24'39 2. Activate the plugin through the `Plugins` menu in WordPress 40 3. Configure your mPAY24 settings under `WooCommerce Settings -> Gateways -> MPAY24` 41 41 42 42 == Frequently Asked Questions == 43 43 44 = Which payment methods does the plugin support? = 44 45 46 The plugin supports credit cards (stable) and EPS Banking (experimental). It pulls the payment methods from your mPAY24 merchant account and shows all on the payment page. 45 47 46 48 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.