mpbm23
Forum Replies Created
-
Forum: Plugins
In reply to: [Viva Wallet Woocommerce Payment Gateway] Redirect issue!The return URL has nothing to do with the redirect. Check your PHP version 5.6<. PHP version 7 is no supported.
If nothing works you must debug manually.Forum: Plugins
In reply to: [Viva Wallet Woocommerce Payment Gateway] Redirect issue!Papaki seams to have forked the payment Gateway so contact them directly for support.
Probably it can support but will not be added as also no further updates will be released.
Since this is a notice only and not an error you should disable debug from wp-config.php
define( 'WP_DEBUG', false );
The plugin will be working properly.
No updates will be released, from now on.Since this is a notice only and not an error you should disable debug from wp-config.php
define( 'WP_DEBUG', false );
And probably the plugin will be working properly.No updates will be provided for the latest versions of Woocommerce. You can revert to previous woocoomerce version.
Forum: Plugins
In reply to: [Piraeus Bank Greece Payment Gateway for WooCommerce] Soap errorTry using php 5.5 and not 7 I have not tested php7. Maybe something is different with the libraries.
Συνέβει και σε άλλες παραγγελίες από τότε;
Forum: Plugins
In reply to: [Piraeus Bank Greece Payment Gateway for WooCommerce] Soap errorIs this still a problem? Did you have latest php and soap in the server? Does this exist in other installations?
Forum: Plugins
In reply to: [Piraeus Bank Greece Payment Gateway for WooCommerce] WPML and your pluginΔεδομένου ότι η μεθοδος είναι GET πρέπει να επιστρέφει και τα υπόλοιπα στοιχεία όπως γράφεις
Forum: Plugins
In reply to: [Viva Wallet Woocommerce Payment Gateway] It does not work at allDo you have more details about it?
What message does it show to you? It does not redirect you to viva?You have checked preauth payments in the plugin options
Προ-Έγκριση
Ενεργοποιήστε για να συλλέγεται προεγκεκριμένες πληρωμέςΟ προεπιλεγμένος τρόπος πληρωμής είναι Αγορά, ενεργοποιήστε για Προ-Έγκριση πληρωμών. Στη συνέχεια θα πρέπει να αποδέχεστε τις πληρωμές μέσα από το Admin Tool της Τράπεζας Πειραιώς
Uncheck to receive payments without preauth.
This is just a notice, you can prevent it by setting WP_DEBUG to false in your wp-config.php
You did not set properly the return urls
Success page : http(s)://yourdomain.gr/wc-api/WC_Piraeusbank_Gateway?peiraeus=success
Failure page : http(s)://yourdomain.gr/wc-api/WC_Piraeusbank_Gateway?peiraeus=fail
Cancel page : http(s)://yourdomain.gr/wc-api/WC_Piraeusbank_Gateway?peiraeus=cancelIf you have been redirected to the Piraeus Bank environment nothing needs to be changed in the code.
You just need to provide credit card number, CVV and change the months in the expiration date.