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 a title
soda,soda-sweet,Sweet Soda-totally organic,Sweet Soda,1.00,0.85,500
##add new collateral to an existing product

1 mastersku,sku,title,shortdescription,price,weight,quantity mastersku,varSku,title,shortdescription,price,weight,quantity
2 ##alter a title ##alter a title
3 soda,soda-sweet,Sweet Soda-totally organic,Sweet Soda,1.00,0.85,500 soda,soda-sweet,Sweet Soda-totally organic,Sweet Soda,1.00,0.85,500
4 ##add new collateral to an existing product ##add new collateral to an existing product