Qsmier Posted February 7, 2011 Share Posted February 7, 2011 I try make CSV to import products. product will have 2 attributes(option): perfume or sample.all samples will cost constant price 1$ and perfumes different price.I made 2 files CSV.first with product:ID;name;active;price;333;perfume1;1;64;second with attributes:ID;default;quantity;price;Options (Group:Value)*333;1;1000;;order:perfume333;0;1000;1;order:samplebut it's something wrong:( Product with Option: perfume has 64$ but sample 65$ (but I'd 1$) Link to comment Share on other sites More sharing options...
estipois Posted February 8, 2011 Share Posted February 8, 2011 Have you tryed to put price '-63'cause seems that it will add the value to the main "perfume" price 64 +1 = 65 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now