bluevisiontec / GoogleShoppingApi

Magento Module GoogleShoppingApi v2
Open Software License 3.0
69 stars 45 forks source link

Products don't sync and there is no notification of failing. #55

Closed k1rah closed 5 years ago

k1rah commented 9 years ago

When I try to sync products, nothing happens. I tried syncing 1-9 products and the spinning icon shows for a few seconds, then nothing happens.

EDIT: It appears that the feed is case sensitive. For example, my attribute 'Size' causes sync to fail. The log says 'required attribute 'size' is missing.' It also does this for age group and gender when the value is capitalized (Adult, Female, etc..)

schnere commented 9 years ago

You are trying to add simple products, not configurable? There shouldn't be a problem with case sensitivity or numbers. Examples provided from Google:

XXS, XS, S, M, L, XL, 1XL, 2XL, 3XL, 4XL, 5XL, 6XL 00, 0, 02, 04, 06, 08, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34 Even "30 Short", "30 Regular", "30 Long" or "Small", "Medium", "Large" would be okay.

I will add "size_system" and "size_type" in a future commit, as this could be a possible reason to cause the error?

k1rah commented 9 years ago

My site has a mix of both, but I was just trying on simple products.

I did check with Google to make sure I had things correct. I also double checked all attribute mapping. My products definitely have all required Google attributes filled out.

screenshot from 2015-08-20 12 46 21

And this is the same product I showed in the above screenshot with errors: screenshot from 2015-08-20 12 51 59

placementedge commented 9 years ago

I'm having the same issue. I think it's because of size_system and size_type missing.

JustinElst commented 8 years ago

Maybe this will work: https://github.com/bluevisiontec/GoogleShoppingApi/pull/68 It fixes the size attribute conversion. But it will not add any size_system or size_type.