Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
k1rah opened this issue Aug 12, 2015 · 4 comments
Closed

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

k1rah opened this issue Aug 12, 2015 · 4 comments

Comments

@k1rah
Copy link

k1rah commented Aug 12, 2015

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
Copy link
Contributor

schnere commented Aug 14, 2015

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
Copy link
Author

k1rah commented Aug 20, 2015

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
Copy link

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

@JustinElst
Copy link

Maybe this will work:
#68
It fixes the size attribute conversion. But it will not add any size_system or size_type.

@schnere schnere closed this as completed Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants