The import however has been going for more than 14 hours and it still shows the processing message however the percentage still at 0%. I saw the bar moving for hours yesterday and it has reached the end however it has not finished or issued any other message. What should I do?
Thanks in advance for your help
]]>Can anyone tell me exactly which role capabilities are needed to import files from the frontend with this plugin? I’ve allowed import/export, create/edit users and promote users but the issue persists.
Thanks for any help or direction you can provide!
]]>This could be a problem if you are importing Bulk pin codes and cannot set the delivery date for each Pincode.
Found a Simple Fix
In wczp_admin.php
// Check if variable is empty or not
if(!empty($pincode) && !empty($city) && !empty($state) && !empty($ddate) )
Just remove the (!) (NOT) from $empty($ddate)
New Code should look like:
if(!empty($pincode) && !empty($city) && !empty($state) && empty($ddate) ) {
Hope it helps!!
Can’t Thank Enough to vp956009 for Developing Such awesome Plugin.
Please Keep Updating this app. Let people support it, would love to see a donate link to support this app.
I am trying to import a csv to table press, but it imports all empty columns too, so it breaks my layout. What can I do or what do I do wrong?
]]>I am having an issue with importing stock on woocommerce. To import stock i am using the import feature that comes with woocommerce. I’m using a CSV that has a SKU field and a stock field. I also tick the update existing products box.
Most of the products update fine. However, For some reason I have around 20 products which it fails to import. Please see the following message:
SKU PL/D&G-DRE/02 No matching product exists to update.
I know that this product does exist as I can search via reference and find the product on the site. Another thing to note is that I have enabled the manage stock field on these product variations.
]]>I have created some custom meta fields using Profile Builder, but when I import the users it duplicates the meta fields.
It is populating the fields I created in Profile Builder, so I know that part is working – however in Admin > Users Profile is see duplicates with the same values.
For example:
primary_telephone 0123 456 789
Main contact number (required) 0123 456 789
Has anyone seen this issue before?
I was thinking I may have to remove all the custom metadata set in Profile Builder, rerun the import then recreate the metadata matching it to the fields that already exist, but not sure that will fix the issue either
Thanks in advance!
Steph
]]>I have a multi site setup. In my primary site I have over 20 different sliders, all with their own html in the caption.
I want to copy paste these sliders to my other network sites and then later on translate the captions, but when I try to import/export using the wordpress importer, no actual content is being imported.
I get the xml file, where all neccesary date is prestent, but after importing I only have single slide sliders with no content.
How can I fix this?
Best,
Bart
https://www.ads-software.com/plugins/nemus-slider/
]]>