I followed the instructions on how to activate Apple Pay.
Right now i get “Sorry it looks like Apple Pay token is not generated, please refresh the page and try again!” when i try to finalize the payment with Apple Pay.
Can you help ?
]]>Translations for My Account strings are not working:
Even on NL site which has translations from the plugin – https://equestrianstockholm.com/nl/mijn-account/
]]>Hello,
I am trying to activate google Pay and Apple Pay with Adyen for my woocommerce website:
When I activate Google Pay, on the checkout page, the Google pay section appears but once I click on it that section is empty, I have this JS error on console “TypeError: component.isAvailable is not a function”.
When I activate Apple Pay, I download the certificate from the Adyen website and I have uploaded the certificate to the folder “/.well-known/apple-developer-merchantid-domain-association” as required, here is the full URL: https://bayley-sage.co.uk/.well-known/apple-developer-merchantid-domain-association. But when I click on the Apple Pay button the system doesn’t go ahead.
Can you please advice with it?
Thanks
Marcello
]]>Hi, I’m just wondering if there’s a way either through the core plugin, or some hook/filter to set up split payments?
https://docs.adyen.com/marketplaces-and-platforms/processing-payments/split-at-payment/
Thanks.
Dear team WOOSA.
I have to say I’m really upset about this official Adyen plugin you are providing. First of all, I tried to contact you regarding a crucial problem with the plugin and I still didn’t get a response with update 1.6 you managed to break the whole plugin that now does not even let customers make purchase as it obviously was not tested as it should be.
1. with version 1.5 and newer ones there is a “processing” bug where customers get confused as important information and instructions regarding confirming are covered and therefore a lot of orders fail as customers are not sure what to do next. (https://ibb.co/DrJ0nvb). So it’s been a long time since the bug…
2. with update 1.6 it seems you updated the Adyen library and you managed to do it in a way that now it returns an error and you can even select a card, edit a card or input a new card so credit card payments are not working.
If you are listed as an official partner of Adyen then you should provide some kind of support and listen to the problems the plugin has. We have recommended a few of our customers to use Adyen just cause of your plugin and now we have this problem on more than 50 pages and well it was not worth it.
Hope you can fix this asap I really turned on emails before in comments but I just couldn’t get a response.
Thank you
As page https://www.woosa.com/software/adyen-woocommerce-plugin/?v=796834e7a283 seems like it’s only 7 day trail.
]]>Noticed this warning while debugging PDF invoices
To reproduce:
&output=html&debug=true
Warning: Undefined variable $method_type in integration-adyen-woocommerce/includes/payment-methods/class-googlepay.php on line 118
]]>
I’m looking into getting the plugin working with WooCommerce as a MU plugin and noticed the following code issues that would prevent an simple fix/override using WooCommerce as an MU plugin. The path for the MU plugin would simply be mu-plugin/
instead of plugin/
The following code looks like it would be unnecessary if a WooCommerce hook was used (woocommerce_get_settings_pages
).
if(!class_exists('\WC_Settings_Page')){
include_once WP_CONTENT_DIR . '/plugins/woocommerce/includes/admin/settings/class-wc-settings-page.php';
}
This is also the case with Abstract_Gateway that extends WC_Payment_Gateway
.
Could you add support for WooCommerce as a MU-plugin?
Checking if WooCommerce is installed is accomplished by checking if the class ‘woocommerce’ exists. This would also simplify the ‘get_active_wp_plugins’ function.
Official WooCommerce documentation: https://woocommerce.com/document/query-whether-woocommerce-is-activated/
]]>can not remove this log
Since v1.5.1 we will not deploy updates via our system anymore therefor you have to replace this version of the plugin with the version from www.ads-software.com which can be found here.
]]>Hello,
i found a problem with your plugin when in the cart there is a product free
on submit order i get this error:
2023/02/05 09:30:46 [error] 85807#85807: *39628 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught DivisionByZeroError: Division by zero in /www/xxxxx/public/wp-content/plugins/integration-adyen-woocommerce/includes/payment-methods/class-abstract-gateway.php:723
so i go to class-abstract-gateway.php:723 and i fix in this way:
if ($price_incl_tax)
{
$tax_percentage = Service_Util::format_amount(number_format($tax_amount / $price_incl_tax * 100, 2, '.', ''));
}else{
$tax_percentage=Service_Util::format_amount(number_format(0 , 2, '.', ''));
}
is correct?
thank you
]]>