Trey
Forum Replies Created
-
Hi @zorrolynx,
Is it possible to export all the Yoast SEO data fro the old site and import it into the same pages if the new site with your plug in? OR will I just have to re-enter all that data manually?
Yes. In WP All Export, you can export the SEO data via the “Custom Fields” section. With WP All Import, you can use this add-on to import the Yoast data: https://wordpress.org/plugins/yoast-seo-settings-xml-csv-import/. And, we have instructions on updating existing pages here: https://www.wpallimport.com/documentation/update-existing-posts/ (make sure to use the “Choose which data to update” option and choose to only update the Yoast fields).
Hey @mcdeth,
Thanks for clarifying. It sounds like the product might have already had an invalid value in the “_wp_page_template” custom field before WP All Import tried to update the other custom field. This might have happened during the initial import that created it. I would suggest checking the original import to see if that’s the case, and if so, fix it and re-run it so that your update import works.
That said, importing data via the Custom Fields section is actually a Pro feature, so if you have more questions we’ll need you to contact us about this here: http://www.wpallimport.com/support/. We are only able to help with our free plugins/features on this forum.
Hey @azmeeahmed,
Since this is about one of our Pro plugins, please contact us at http://www.wpallimport.com/support/ and we’ll advise on a workaround. These forums are strictly for our free plugins.
Hi @mcdeth,
Could you please post screenshots of the following:
- The “Custom Fields” section of your import template.
- The “Other Product Options” section of the import template.
- The Import Settings (Manage Imports › Import Settings).
- The versions of our plugins that you’re using.
Hi @dave82-1,
Since this is about our Pro plugins, please contact us here: http://www.wpallimport.com/support/, and we’ll be happy to help out. These forums are strictly for our free plugins.
Hey @mcdeth,
Would the best approach be using the pmxi_saved_post action hook with php function? Or is there a better way to handle this?
Yes, pmxi_saved_post would work best for this: https://www.wpallimport.com/documentation/action-reference/#pmxi_saved_post. The idea would be to check the brand value via $xml_node and then conditionally add the custom field with add_post_meta() or update_post_meta().
I don’t want to run this on every time I update the product stock
You can add custom logic to the code tied to pmxi_saved_post to only update the field when you want to.
Hey @webby2050,
I’m marking this as resolved since it’s been inactive for a while. Feel free to reply in this thread if you still have questions about this.
If anyone else has questions, please open a new topic.
Hi @ricsca2,
Unfortunately, you wouldn’t be able to recover the file with our plugins in that case.
Hi @somii,
Importing Variable Products is a Pro feature, so you’ll need to contact us about this here: http://www.wpallimport.com/support/. These forums are strictly for our free plugins/features.
Hi @ricsca2,
Is there a way to create the xlms file again from the uploaded articles?
Unfortunately, there’s no way to recreate the XML file as an exact replica unless you remember exactly how it was formatted and WP All Export offers the options to match that format.
I would suggest checking the /uploads/wpallimport/files/ folder to see if the file is there. If it is, you can download it and then upload it to the import via the Import Settings.
- This reply was modified 1 year, 2 months ago by Trey.
Hey @gabster1501,
Is the only way to get them out of the import by permanently deleting them by the import?
No, you can use this API hook to remove the relationship between the post and the import: https://www.wpallimport.com/documentation/action-reference/#wp_all_import_is_unlink_missing_posts.
I could also set a custom field like _expiration-date to have my jobs expire. But would the import drop those posts for the future then?
The import would not drop the association unless the posts is deleted (or you use the hook I mentioned above).
Hi @gman87,
How can I achieve this without modifying the source file?
Unfortunately, this wouldn’t be possible with the free version of our plugin since it doesn’t support inline functions. You’d have to make the modification to the file before uploading it to the import.
Hey @elsevi,
I’m marking this as resolved since it’s been inactive for a while. If you still have questions about this, feel free to respond in this thread.
Anyone else, please open a new topic.
Hi @filsch,
Google Merchant Center exports are a Pro feature, so you’ll need to contact us here: http://www.wpallimport.com/support/. These forums are strictly for our free plugins.
Hi @webby2050,
Based on your description of the current output, you’re using the Pro versions of our plugins, is that correct? If so, please contact us here: http://www.wpallimport.com/support/. This forum is only for our free plugins.
Let me know if I misunderstood.