Whats wrong with my CSV? Wont create variable product

ivarga

Junior Member
Joined
Mar 13, 2014
Messages
166
Reaction score
63
So I am currently trying to create a test CSV with a product that will have two variations, its going to be two colors, Green and Black.
as far as I know, you do this

header1,header2,header3
correspondingValue1,correspondingValue2,correspondingValue3


Mine works perfectly for the name and everything else but I cant seem to get the the variation box to show up whenever I go to check the product page.
Why is that? How do I format this correctly, I’ve looked at probably every single guide ont he formatting so please dont just link me one, I don’t mean to sounds rude but I’ve literally tried copying theirs and paste it in and it wouldnt work.

tax:product_type,post_type,post_status,post_title,post_content,sku,parent_sku,visibility,featured,regular_price,sale_price,stock_status,stock,images,attribute:Color,attribute_data:Color

variable,product,publish,My amazing tshirt!,Great t-shirt with 5 different colors!,GK92858,,visible,yes,1299.99,799.99,instock,+100,https://www.christiedigital.com/img.../pandoras-box-software-player-main1.png,Black | Green,1|1|1

variation,product,publish,My amazing tshirt! RED,Great t-shirt with 5 different colors!,GK92858E,GK92858,visible,yes,1299.99,799.99,instock,+100,https://www.christiedigital.com/img.../pandoras-box-software-player-main1.png,Black | Green,1|1|1
 
Back
Top