-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Product variation attributes #130
Comments
Maybe we can leave the current data as is and have an endpoint to get the list of all product attributes? |
I don't know if I would call this a bug. |
Sounds good. I agree it's probably not a bug. For the second part, is it better to have a different query that will return a list of attributes with values or bake that into the same product query? Right now I don't know what values to give to the size or color drop down. |
Hmm 🤔 , values for non-taxonomy atttributes are stored as a string value somewhere, in a format like this |
Yeah, that might be a bit tricky. Honestly for version one, it will be easier to just return the values as they are |
@rotexhawk I think I stumbled on to the solution for this issue. The attributes and there options are stored on the parent product as well. If you run a cross-examination for any attributes on the variation with |
@rotexhawk Is this still an issue? I've long since lost track of reasoning for this issue. |
I think we still need a |
Linked with #280 |
I think we still need to be able to export the custom attributes of product variations. Has anyone solved it? |
+1 Still need this |
I am seeing two bugs with product attribute variations. The name field returns the wordpress field name. Maybe add
Label
Field as well? Also for sizes the value is empty.With the current design I don't know if it's possible to build the default product page. See screenshot.
The text was updated successfully, but these errors were encountered: