Code

Discussion on WP Import Export

Discussion on WP Import Export

Cart 1,786 sales

vjinfotech supports this item

Supported

This author's response time can be up to 5 business days.

470 comments found.

Hi! I can’t import all the products (830) because of gateway timeout error. with 20 records per iterations, only 40 records were imported; with one record per iteration, 212 products. How can I solve this problem???

Hi

Thank you for getting in touch!!

there are two ways to solve time out error.

1) decrease records per iteration.

2) increase your site php configuration max_execution_time and memory_limit

thanks and have a nice da

Thank you! Ok, the insert phase is ok now. Well, how could I Update only price and quantity of a product? These data are not under the Handle existing data / Choose which data to update…I need to add several data for new items, but update only price and quantity. Thanks

change product prices and quantity is easy then you think. please check http://plugins.vjinfotech.com/wordpress-import-export/documentation/updating-product-meta/ for better understanding

Good afternoon, in your plugin is it possible to select a date that I want to export? For example: I want to export posts only on the date of 4/16/020

Hi

Thank you for interesting in our product

It’s easy. Plugin have powerful filters. You can filter anything. You can export tu your post data for date 4/16/20

thanks and have a nice day

hello, how do i upload multiple images into a wordpress post?

Hi

Thank you for getting in touch!!

for import images please refer http://plugins.vjinfotech.com/wordpress-import-export/article-categories/importing-images/

thanks and have a nice day

Hello,

I’m evaluating the free version and very close to buying the pro version. While testing I noticed that image metadata (Alt, caption, decription) is not imported. The images are already uploaded to media library. I’m importing a csv with additional data. The images are set as the featured images for the post but no metadata for the images.

Can you please let me know if I’m missing something?

-Kashif

Free version not release yet. Please try in demo

Hello,

Thanks. I tested in the demo. It does not seems to be working as expected.

I uploaded 5 images to the media library. Then I imported the csv with image data. The first time it imported only the first value and nothing after the comma. Eg: The CSV contains “Acorns, Oak nut” for Image Captions, only “Acorns” was imported. Then I tried removing the comma. This time it did not update the value.

Then I added new images. The third time nothing was imported. The meta fields were blank.

if your multiple image title separator is comma then it may happen. i am working on major changes about new and existing image meta. i will give you new update within 48 hours.

Hi,

I have one small issue. While all the custom fields get imported correctly, this also removes the featured image that I previously had on the posts. Is there a way to import data into ACF but still keep the featured image the way it was?

Thank you.

Hi

Thank you for getting in touch!!

feature image is gone because you update all fields. for only updating meta please refer http://plugins.vjinfotech.com/wordpress-import-export/documentation/updating-product-meta/

thanks and have a nice day

Hi, we use WP I and E plugin to export the Subscribers from Woocommerce. But seems that some FILTER fields are not taken into the account correctly while we want to set it. For example _schedule_end and _schedule_start

Please have a look on this example where we wants to find out who end its Subscription during last week: https://prnt.sc/ryeglk

We have a couple of the Subscribers who really ends last week, but it is not shown here. Can you please check?

Thank you, Tom

Hi

Thank you for getting in touch!!

date filter only show if any post date fields like post create date or modified date. other field only allow to compare values.

custom field have not specific date format data to filter. so custom fields are not allow to filter date.

thanks and have a nice day

Thank you for your quick response and for recommending this products. Can you confirm that this will also export / import my product images and categories of my variable products?

Thanks.

Hi

Thank you for interesting in our product

you can easily import and export variable product images and categories. plugin support all things that related to product.

thanks and have a nice day

can i import plr articles? first line is the title body starts a 3. each article is in a separate txt

Hi

Thank you for interesting in our product

what is plr article? is any type of custom post? please give some more detail about your need.

thanks and have a nice day

HI,
1 / I still had a loss of the fields of a model :-( when doing an export (migrate package OR customize export file) but I did not manage to reproduce it. Besides, can you tell what the differences are because it generates the same file?
2 / I discovered the feature “Export the value returned by a PHP function” which is a priori interesting. I have not seen any documentation. Could you give some examples and tell me if it would be possible to transform recovered fields to a standard field
a) date change to dd/mm/yyyy from (2018-05-16 12:37:28)
b) to get to HH:MM:SS from (PT4M32S or PT12M55S -> 00:12:55)?
Regards

HI,Thank you, I understand the general approach.
1/You show a simple case. In this case, can we put it in the field without putting a function?
2/ Can you share with me the function of the transformation which is a little more complex in my 2 cases? regards

function add_custom_import_date_format( $value ) { if ( empty( $value ) ) { return $value; } return date( “d/m/Y”, strtotime( $value ) ); }

for date format check https://www.php.net/manual/en/function.date.php

OK thanks for your help, it works. I can use your great plugin

Hi,

When i wan to export a list of products, the element Attribute Value has an option called: Export the value returned by a PHP function

What and where we have to put the function? Do you have any example to take a value?

Thanks

change product prices is easy then you think. please check http://plugins.vjinfotech.com/wordpress-import-export/documentation/updating-product-meta/ for better understanding and if your problem not solve then please contact me from my profile page at https://codecanyon.net/user/vjinfotech and i will provide solution as soon as possible.

Hello vjinfotech, I’m sure its more easy than I think!

That’s why I said, but don’t know how to do it =)

For now i have solved as I said my issue using the native tools of WooCommerce, not with your plugin. But if you can explain me how to do it with your plugin will be great because i like how it works your plugin and the difference with the native WooCommerce import/export your plugin it’s more flexible and more powerful and maybe for other project it can bé useful.

I send to you some emails from the page you mentioned but not receive any response.

What I want to do it’s pretty simple, supose I have an WooCommerce with several items, some of them are simple and some of theme are variable.

1 – Want to export a XLS file 2 – Want to open with my Excel to change prices 3 – Want to import as a XLS with your tool

Your plugn allows me to make templates of importing and exporting, so after I have both templates works don’t need to do it more, so if you can help to config this templates it will be great.

Thanks again

i will definitely help you. we are process all mails one by one and all will get answer within 24 hours.

Hello,

We just buy this product an it looks awesome.

But don’t know how to do that:

1 – I export an Excel with the tool 2 – I change on my Excel some prices 3 – I import the Excel to the tool

What i want to do is just change prices, but i have product variable and product attributes and after seeing your documentation and videos thousands of times don’t know how to do that.

If you want you can create and save a type of export and a type of import inside the website:

Can you help me, please?

Hi

Thank you for getting in touch!!

please check this video http://plugins.vjinfotech.com/wordpress-import-export/documentation/updating-product-meta/

if you still face same issue then please contact me from my profile page at https://codecanyon.net/user/vjinfotech and i will provide solution as soon as possible.

thanks and have a nice day

I see an update and tried to update the plugin, however I am getting the following error

An error occurred while updating WP Import Export: The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature

Hi

Thank you for getting in touch!!

please activate your plugin license. if you face issue after activation then please contact me from my profile page at https://codecanyon.net/user/vjinfotech and i will provide solution as soon as possible.

thanks and have a nice day

Hello,

I have installed and tried importing but getting the following error

[12:11:44] Record #1

[12:11:44] ERROR : Content, title, and excerpt are empty.

[12:11:44] Record #2

[12:11:44] ERROR : Content, title, and excerpt are empty.

[12:11:44] Record #3

[12:11:44] ERROR : Content, title, and excerpt are empty.

Update:

I gave some random info into content, title and excerpt. Then the feed pulled 3 test listings. However, the listing was created as a regular blog post than custom post so clearly not working… I clearly select the custom post from the drop-down on step 2.

On my website for the custom posts, I am trying to use this plugin, title, content and excerpt are not mandatory. For example, title is dependent on the listing so its generated automatically by the system and not manually. So please remove this requirement and also why is the plugin not working?

thanks

we are working on major updates. many new major feature added but it will take some time for implementation, testing and documentation. most probability is first or second week of may

Hello,

now that we are on first week of May, any status update on the auto mapping for the custom fields?

thanks

we are already work on it. we will try to release update as soon as possible. it’s not included in version 1.6.0. we will release special version 1.7.0 for that.

Hi, I wanted to make an import woocommerce product with only 1 custom field, updating only that data but I can’t do it! Can not be done with this plagin? Even if I don’t put the placeholder in description, image, etc. .. but I only put sku, description and custom field, when I import it deletes all the other data! I only put SKU, DESCRIPTION, and COSTUM FILE! if I import, it deletes all the other data! Is this normal or is it a bug of the latest version?

I just need to update this field in woocommerce products with a unique SKU key. It’s possible? If yes, can you tell me how to do it or just where am I wrong?

https://prnt.sc/rt0tkc

Thanks if you can help me

Hi

Thank you for getting in touch!!

you update all fields incited of only single field.

go to step 4 => Handle Existing Items => Update Existing items data => Choose which data to update => uncheck all and check only custom field

thanks and have a nice day

Ok, thanks, I didn’t remember anymore.! perfect I solved!

If you can still in information. With the new versions, can you modify an existing cron import process or do you always have to do it again?

Thanks again

we are not update existing cron.it work as before

Hi,

Your tool seems great!

I just have few questions on the functionnalities ; As I am doing a directory/listing website, may it import and export: - All listings and details one by one with pictures? - All registered users and owner ?

If it does, you’ll have a new happy client ! :)

Thanks

Guillaume

Hi

Thanks for interesting in our product.

you can easily import export directory / listing with all data that include image too.

same as users and owner can easily import and export with just few clicks.

thanks and have a nice day

if anything not working as i say then you will get 100% refund.

Hi, I need your plugin to export a csv for a marketplace, rename cols is no problem I think so, but is it possible to filter products like this: only a specific category and only simple products or variations? (not the parent product only it’s child products)? Thanks

Hi

Thanks for interesting in our product.

plugin have powerful filter functionality so you are filter anything. so don’t worry about it. your mentin all things are supported.

if anything not working as i say then you will get 100% refund.

thanks and have a nice day

Hello,

A few pre-sale questions. Does your plugin allow the following?

1. Import a feed to a user account? because my website has users who have their own products which they sell. So it is important for me to pull the feed to a specific user account.

2. When importing a feed for a user account, I don’t want to create duplicate entries. For example, a user has products from 1 to 5 and the latest feed has 1 to 5 plus 6, 7 and 8 products. So does your plugin append the products for that seller account or completely remove existing 1 to 5 products and add all products as new listings? If the plugin deletes all and adds it as new products then it creates new URLs which mean people who have bookmarked product URLs 1 or 2 may get an error as it’s not the same URL.

3. Does the plugin import images too? are there any file size limitations?

4. Can I create multiple import templates depending on the account on my website? can I automate these import schedules for each user account I have separately? for example, Feed A runs at 10 am and only updates user1 and Feed B runs at 11 am and only updates user2 products.

5. Does the system has a backup option every time it runs a schedule? just in case if it fails or ruins the website there is a backup to fall back?

6. Do you offer a money-back guarantee?

Please take your time to answer each point clearly as I need to know these details to make a decision.

Thanks for your time.

Hi

Thanks for interesting in our product.

1) you can easily give permission for specific users. plugin have inbuilt facility for it.

2) plugin not delete anything. plugin can update, create data based on settings that you choose. settings available for update or create data

3) plugin import images too. we follow WordPress standard for all data. so not own any limitation.

4) you can set multiple template but it’s common for all not user specific. you can set multiple schedule based on your needs.

5) if you set schedule export then generated file is your backup.

6) you get 100% refund if plugin not work for you.

thanks and have a nice day

HI, I sent you a rather urgent message, because I lost the configuration of my templates since the update. Besides, can you tell me (roughly) in which version? and when ? will be released the version with my requests for functionality regarding images? Regards

it’s version 1.5.8 and it will be release within 48 hours.

we are working on major version 2.0. functionality regarding images will be added between version 2.1 to 2.5.

ok thanks

Hi, is it possible to schedule .csv import/export for woocommerce users and orders? Also,n is it possible to import/export thoose .csv through FTP?

currently edit schedule not supported but we will definitely add this in future release. instead of update, delete current and create new one

Is it possible to create a single .csv for each order?

manually possible. but automatically not possible. you have to export each order one by one

just bought your plugin,m activated license, updated and still doesn’t work, after csv import the values are showing null. Not sure what is wrong, i tried changing theme and disabling other plugins but nothing works.

check this screenshot https://prnt.sc/rpsd5p

Hi

Thank you for getting in touch!!

please contact me from my profile page at https://codecanyon.net/user/vjinfotech and i will provide solution as soon as possible.

thanks and have a nice day

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey