Problem when importing csv with pricing

Hi all.

i imported my csv file with my products and information and it uploaded great.

The only problem is that after uploading all the products are in price 0.00.

im checking and i do have all the pricing in the csv file.

In the admin all the products are on ?0.00 price and when i go to view the cart. all the products say [Contact us for a price] i guess because the price is 0 in the admin. why is that?



[url]http://adultafterparty.com/shop/[/url]



thanks

Same problem here.

I think there is an issue in cell format in .xls and .csv files. The delimitor for the price has to be -.- (dot).

If anybody knows the answer to this one, please let us know.

My problem is that I downloaded some free version of xls/csv converter and sometimes it converts the price format to 0,00$ and sometimes to 0.00$

I’m really going crazy here, I’ve been trying to import the products for couple of hours now…

What is the easiest way to convert xls to csv?

You can refer to the fix by zeke here:

[url]http://forum.cs-cart.com/vbugs.php?do=view&vbug_id=1123[/url]





To fix it, you need to open “controllers/admin/exim.php” script and replace this code



// add description for all cart languages when adding object data
foreach ((array)Registry::get('languages') as $_data['lang_code'] => $v) {




with this one


// add description for all cart languages when adding object data
foreach ((array)Registry::get('languages') as $_data['lang_code'] => $lang_v) {