1 Attachment(s)
Re: Database I/O Manager (DbIo) Plugin [Support Thread]
Quote:
Originally Posted by
lat9
I don't know what you attached, but the forum software found it "unacceptable". Please give it another try.
Sorry about that. It's just a JPEG using the default image importer. Attachment 17311
1 Attachment(s)
Re: Database I/O Manager (DbIo) Plugin [Support Thread]
Re: Database I/O Manager (DbIo) Plugin [Support Thread]
Thanks for that; I've replicated the issue on a local testbed and should have a solution in a couple of days.
Re: Database I/O Manager (DbIo) Plugin [Support Thread]
Quote:
Originally Posted by
lat9
Thanks for that; I've replicated the issue on a local testbed and should have a solution in a couple of days.
Thanks!
Re: Database I/O Manager (DbIo) Plugin [Support Thread]
Goodevening all,
I have a question, is it also possible to add new products (in a csv-file list) through dbio manager to the webstore?
Re: Database I/O Manager (DbIo) Plugin [Support Thread]
Quote:
Originally Posted by
LadyoftheCave
Goodevening all,
I have a question, is it also possible to add new products (in a csv-file list) through dbio manager to the webstore?
Yes, it's quite possible. I suggest that you export (to see the column headings) and go from there.
Be sure to make a database backup!
Re: Database I/O Manager (DbIo) Plugin [Support Thread]
That is great news, I was busy installing easy populate for it, but then I realized that it was maybe also possible with db i/o manager :)
1 Attachment(s)
Re: Database I/O Manager (DbIo) Plugin [Support Thread]
Goodmorning all,
I have a question about importing csv-files with new products. I have downloaded a product-csv file with the dbio manager, and then I changed the products and I have uploaded it to the webstore throught the dbio manager, but then I received the following message:
Code:
Foutmelding The current import-file is missing these (v_products_id, v_products_model) required columns; the import is disallowed.
But when I check the file on the missing columns, they are just there into the file..
Attachment 17326
Re: Database I/O Manager (DbIo) Plugin [Support Thread]
Quote:
Originally Posted by
LadyoftheCave
Goodmorning all,
I have a question about importing csv-files with new products. I have downloaded a product-csv file with the dbio manager, and then I changed the products and I have uploaded it to the webstore throught the dbio manager, but then I received the following message:
Code:
Foutmelding The current import-file is missing these (v_products_id, v_products_model) required columns; the import is disallowed.
But when I check the file on the missing columns, they are just there into the file..
Attachment 17326
I suspect you need to add a value for "v_products_model" to your products
Re: Database I/O Manager (DbIo) Plugin [Support Thread]
Hi design75. I have tried to add 0, but it didn't worked..