blackorchidcouture
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] CSV Import Variation Products Won’t ImportWoohoo, it’s working, thanks so much! At first it was just importing the products and not actually showing the variations, but it’s because in the parent product I didn’t put “Small, Large” in the Attribute Name. I fixed that and the options are now showing! Thank you soooooo much! I can finally move on to stocking my store 🙂
Forum: Plugins
In reply to: [WooCommerce] CSV Import Variation Products Won’t ImportAh, ok! This explains a lot! And I can just repeat the name and description and all that?
Forum: Plugins
In reply to: [WooCommerce] CSV Import Variation Products Won’t ImportOk, so let’s say I have two variations, one small and one large. Would I have a main row with the name and description and all the base info, and then two more rows with SKU-S and SKU-L, for instance? And have the same parent ID for them? So three rows total for a product with two variations? Or just two rows total, repeating the name, description, etc?
Forum: Plugins
In reply to: [WooCommerce] CSV Import Variation Products Won’t ImportI just went there, and it ends up being the same importer. When you go through Tools, you then have to choose “Import products to your store via a csv file”. It gets to the same place. But, I didn’t realize that the variations need to be on different lines, I think that’s what I’m doing wrong. I will fix it for my test file and let you know! Thanks!!
Forum: Plugins
In reply to: [WooCommerce] CSV Import Variation Products Won’t ImportActually I’m using the Import link under Tools. I believe it’s the import that is packaged with WordPress. Maybe it’s the same import, just another way to get to it?
Forum: Plugins
In reply to: [WooCommerce] CSV Import Variation Products Won’t ImportSo you have each variation of a product on a different line? I had it like that when I was trying out a different importer, but when I tried the one built into WordPress I thought the info I read was that it could all be on one line. For instance this would be the data in the type, attribute name and attribute value fields, all in one row:
variation
Size
Small,LargeForum: Plugins
In reply to: [WooCommerce] CSV Import Variation Products Won’t ImportJust to make it easier to read I’ll put commas between the values, it had tabs before I entered it 😉
sku, parent, name, type, Attribute 1 name, Attribute 1 value(s), Attribute 1 Global, Attribute 1 Visible, post_content, ID, published, menu_order, stock, regular_price, weight, tax_class, sold_individually, visibility in catalog, reviews_allowed, purchase_note, stock_status, backorders, manage_stock, tax_status, upsell_ids, Cross-sells, featured, images, categories, tags
Forum: Plugins
In reply to: [WooCommerce] CSV Import Variation Products Won’t ImportI do have the “parent” column. The ID’s in that column are the same as the SKU’s, do you think that’s ok or do they have to be unique? Here are the columns I have:
sku parent name type Attribute 1 name Attribute 1 value(s) Attribute 1 Global Attribute 1 Visible post_content ID published menu_order stock regular_price weight tax_class sold_individually visibility in catalog reviews_allowed purchase_note stock_status backorders manage_stock tax_status upsell_ids Cross-sells featured images categories tags
Thanks for answering!!