Rating: 1 star
this is outdated plugin not support latest requirement of MIGS
]]>Rating: 5 stars
seamless installation…keep it up mate! please create more free plugins for woocommerce. more power to you…
]]>Rating: 4 stars
It could be great migs plugin but when i try to install and make a payment, its not redirect to migs gateway, it only show Transaction Failed Message and thats all. Hope you can fix this soon for new woo and wordpress version. Thank you.
Hi Sark, i have figured out the problem that is about return URL and i have made some change in your plugin to make it work by adding Return URL input in SarkMigs setting so that user can change to their return url to https or http. Hope you can make that too for everyone use it. Thank you for created this plugin.
]]>Rating: 4 stars
On line 227 you need to change
$order_amount = 100 * intval( $order->order_total );
to
$order_amount = 100 * $order->order_total;
Your plugin strips the cents away from the transactions using intval.
]]>