The latest version of the plugin is currently broken.
When opened, it will happen “There has been a critical error on this website.” in check out page
After I turned it off everything was normal.
I can’t find previous versions of the plugin.
Please update.
Thank you
please do something
]]>After install your plugin and WP checkout page become small as your plugin try to render WP checkout page incorrectly.
]]>Hello, I recently integrated your plugin for a client but it could not fetch the right information on the checkout page.
The plugin would not work because it currently rely on the cart information to get the right amount, thus excluding cases such as manual orders or the pay-order endpoint.
To solve this problem, a condition would need to be added to the aba-for-woocommerce.php file along with those lines to retrieve the amount in case the cart object is missing:
$order_id = wc_get_order(get_query_var(‘order-pay’));
$order = wc_get_order( $order_id );
if ( $order ) {
$amount = $order->get_total();
}
Then the function aba_woocommerce_after_checkout_form() should be called on after_woocommerce_pay.
Hope you can integrate those changes to your plugin.
Thanks in advance
]]>I have tried to use this plugin but it does not show up in the select payment method option. Did I do anything wrong?
My Woocommer version is 4.9.4, pls give me any advise thanks.
It would be awesome if it has redirect payment by a link like PayPal
]]>Do you have plugin for config with donate form???
]]>