Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error: Call to undefined method WooCommerce::get_attribute_taxonomies() in /var/www/web952/html/wp-content/plugins/dgrundel-woo-product-importer-83a0668/woo-product-importer-ajax.php on line 85 #106

Open
lammbraeu opened this issue Jun 29, 2015 · 1 comment

Comments

@lammbraeu
Copy link

Unfortunately the upload of on CSV file with just 50KB does not work. There is the file I tried to upload: http://schafbuch.de/docs/20150618-affilinet-feed-fashionforhome-wohnaccessoires.csv

Any idea why? Could not find anything in the forum.

@berminguez
Copy link

Yey! I resolve it.

Change
// lookup existing product attributes
$attribute_taxonomies = $woocommerce->get_attribute_taxonomies()

with this one:

    // lookup existing product attributes
    $attribute_taxonomies = wc_get_attribute_taxonomies();

On line 85 at woo-product-importer-ajax.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants