MookeNZ
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce CCAvenue gateway Not workingHi
Thx @mrova your solution
function process_payment($order_id){
$order = new WC_Order($order_id);
return array(‘result’ => ‘success’, ‘redirect’ => $order->get_checkout_payment_url( true ));
}has worked for my issue with Payment Express plugin. However it does briefly redirect via the order received page – so the user sees a flash of another page before the payment gateway opens up. Is there a way to eliminate this segway?
Cheers,
MookeForum: Plugins
In reply to: [WooCommerce] WC 2.1.1: Problem Checking out with PayZippy Payment GatewayI’m getting the exact same issue with Payment Express. I’ve logged a support ticket with them.
http://www.opmc.com.au/product/payment-express-dps-px-post-payment-gateway-for-woocommerce/
Thanks – just had to right click on the folder and change permissions for it to work.
I have the same error issue but I know my hosting provider is ok so how exactly do I “check if the group/owner under which PHP runs has the proper access…”