Guest Posted March 4, 2006 Posted March 4, 2006 Hi, I just created a new product category hierarchy with total 4-level(1 main+3 sub). I prepared the upload file with this new category hierarchy and update the easypopule.phpas follows; 'v_manufacturers_name' => $iii++, 'v_manufacturers_id' => $iii++, [color=#FF9900]'v_categories_name_1' => $iii++, 'v_categories_name_2' => $iii++, 'v_categories_name_3' => $iii++, 'v_categories_name_4' => $iii++,[/color] 'v_products_model' => $iii++, 'v_products_image' => $iii++, Then, I uploaded the file. All items went to the third-level(3rd subcategory), do not go to the 4th subcategory as it should. Then, I cleared the items and created a simple item in the 4th category for testing purpose. In the store site, it shows this item is in the right category and under right category hierarchy. But when I download the comlete file from EZ, the item shows it under the 2nd->3rd->4th categories. The main category does not show. In other words, it only shows three categories associated with this item. The main caregory was not iincluded and all the other 3 sub categories were pushed forward. ***** example shows in the Excel ***************** Note v_categories_name_1 v_categories_name_2 v_categories_name_3 v_categories_name_4 Item No. It's suppose to be -> Racks, Cases & Bags Racks Mixer Racks Pop-Up Stage Series CR12U But it turns out to -> Racks Mixer Racks Pop-Up Stage Series CR12U ********* end********************************* I can't figured out why. Please help! thanks in advance Spencer Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.