161 comments found.
hey i have problems images not improrted show me download error
please can you create a support ticket via the support tab on the product page
Hi,
I am using this addon which was purchased through bundle in rehub. In free version i am able to import files but in pro version i keep getting “File Not Found: D:wamp64wwwwpdemo/wp-content/uploads” error. any fix for this ?
HI,
A fix for windows file path issues was added in v2.2.1 in may 2021, can you confirm if you are using that version or later?
Becase you say the free version of the importer works, i am guessing that you are using an earlier version of the plugin, you need to install the latest version that has this fix, either from codecanyon or via the bundled theme.
James
We are interested to buy the plugin but we need to be sure if it meets the requirement mentioned below. We have submitted multiple pre-sale question for the confirmation but we haven’t got any response. Can you please confirm it the plugin meets the intended requirement.
Create Post (Custom Post Type) from the data of the .CSV file which the following cases mentioned below.
Case 1: If certain posts exist only on CSV and not on the site, the new post needs to be created. Case 2: If there are changes in CSV, they need to be automatically updated on the site. Case 3: If certain posts are not on CSV and exist only on the site, those post on the site needs to be set to draft.
Is it compatible with ACF as some post data needs to be added to the post via ACF? As we reviewed the documentation, do we need to add the add-on “Advanced Custom Fields Importer” for it and does it cost me extra?
Regarding the images import, During the import of the .csv file, some columns contain “multiple URLs in a single field separated in “comma(,)” ”. Will the plugin be able to download the image from the URLs on the sheet, upload it on-site and add it to the “Gallery field” of the ACF?
We are interested in this plugin because the plugin we are currently using “wpallimport” is unable to import the post via CSV form scheduling.
Please check the above requirements and let us know if it meets the intended requirements.
Hi,
Yes it can import from csv to a custom post type, it can insert or update records based on a unique identifier such as post slug / name, or a custom field https://www.importwp.com/documentation/change-importers-unique-identifier/, it can only turn an existing post to trash (not sure if it currently if you can specify what happens when its removed, but i can easily look into this) if the record has previously been imported/updated by the current importer as each time it imports a record it keeps track of that record if the delete permission is there.
It works with ACF if you install the importwp acf addon which you can install by following the instructions here: https://www.importwp.com/add-ons/advanced-custom-fields-importer/
The gallery can handle multiple images each should be separated by a comma.
If you need help with setting up anything let me know.
James
Hi, I am not sure if you can help or not, I got your plugin with rehub.
I just have a quick question, all the products I am importing are all external products so products that link to websites.
But I cannot work out how I import the url for the external product. Can you help at all?
Thanks
Nevermind, found it 
Hello, if my csv have the adress of the image like this https://www.evomag.ro/image/show?image=1607688022carcasa-fractal-design-define-7-compact-dark-tempered-glass-middle-tower-antifonare-negru.jpg&articleId=3805094&width=500&height=500 ..why Its not importing ?
Hi,
I have just tested that url in an attachment field, the file downloads to the media library, but has the filename is called “show” based on the url, as the attachment response is missing the content-disposition header that would normally hold the name of the file being downloaded.
good evening Need a consultation I have a supplier of goods and he provides an import file (I have these files), I can send you these files so that you can check the work (for me this is very important). I can also give a link to the original site so that you can understand the structure of the goods on the original site! Is it possible?
Hello, does your plugin supports, scheduled CSV variable products import via link ?
I have an ecommerce site, and i need to update products daily via csv from a link, is that posible ?
Hi,
ImportWP can download xml and csv files from a remote link and are able to update products.
Hi there, i would like to ask ,can i import products from “url- xml file” with this plugin. Thanks
Hi, Products can be imported via a remote xml/csv datafeed, it depends on what type of products you are importing, are they created via a plugin or a custom post type?
An online shop provides me” url xml file with their products they sell” in order to create dropshiping products for my online store. How they create a file(custom post or create by plugin) i dont have a clue. Do you think if i buy your plugin i would be able to import these products and start to sell them on woocommerce store? Do you offer a refund if i couldnt import them successfully ? Thanks for your answer in advance.
Hi, i was trying to figure out what plugin you were using which seems to be woocommerce, ImportWP has a WooCommerce addon that should allow you to Import products, if you do run into any issues and we are not able to help you can request a refund
Hi there, i would like to ask ,can i import products from “url- xml file” with this plugin. Thanks.
Hi, Products can be imported via a remote xml/csv datafeed, it depends on what type of products you are importing, are they created via a plugin or a custom post type?
Pre Sale Question. We have a custom taxonomy which have a image field, its saving image ID in database termmeta table against this field. So is it possible to import CSV where we give filename instead of image ID from media library and it converts or fetch its media ID from database automatically during import?
Hi,
Yes this sounds possible, when an attachment or media item is imported you can set what is returned (id or url).
James
[IF({11[.='']})]deal[ELSE]code[ENDIF]
Hi, You will need to create a custom method that does the if statement taking the “{11}” as the argument, returning the correct value.
I don’t know how to do it. Please could you help me.
So if the Field “Voucher code” {11} is empty it should be imported as deal. If a voucher code is aviable it should be installed as code.
I have created a custom function called if_empty, which you can find here: https://pastebin.com/hCvnkYP9 , in your example you would use it as:
[if_empty(“{11}”, “deal”, “code”)]
I cant import JSON File Format because it’s not aviable. But i integrate the Code in functions.php and functions.php
https://i.imgur.com/15DPrOJ.png #Could you help me, please
Hi, the importer does not support json, at the momen it is only for xml and csv files
Hi please can you explain me how i can chunk the prices:
i want import Price as “11,00€” but it’s import wrong price. https://i.imgur.com/LetrSC1.pngAS file Setting use base path: ”/response/deals/deal”
Here is FIle to download and test: https://drive.google.com/file/d/1hrWEsonBfFzExczvbI_rja77H2gDtcOm/view?usp=sharingHi,
I am not able to access that google drive file, but i can see from your screenshot that it is reading “11,00€” and “22,00€”, based on the selector that you have “{/options/option/discount/formattedAmount}” it suggests that that selector matches more than once which is why you are getting 11 and 22.
If you only want one selected try adding a suffix of [1] onto the end of option:
{/options/option1/discount/formattedAmount}
Hi there, i purchased your plugin and everything is working well. But I would like to keep the imported external url in the posts. That means when a visitor is on the category page from the imported posts and klicking on a post s/he should go to the external site where the post is coming from and not to the post in the target site. How to achieve this? Many thanks and kind regards, c—
Hi Charismeki, Can you create a support ticket over at: https://support.jclabs.co.uk/ , with an more indepth explination with an example csv row/xml record and how you want to manipulate it as i am not to sure what you are meaning / trying to do.
James
Hi, how i can change Date Format if the Output is: “2021-05-12 16:20:13,Iberostar.com,2021-05-12,2021-09-30,0.00,20.00,- Buchungs- und Aufenthaltsdauer gültig bis 30. September 2021. – Kostenlose Stornierungsbedingungen verfügbar – Iberostar Extra Care Versicherung inklusive – Gültig für Iberostar Hotels in Spanien und im Mittelmeerraum.,HELLOSUMMER”
I tested with “[iwpe01_format_date(“{/properties/property/value}”, “Y-m-d”)]” but result was: “0bUTCThu, 01 Jan 1970 00:00:16 +000019701631amThu, 01 Jan 1970 00:00:16 +0000.1970-01-01T00:00:16+00:00197001”
Hi, iwpe01_format_date method expects a single date or timestamp to be passed to it e,g, [iwpe01_format_date(“2021-05-12 16:20:13”)], to handle multiple dates you would need to write your own cusom php function to format the data how you require.
No i want import multi Dates. I want import only one Date but it want works. so i writed to need help, please.
If you use the xpath selector without a custom method e.g.
{/properties/property/value}
Is the output:
“2021-05-12 16:20:13,Iberostar.com,2021-05-12,2021-09-30,0.00,20.00,- Buchungs- und Aufenthaltsdauer gültig bis 30. September 2021. – Kostenlose Stornierungsbedingungen verfügbar – Iberostar Extra Care Versicherung inklusive – Gültig für Iberostar Hotels in Spanien und im Mittelmeerraum.,HELLOSUMMER”
If so is there no way to just get the date value you need? e.g. what date out of that list are you wanting to use?
1) 2021-05-12 16:20:13 2) 2021-05-12 3) 2021-09-30
Can you please send me an example xml record via the contact form on my codecanyon profile so i can look at what you are doing and trying to achieve and point you in the correct value
can we also import orders via xml file
Sorry there is no addon that allows you to import orders
Hi, does your plugins support import data from CSV file to custom post fields created by Toolset Types plugin?
Hi iovopl, I have not tried it with that plugin, but if it uses post types, custom fields, taxonomies and all default wordpress features then in theory it should work.
If you do need any help or come across any issues contact me via the support section and im happy to help.
James
Hi is there a way to import product specifications to Custom product attribute i m using Rehub theme BTW
Hi, You can import product attibutes via the “Product Attributes” panel of the WooCommerce product template
Hi J. Collings! Does your paid plugin import Custom Content Types (CCT) and its fields (especially, text area and select options) to Jet Engine? Thanks!
Hi Rafael, ImportWP requires the jet engine addon https://www.importwp.com/add-ons/ to work with your selected fields.
James
Hi Rafael,i will need to look into jet engine CCT and see what is possible, as it is not just a post type, jet engine extract the data into a seperate table.
I will get back to you on this once i have checked this out.
James
Pre-sale Question: Does the Pro importer allow the other standard WP fields such as Phone and address?
Hi Envisiondesign, ImportWP supports all standard fields, and anything that is not standard such as the phone and address, depending on how they have been added they can be done with custom fields.