Page 1 of 1

Pricing issue

Posted: Mon Nov 02, 2009 4:59 pm
by VoShay
On the following csv, for some reason, all the products import with $0.00 pricing, and updating does nothing to fix it.

Re: Pricing issue

Posted: Tue Nov 03, 2009 10:51 am
by Naveed
I have reviewed your attached CSV data. The problem is with your csv data in csv header. The price header "Price" has a line break something like:
"Price
",
Remove the line break and space with in the double quotes and it will start working. Make it something like:
"Price",

Re: Pricing issue

Posted: Tue Nov 03, 2009 10:55 am
by Naveed
Confirmed again!

It is just a while space character (not the line break). "Price " should be "Price" in CSV header.