PayUUA / Wordpress_Woocommerce

Payment module for Wordpress (Woocommerce plugin)
4 stars 7 forks source link

Module not working with WooCommerce 2.0.20 #1

Open adrianboteanu opened 10 years ago

adrianboteanu commented 10 years ago

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

DmitriyDev commented 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';

EvgenSchastnyy commented 9 years ago

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