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:
parent
1c2993dd86
commit
79c5425bcf
8 changed files with 40 additions and 21 deletions
|
|
@ -1,4 +1,4 @@
|
|||
mastersku,sku,title,shortdescription,price,weight,quantity
|
||||
mastersku,varSku,title,shortdescription,price,weight,quantity
|
||||
t-shirt,red-t-shirt,Colored T-Shirts,Red T-Shirt,5.00,1.33,1000
|
||||
t-shirt,blue-t-shirt,Colored T-Shirts,Blue T-Shirt,5.25,1.33,2000
|
||||
soda,soda-sweet,Sweet Soda-bottled in Oregon,Sweet Soda,0.95,0.95,500
|
||||
|
|
|
|||
|
|
|
@ -1,4 +1,4 @@
|
|||
"mastersku","sku","title","shortdescription","price","weight","quantity"
|
||||
"mastersku","varSku","title","shortdescription","price","weight","quantity"
|
||||
"Kids-lashed","red-t-shirt","Colored T-Shirts","Red T-Shirt",5,1.33,1000
|
||||
"Kids-lashed","blue-t-shirt","Colored T-Shirts","Blue T-Shirt",5.25,1.33,2000
|
||||
"soda","soda-sweet","Sweet Soda-bottled in Oregon","Sweet Soda",0.95,0.95,500
|
||||
|
|
|
|||
|
|
|
@ -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,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
|
||||
|
|
|
|||
|
Loading…
Add table
Add a link
Reference in a new issue