Hi
I need the feature described below to work; I imagine its not a lot of work since its almost there right now. Please read the text below which is from the support part of this forum, I'm trying to find someone that have figure out this but the response seems slow so I'm willing to pay to have this working.
Basically, I'm looking for a way import products via csv which is currently does via node_import and the support module for ubercart; however, what is lacks is the support to put it into hierarchy layout as described below. What I imagine is that you would define a hierarchy layout with parent (root) as followed in the csv file "Baby girl=sets>0-3 Months"; if its a product that would go into 2 or more roots then it would be constructed as followed: "Baby girl,Baby boy=sets>0-3 Months"
Please tell me what the cost would be.
Contact me at cwittusen@gmail.com
Here is a description of my problem:
I have pasted one row from my csv to show you what I have currently tested. Problem with the current csv is that it ends up in both baby boy and baby girl and thats what I'm trying to fix so that when I tell it baby girl|sets|0-3 Months it only ends up under Baby girl subterm sets subterm to sets 0-3 Months. Does that make sense? If I try to put it in " " then its puts everything down one line in the load/match screen and it looks odd.
CSV output (1 line)
NAME SKU COST TAX COST INC. TAX SELL PRICE TAX SELL INC TAX DESCRIPTION CATEGORY ROOT ATTRIBUTE IMAGE QTY SHIPPABLE
White pant set GTP080005 6.99 0.45435 7.44435 12.2325 0.7951125 13.0276125 Pant set white and purple. Baby girl|sets|0-3 Months GTP080005.png 1 Y
Structure (partial)
Baby boy
-Tops
--0-3 Months
--3-6 Monhts
-Pants
--0-3 Months
--3-6 Monhts
-sets
--0-3 Months
--3-6 Monhts
Baby girl
-Tops
--0-3 Months
--3-6 Monhts
-Pants
--0-3 Months
--3-6 Monhts
-sets
--0-3 Months
--3-6 Monhts
