Fix product exporting and importing through the Shelf.

Note that sku entries in the import and export file are now varSku.
This commit is contained in:
Colin Kuskie 2008-09-28 23:59:26 +00:00
parent 1c2993dd86
commit 79c5425bcf
8 changed files with 40 additions and 21 deletions

View file

@ -1,4 +1,4 @@
mastersku,sku,title,shortdescription,price,weight,quantity
mastersku,varSku,title,shortdescription,price,weight,quantity
##alter existing with two collateral
t-shirt,red-t-shirt,Colored T-Shirts,Red T-Shirt,5.00,1.33,500
##alter existing with one collateral

1 mastersku,sku,title,shortdescription,price,weight,quantity mastersku,varSku,title,shortdescription,price,weight,quantity
2 ##alter existing with two collateral ##alter existing with two collateral
3 t-shirt,red-t-shirt,Colored T-Shirts,Red T-Shirt,5.00,1.33,500 t-shirt,red-t-shirt,Colored T-Shirts,Red T-Shirt,5.00,1.33,500
4 ##alter existing with one collateral ##alter existing with one collateral