Trey
Forum Replies Created
-
Hi @iali83536,
It’s possible that it’s not working because those products don’t have the fields at all. Please try starting a new export, select “WP_Query Results”, and then try this query:
'post_type' => 'product',
'post_status' => 'publish',
'posts_per_page' => -1,
'meta_query' => array(
'relation' => 'OR',
// Weight missing or empty
array(
'key' => '_weight',
'value' => '',
'compare' => '='
),
array(
'key' => '_weight',
'compare' => 'NOT EXISTS'
),
// Length missing or empty
array(
'key' => '_length',
'value' => '',
'compare' => '='
),
array(
'key' => '_length',
'compare' => 'NOT EXISTS'
),
// Width missing or empty
array(
'key' => '_width',
'value' => '',
'compare' => '='
),
array(
'key' => '_width',
'compare' => 'NOT EXISTS'
),
// Height missing or empty
array(
'key' => '_height',
'value' => '',
'compare' => '='
),
array(
'key' => '_height',
'compare' => 'NOT EXISTS'
),
),Forum: Plugins
In reply to: [WP All Import – Product Import for WooCommerce] DOUBLE SLASH //Hi @intershop,
You’re using the Pro plugin, so you’ll need to contact us here: http://www.wpallimport.com/support/. We can only help with our free plugins on this forum.
Hi @raalknz,
Is there something I can ask my host to allow the plugin to get the data ? Or should I contact the dev from the other application ?
You’d need the application that’s hosting the feed to whitelist your server’s IP so that it can fetch the import file.
That said, importing external feeds is a Pro feature, and we can only help with our Free plugins on this forum. If you need more assistance with this, please contact us at http://www.wpallimport.com/support/.
- This reply was modified 5 months, 1 week ago by Trey.
@18tommyboy usually they don’t show up in the drop-down unless you manually publish a product with data in that field.
Forum: Plugins
In reply to: [WP All Import – Product Import for WooCommerce] DOUBLE SLASH //Hi @intershop,
Can you please post a screenshot showing which versions of our plugins you’re using? Once I have that, I can try to replicate the issue and advise further.
Hi @vladav,
Can you please send me a screenshot showing the product data split into several rows so I can better understand the issue?
Also, please send a screenshot of WP All Export on the installed plugins page so I can see which version you’re using.
Hey @xbaeza,
Thanks for the follow-up. What version of WP All Export are you using? Please take a screenshot of the plugin info on the installed plugins page and post it here.
Also, would it be possible to share a more complete snippet of the data from before the export changes it? You can change sensitive data to dummy data before posting it, I just need something that I can save in a post and then test in an export.
Hi @theuwe,
My apologies for the delay. It was a bug in the free version, but it’s now fixed in the new update. Can you please update and let us know how it goes for you?
Hey @18tommyboy,
Sorry for the delay.
It doesn’t need to pop up, you can just type it in and press enter/return to add it, and it’ll work like it used to.
Hey @alfredven,
I wasn’t able to replicate that with the Yoast Add-On and the cron trigger/processing URLs. If you’d like us to troubleshoot it, please contact us here: http://www.wpallimport.com/support/. Cron imports are a pro feature, so we can’t help with them in this forum (we can only help with our free features here).
Forum: Plugins
In reply to: [WP All Import – Product Import for WooCommerce] Wrong prices after importHi @cguinn,
Does your importer require a specific format for prices?
Yes, it needs to be in “dollars.cents” format, like “1500.55” or “10.77”. We have some helper settings in the price section that can adjust the format to make it match the required format.
Can you please send a screenshot showing the configuration in the price section of the WooCommerce Add-On in the import template? Please also provide a screenshot showing the data in the elements that you’ve mapped there.
Hi @astigmatik,
For your specific use case, it would be better to use the “wp_all_import_single_image_uploads_dir” hook. Here’s an example snippet that you can modify as needed: https://wpcb.me/zfWGAd.
Hi @theuwe,
Can you please post a screenshot showing the hierarchical settings in the import template that aren’t working as expected?
Hi @18tommyboy,
Hello, in new version is missing update product_url, where can find it?
Can you please elaborate on this and provide a screenshot showing where the field used to be and what you see now?
Hi @lewshop,
I’m marking this as resolved since it’s been inactive for a while. You can follow up here if you still have questions.
Anyone else, please start a new topic.