dgrundel / woo-product-importer

A simple, free CSV importer for WooCommerce
200 stars 99 forks source link

Import hangs after 5 #90

Open downsc opened 10 years ago

downsc commented 10 years ago

Hi there

We've got an issue importing where by the import stops after 5 rows, the AJAX Response is below I can't figure out what is causing the issue

{"remaining_count":13,"row_count":18,"insert_count":5,"insert_percent":"27.8","inserted_rows":[{"row_id":0,"post_id":1020,"name":"Advantech 26 Slide Rails Pair 2U and greater","sku":"AS2000","price":"125","has_errors":true,"errors":[" encountered while attempting to download http:%20%20www.dove.co.nz%20images%20products%2011345-5310275.jpg","Couldn't download file http:%20%20www.dove.co.nz%20images%20products%2011345-5310275.jpg."],"has_messages":true,"messages":["Updating product with ID 1020."],"success":true},{"row_id":1,"post_id":1031,"name":"Advantech AC Adaptor 19V DC 75W","sku":"AT9514","price":"135","has_errors":true,"errors":[" encountered while attempting to download http:%20%20www.dove.co.nz%20images%20products%2011327-1012225.jpg","Couldn't download file http:%20%20www.dove.co.nz%20images%20products%2011327-1012225.jpg."],"has_messages":true,"messages":["Updating product with ID 1031."],"success":true},{"row_id":2,"post_id":1030,"name":"Advantech 2 pole Phoenix To DC Jack For PPC ARK UNO","sku":"AT9515","price":"18","has_errors":false,"errors":[],"has_messages":true,"messages":["Updating product with ID 1030."],"success":true},{"row_id":3,"post_id":1033,"name":"Advantech Mini SATA Power Cable","sku":"AT9672","price":"10","has_errors":false,"errors":[],"has_messages":true,"messages":["Updating product with ID 1033."],"success":true},{"row_id":4,"post_id":1035,"name":"mSATA To SATA Convertor PCB","sku":"AT9812","price":"29.95","has_errors":false,"errors":[],"has_messages":true,"messages":["Updating product with ID 1035."],"success":true}],"error_messages":[],"limit":5,"new_offset":5}
cornesmit commented 9 years ago

Same problem was this resolved?