mpbm23
Forum Replies Created
-
Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Automatic update the orderWhat is your problem exactly?
Forum: Plugins
In reply to: [Piraeus Bank Greece Payment Gateway for WooCommerce] Test CasesProbably an error with your username, password, merchantid, posid or acquirerid.
Check that you entered the credentials correctlyForum: Plugins
In reply to: [Piraeus Bank Greece Payment Gateway for WooCommerce] Test CasesGo to Test case 8 in the Redirection Manual
create an order, pay with piraeus and in the redirect use the Card number and expiration date you see in the manual.
Every month returns different outcome.Forum: Plugins
In reply to: [Piraeus Bank Greece Payment Gateway for WooCommerce] Test CasesWhen the bank gives you the test account credentials you perform the test cases and if everything is successful you then request live credentials.
Forum: Plugins
In reply to: [Piraeus Bank Greece Payment Gateway for WooCommerce] Test CasesWhat about them?
Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Breaks the Mollie for WooCommerce pluginI found the problem. After the last update the plugin was not uploaded properly to WordPress Repository. I will ask the author to reupload it.
you can replace
add_action( 'woocommerce_init' , array( &$this , 'add_payment_options'), 99 );
with
add_action( 'wp_loaded' , array( &$this , 'add_payment_options'), 99 );
in admin/class-pay4pay-admin.php
as seen here
https://github.com/mcguffin/woocommerce-payforpayment/blob/master/admin/class-pay4pay-admin.phpForum: Plugins
In reply to: [Pay for Payment for WooCommerce] Doesn't work with Amazon PaymentsI found the problem. After the last update the plugin was not uploaded properly to WordPress Repository. I will ask the author to reupload it.
Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Doesn't work with Amazon PaymentsCan you tell me when the plugin loads in order to use a later loading time?
Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Breaks the Mollie for WooCommerce pluginWhat version of pay for payment do you have?
Forum: Plugins
In reply to: [qTranslate X] Woocommerce check out translationsI updated the translations to the latest from Transifex and everything works fine. Gunu thanks for helping, it did not cross my mind that the translations were not complete.
Forum: Plugins
In reply to: [qTranslate X] Woocommerce check out translationsThe funny thing is that in Transifex where the translations are made for woocommerce these strings have been translated.
Forum: Plugins
In reply to: [qTranslate X] Woocommerce check out translationsI think I found it. The greek translation did not have “First Name” it only has “First name”
Forum: Plugins
In reply to: [qTranslate X] Woocommerce check out translationsonly english.
Forum: Plugins
In reply to: [qTranslate X] Woocommerce check out translationsYes First Name, Last Name , e-mail are translated.
Forum: Plugins
In reply to: [qTranslate X] Woocommerce check out translationsIt is el_GR as all of my .mo and .po files.