-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a handler to import/export "Categories" information #121
Comments
An explanation of the need, maybe there is another way. |
I note that an EP export outputs product categories using a line per category (multiple lines per product) which provides the output I was looking for. It also can import/link products to multiple categories but requires both category names for a multi-language store. I thought DBIO could import multiple categories per product but I don't find documentation to support that memory. |
Hello torvista However, I could not find the products_id field. Is that because EP doesn't deal with the products_id? Please advise. Moving on, my plan is to add items to my ZC database using DbIo, which will of course mean assigning them to a specific Master Category, and since I can add other Categories (maybe as many as 3-5) to each item, I would need to accomplish that through EP. This is where the rubber meets the road, so to speak. Do I create a .csv file in OO with only the items I am adding, duplicating record lines, whose only difference in all 31 fields in in field W v_categories_name_1. Or do I append the records to the file I exported and upload the whole file> Please advise, and thank you in advance for your time! |
This is a somewhat off-plugin-topic thread but maybe it can offer input on the required functionality. EP by default hinges on products_model as the unique identifier. Fine for me, as so do I. I don't follow your suggested procedure. I suggest you use EP only to modify existing products. Import/export can be extremely confusing/time-consuming when de-lousing a file so it imports without errors, requiring multiple attempts. you MUST be doing all this on a development copy of your site, where you can reset your database as many times as necessary, to confirm that what you expect to be happening, actually IS. |
Per the title, I've received a request to provide a
Handler
to perform I/O on thecategories
table.The text was updated successfully, but these errors were encountered: