Open adrianboteanu opened 10 years ago
Hello.
Did you add method at /wp-content/plugins/woocommerce/woocommerce.php ?
You need find line with "function core_gateways( $methods ) { $methods[] = 'WC_Gateway_BACS';" and add $methods[] = 'WC_Gateway_PayU';
Hi,
To get this thing work on WooCommerce 2.x, you will need to add the WC_Gateway_PayU to the following path. \wp-content\plugins\woocommerce\includes\class-wc-payment-gateways.php
The structure in a new shopping cart is a bit different
Evgen
Hi there, I tried to implement your module in the latest version of WooCommerce, 2.0.20, but unfortunately I could not manage to succeed. I followed all your steps, but in the WooCommerce admin I cannot see the tab for PayU. Are there any extra steps for implementing in WooCommerce 2.0.20? Can you please point me to the right direction?
Cheers, Adrian