Trey
Forum Replies Created
-
Hi @tomislo,
We haven’t heard back in a while, so I’m marking this as resolved. If you still have questions about this issue, feel free to follow up here.
Anyone else reading this, please open a new topic.
Hey @nikibrown,
Thanks for the heads up, I’ll let the team know about this.
Hey @lewshop,
Can you please post the following:
- A screenshot of the price fields in the import template, including the data in the preview (on the right side of the screen) for the elements in that section.
- A screenshot of the import settings.
- The import history log entry for at least 1 product that’s not having it’s price updated.
Hey @tomislo,
Please try saving this code in your child theme’s functions.php file or in a code snippets plugin:
function wpai_wp_all_import_use_wp_set_object_terms( $use_wp_set_object_terms, $tx_name ) {
return true;
}
add_filter( 'wp_all_import_use_wp_set_object_terms', 'wpai_wp_all_import_use_wp_set_object_terms', 10, 2 );Then, re-run the import to see if it’s fixed.
If it still isn’t working, please post the import history log entry for at least 1 of the posts so I can see if there are any clues as to what’s going wrong in there. Also, please let me know which versions of our plugins you’re using and any plugins you’ve installed that might be modifying our user interface, because your screenshot does not look like the default user interface.
Hey @sotnas,
You can use an XPath IF statement to output nothing if the value is 0. For example:
[IF({color[1][.="0"]})][ELSE]{color[1]}[ENDIF]Just replace “color” with the correct element name in your import.
Hy @tomislo,
Can you please send me a screenshot showing the settings in the categories section of your import template, and a screenshot showing the data in the columns that you’re importing in that section?
Forum: Plugins
In reply to: [Import Users from CSV] How does it manage multiple roles?Hi @jester48,
I have a site with custom user roles, a user may have one or multiple roles, how do the roles need to be formatted in order to be imported correctly?
The roles need to be comma-separated, e.g.:
role1,role2,role3Hey @ankitwp30,
Since this is about a paid service, you’ll have to contact us at http://www.wpallimport.com/support/, as suggested by Rizwan. We can only help with our free plugins on this forum.
Hi @fodisery,
The security_key and security_token ones essentially do the same thing but with different values. The export_key one isn’t used in the file URL, it’s used in the cron scheduling URLs.
Hey @sassia2000,
If you’re selecting the “item” element when creating filters, I’m afraid there’s no stable/reliable way to include the timestamp. You can try manually typing in the XPath “/meals/item”, and then use this to access the timestamp:
{../tag/@timestamp}But, this causes the entire file to be loaded into memory, which can lead to stability issues.
Forum: Plugins
In reply to: [Import Users from CSV] Will you refund as you promised?Hi @mubiesam,
I can see that we responded to you shortly after the 25th.
Also, this forum is for our free plugins, we cannot answer questions about refunds or our pro plugins here. Please respond to us via email if you have questions about those things.
I’m marking this as resolved.
Hi @mcdeth,
Cron job imports is a pro feature, and we can only help with the free plugins on this forum. Can you please send these questions to us via http://www.wpallimport.com/support/? We’d be happy to help out there.
Hi @barritwinn,
You could use an inline XPath IF statement for this. For example, if the image element is {image[1]}, something like this should work:
[IF({image[1][.!=""]})]<img src="{image[1]}">[ELSE][ENDIF]Hi @bba01,
What more can I do?
It sounds like something might be running a lot of actions when products are updated. I’d suggest setting up a staging copy of the site, then run a full conflict test: https://www.wpallimport.com/documentation/plugin-theme-conflicts/.
I’d also suggest checking WooCommerce’s scheduled actions. It’s possible that they’re adding a bunch of actions for each product update, which could cause a significant slow down.
Let me know what you find out.
Hi @coroleu,
I’m marking this as resolved since we haven’t heard back. Feel free to follow up in this thread if you still have questions about this.
Anyone else, please open a new topic.