Re: EasyPopulate 4.0 Support Thread
I don't see a reply to this thread, but I have been spinning my wheels with the same issue. Some of us newbies are way over our heads with a lot of ZC; so even "simple" instructions often need to be broken down into smaller pieces. In my case, I have a small wine shop, so my products are wines from a large number of producers, and I want categories of about a dozen regions, a few price ranges, and a few colors. Not that complicated. After loading several sample products and categories, I downloaded the product file and found that each product was listed several times, once for each subcategory, and that seemed wrong.
However, I don't know how to make use of this statement: "To achieve this, each v_categories_names_1, v_categories_names_2 correspond to a language installed in your system, and individual category names are separated by the Carat "^" symbol. For Example: Bar Supplies^Glass Washers^Brushes" A sample file illustrating this would be extremely helpful, along with some details about how the sample file accomplishes this. Not to mention, I have NO idea what the term "language" means in this context...!
Then the question after that would be, okay, what are the rules for naming and uploading my data file? I see the download file has a name like "FullEPYearDayTime.csv," so no help there.
Btw, my site (under construction) is www.artisanwineclub.com...
All help appreciated, thanks.
Re: EasyPopulate 4.0 Support Thread
how do you add categories for other languages?
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
Kevin205
Is there a way to place filter and filter for "Categories", "Manufacturer" and "Status", for exporting of the
"Attrib-Detailed-EP" CSV?
As it is done for
Complete Products,
Model/Price/Qty and
Model/Price/Breaks
Attachment 12169
Not currently...
4 Attachment(s)
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
tenashi
I don't see a reply to this thread, but I have been spinning my wheels with the same issue. Some of us newbies are way over our heads with a lot of ZC; so even "simple" instructions often need to be broken down into smaller pieces. In my case, I have a small wine shop, so my products are wines from a large number of producers, and I want categories of about a dozen regions, a few price ranges, and a few colors. Not that complicated. After loading several sample products and categories, I downloaded the product file and found that each product was listed several times, once for each subcategory, and that seemed wrong.
However, I don't know how to make use of this statement: "To achieve this, each v_categories_names_1, v_categories_names_2 correspond to a language installed in your system, and individual category names are separated by the Carat "^" symbol. For Example: Bar Supplies^Glass Washers^Brushes" A sample file illustrating this would be extremely helpful, along with some details about how the sample file accomplishes this. Not to mention, I have NO idea what the term "language" means in this context...!
Then the question after that would be, okay, what are the rules for naming and uploading my data file? I see the download file has a name like "FullEPYearDayTime.csv," so no help there.
Btw, my site (under construction) is
www.artisanwineclub.com...
All help appreciated, thanks.
This is how I would do it:
First create Region categories (top category, ie: California, Italy, French, ...)
Attachment 12190
Second create Color categories per region (subcategory, ie: Reds, Whites, Roses, ...)
Attachment 12191
Third create Wine bottle for specific region and Color (Products. ie: Wine Red A, Wine Red B, ...)
Attachment 12193
When you export from EP4, Complete Products (with Metatags) You should get a csv file similar to the following (The Horizontal record 1,2 & 3 and NOT rows 5 through 37, I transposed it, for you to see all cells!)
Attachment 12194
As for the language, I only use English, so I guess it's for carts that offer multilingual carts?
I hope it helps.
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
chadderuski
Not currently...
Ok. Thank you.
Re: EasyPopulate 4.0 Support Thread
I found a mistake myself, v_products_model should not be similar.
Re: EasyPopulate 4.0 Support Thread
Yo Kevin205, Thanks for taking the time, much appreciated, and much food for thought. Still hard to operationalize with the aging brain, though.
So do categories have to be related linearly, as in your example: wines(products)= subset of colors = subset of regions. Is it possible to have wines=products, but with category1=regions, category2=subregions, category3=price group, etc., where each wine/product belongs to several categories of the same level? Where does v_categories_name2, etc. fit in? If all my products are wines (most are, but not all), does that mean all the wines would have to be under the same parent category (in this case, "region")?
Thanks!
Btw, some years ago I explored ZC for another site of mine, and found it too complicated. Lately I explored WPEC and found it too complicated, so came back to ZC. That decision was based on the observation that ZC is way more of a community, and even though a lot of this is a stretch for me, I really appreciate the fact that people here actually read and respond to these pleas for help. In today's world, that's a rare and beautiful thing. So thanks again.
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
tenashi
Yo Kevin205, Thanks for taking the time, much appreciated, and much food for thought. Still hard to operationalize with the aging brain, though.
So do categories have to be related linearly, as in your example: wines(products)= subset of colors = subset of regions. Is it possible to have wines=products, but with category1=regions, category2=subregions, category3=price group, etc., where each wine/product belongs to several categories of the same level? Where does v_categories_name2, etc. fit in? If all my products are wines (most are, but not all), does that mean all the wines would have to be under the same parent category (in this case, "region")?
Thanks!
Btw, some years ago I explored ZC for another site of mine, and found it too complicated. Lately I explored WPEC and found it too complicated, so came back to ZC. That decision was based on the observation that ZC is way more of a community, and even though a lot of this is a stretch for me, I really appreciate the fact that people here actually read and respond to these pleas for help. In today's world, that's a rare and beautiful thing. So thanks again.
Please note that unless you have more than one language, you will only have an _1 for your name, descriptions, categories, etc.
Please review the documentation or the first couple pages of this thread where this was discussed in detail...
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
tenashi
So do categories have to be related linearly, as in your example: wines(products)= subset of colors = subset of regions. Is it possible to have wines=products, but with category1=regions, category2=subregions, category3=price group, etc., where each wine/product belongs to several categories of the same level? Where does v_categories_name2, etc. fit in? If all my products are wines (most are, but not all), does that mean all the wines would have to be under the same parent category (in this case, "region")?
However you wish to categorize and subcategories, ending at a product. I always think of as a tree, by drawing a flowchart from top down.
Re: EasyPopulate 4.0 Support Thread
Not sure if this has been mentioned before, but when uploading things that have quotes in them (such as html tables and such) MAKE SURE QUOTES ARE ESCAPED. using open office, all my quotes were escaped with additional quotes after exporting back to csv, so
HTML Code:
<table border="0">
looked like
HTML Code:
<table border=""0"">
when it needs to look like
HTML Code:
<table border=\"0\">
i was annoyed that my product's descriptions weren't updating, and that was the culprit. :)