Hello Plugin Developer,
I am facing some difficulties, Unable to find a common reference number which matches with a transaction on the Payment gateway as well as on the website. Can you help me with the same?
]]>i am using latest version of wordpress, and have installed sark migs plugin ,it appears on checkout page but does show bank needed detail is that how it works only name of service and picture of master card , second thing when i click on book button it returns to me with this message “Thank you for shopping with us. However, the transaction has been declined.” kindly Guid me how to fix this issue
]]>this plugin need updates with latest requirement of MIGS new roles
]]>VPC OrderInfo:- this reference must be unique per customer. Please send customer email for this parameter instead of string value you sent here. Note: Maximum digits in this filed parameter is 34 Alphanumeric.
could u plz help me with code update
]]>Beautiful plugin!
Just a few Notices that may be worthy of your attention.
Regards,
-PHP Notice: Use of undefined constant a – assumed ‘a’ in {omitted}/public_html/wp-content/plugins/sark-migs/sarkmigs.php on line 269
-PHP Notice: Use of undefined constant z – assumed ‘z’ in {omitted}/public_html/wp-content/plugins/sark-migs/sarkmigs.php on line 269
-PHP Warning: rand() expects parameter 1 to be long, string given in {omitted}/public_html/wp-content/plugins/sark-migs/sarkmigs.php on line 269
-PHP Notice: Undefined variable: appendAmp in {omitted}/public_html/wp-content/plugins/sark-migs/sarkmigs.php on line 291
-PHP Notice: Undefined variable: decryptValues in {omitted}/public_html/wp-content/plugins/sark-migs/sarkmigs.php on line 209
Does this plugin support refunds ? i’ve never had to do a refund and now i am stuck needing to refund an order for a client
]]>The MIGS platform will be replaced by the MPGS platform. Will you be updating the plugin to be compatible?
]]>We got email from bank require to update from MD5 to SHA255.
Do you have any update for this?
Thank you.
Hello,
I am using your plugin and I have to integrate it with Woocommerce subscriptions plugin, however woocommerce states that this plugin doesn’t support subscriptions. Do you have a pro version that does or do you plan on integrating this feature soon?
Hi! First of all, thank you for creating this plugin. It really helped me out.
One question though, do you know how I can print the MIGS order reference ID on the Woocommerce thank you page?
Hi,
The Sark MiGS plugin seems to be working fine. However, upon payment request, we are taken to a login screen for the bank’s payment gateway instead of to a payment page.
I have contacted the bank, but wanted to check to see if you know what might cause this problem?
Thank you!
]]>We have two Merchant ID on the same bank , how we can handle ?
]]>Hi ,
I installed the plugin , Entered all the credentials, But when I click on the save changes button, the page gets redirected to a 404 error page. Please let me know why is it causing this problem.
Thanks
Abhimanyu Mohan
When we place order it shows error HTTP:statu 400 error
Please help
]]>Hi,
Thanks for the great work.
The bank/merchant accept transaction but the Sark Migs plugin says transaction has declined.
Please check link below, screenshot
https://generalegypt.com/the-transaction-has-been-declined.png
WordPress 4.2.4
WooCommerce v2.3.8 and tested with v2.2.0
]]>hi can you help me solve to connect to AM Bank malaysia?
]]>i get this error when MIGS returned to my woo commerce page.But in MIGS it says payment successfull! what is the error here.The total message i get is as follows
“Thank you for shopping with us. However, the transaction has been declined.
Unfortunately your order cannot be processed as the originating bank/merchant has declined your transaction.
Please attempt your purchase again or go to your account page.”
Redirection to payment page isn’t working except if I disable WooCommerce Multilingual(3.7.6).
Is there a fix for that ?
]]>Hi,
I am looking for woocommerce support for Indian Axis bank (formerly UTI bank) payment gateway. Is this the plugin for it?
Just confirming as other banks you mentioned are not well known to me.
Thanks
]]>Hello,
I installed the plugin and everything seems to be working except for the return URL from the gateway where I get a 404 not found error.
The callback URL is mydomain.com/wc-api/SarkMigs?…..
Could you kindly help me sort this out ?
]]>i just want to ask if your plugin is compatible with my bank migs (they sent me some api and documentation)
https://www.dropbox.com/s/ogrppxp1n9ghe76/apipaymentgateway.zip?dl=0
i really appreciate your help.
thanks
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.
]]>