For the lack of time to browse 163 pages, I will post my issue:
I am trying to import a list of categories from a CSV file.
I have the following columns:
v_categories_name_1, v_metatags_keywords_1
I tried before with those two and including the v_categories_id column to specify my own category ID but I took it out. Even after taking it out I still got the same errors.
Every time I try to import, I get nothing but 'No model field in record. This line was not imported' errors for every row.
All I want to do is import categories with no products yet.
Can someone help me please? I have opened the CSV file in Notepad and verified it is comma-delimited (no tabs, blank spaces at end, etc).
Thank you!
I have installed ZC 1.5.3.
Installed EP 4.0
Added 13 custom product fields to the products table.They are all in TEXT format.
Installed TPP 1.10
I plan to install Image Handler 4.
I need TPP to be able to pull content / data from custom fields so that the custom data is displayed in tabs in the product information page of my store.
I read Crazy_Chris' post that was submitted in 2007 which seems to be the easiest to follow instructions so far. But. I am not sure if there have been changes in ZC since 2007, or if the TPP 1.10 Global Tabs instructions are sufficient to pull the data. Or do I need to make the changes that Crazy_Chris outlines and the TPP Global Instructions. I'm not a programmer; but, I am good at following instructions, provided they are clearly written.
I have looked at Numinix 3.0 but most of the custom field names are different than the ones I have created and it modifies ZC 1.5.3 core files.
AJ
While this appears like a "fun" problem to attempt to correct, I'm afraid that it is not specific to EP4. As well, since you have been able to successfully use EP4 to populate this portion of your tables, I would suggest that you begin a new thread with all of the details above plus a link to the 2007 thread you are referrring to. That way you will receive assistance that is more applicable to your issue. If you like, please post a link here to the new thread so that those interested may follow up with your issue. Regarding various software and versions, it is suggested that you ensure the software you are using is applicable to the version of ZC that you have installed, so it may be necessary to use the version 3.0 if the existing version is not considered compatible with 1.5.3.
Wish you good luck though.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
I believe it is in the first page and in the limited provided documenatation, but may I recommend that you first export the two category options, review the produced file, remove data that is not applicable for what you are going to upload, for the most part leave the fields intact at the top of the file, add the desired data, upload, and then import the file. The category file you will want to use is one without a products model field in it. The filenme can be modified upon save as so that the date/time information is different. Otherwise the filename is both case sensitive and character sensitive.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Jokkah,
The Category import/export does is not used to create the category tree, it is only used to UPDATE the category info like if you want to add descriptions, images, etc.
The categories are only created automatically using the FULL import sheet. You would need at least 1 product in each category, but you could trim out much of the sheet columns to make it simple.
-chadd
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
To add a move feature would not be hard, but would by necessity be a new sheet design.
In the past (and with older version of EP) the "move" was accomplished by first deleting the item with "status = 9" and then
having the same product listed in it's new category with "status = 1"
NOTE: WHEN YOU USE THIS TECHNIQUE, IT WILL ALSO DELETE THE PRODUCT IMAGE! So you will have to reupload them.
Yes, this does create a new products_id in the table.
To add a "move" she is quite possible, but we really need to get this documented and submitted before make more changes/additions.
No ETA on that yet either, sorry.
-chadd
Last edited by chadderuski; 27 Aug 2014 at 09:21 PM. Reason: addition