Nitish Thakrar
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [GTPay Woocommerce Payment Gateway] integration problemYou need to change in gtpay-payment.php
replace function by below code.
function process_payment($order_id) { global $woocommerce; $order = new WC_Order($order_id); return array( 'result' => 'success', 'redirect' => $order->get_checkout_payment_url( true ) ); }Forum: Plugins
In reply to: [GTPay Woocommerce Payment Gateway] Wrong url after checkoutThanks BrashRebel
Okay…
Thanks.Thanks a lot Pate.
Forum: Plugins
In reply to: [Really Simple CAPTCHA] after adding captcha, contact form not workingReally Simple Captcha version 1.8 is working fine there might be a bug in 1.8.0.1 version.
Viewing 6 replies - 1 through 6 (of 6 total)