allaerd
Forum Replies Created
-
Forum: Plugins
In reply to: [Woocommerce CSV importer] Will Woo Support a Million Products?if you need basic import, the free importer is enough
Forum: Plugins
In reply to: [Woocommerce CSV importer] Does not import all productsthis is the development version. found here
Forum: Plugins
In reply to: [Woocommerce CSV importer] Does not import all productsfixed.
Version 3.1 has an option to automatically convert all data to UTF-08. In most cases this is the main problem that products are skipped.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Does not import all productsHi,
Can you mail me your CSV to support @ allaerd.org
i have the same. No errors what so ever.
I am a bit afraid on how you use the DB. You do not use $wpdb. and update the terms table. This is really bad, it can break wordpress and result in all kind of errors!!!
But I changed some stuff and now it works.
file: kbe_order.php
find the function:custome_article_order_updateand replacemysql_query($article_update);
with
$results = $wpdb->update($wpdb->posts, array( 'menu_order' => $a ), array( 'ID' => $article_str ));Forum: Plugins
In reply to: [Woocommerce CSV importer] UTF-8 Charactersuse a text editor like notepad ++.
would be nice if you update your review after receiving support and turned out to be your own fault!
Forum: Plugins
In reply to: [Woocommerce CSV importer] SKU for master_productfor now this is how it works. The KSU is needed to identify your product in the DB.
And the master is in fact an actual product in the database as well as all variations!
to be clear….like it is in the documentation….
attributes are either in the variation column or in the attribute column, never in both!
Forum: Plugins
In reply to: [Woocommerce CSV importer] Premium SupportIf think your issue is already resolved. Would be nice if you mentioned that!
the permission error happens if the plugin cannot make an ajax call. This only happens if there is a time-out or your server is not responding. please contact your hosting provider for more details.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Stops after skipping first rowresolved. User CSV was not correct!
like i said, please mail me with questions about the add-ons. WordPress forums is only for the free importer
can you please contact me. i think already answered you by mail.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Does not import all productsdo all products have different sku’s