We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to the class-wc-api-products.php file, the Variations section has an Attribute that is 'image' for the (single) image for the variation.
However, the documentation labels this attribute "images". Spent a while tracking down why my image wasn't uploading for the Variation!
The text was updated successfully, but these errors were encountered:
Fixed Issue woocommerce#27 - Variation image attribute name
0f1aa23
In the Variations Properties section, change the attribute from 'images' to 'image' and also clarified that only the image in position 0 will be used.
Merge pull request #29 from torrelasley/patch-1
1c6c80c
Fixed Issue #27 - Variation image attribute name
7e7d1d8
@torrelasley Thanks :)
Sorry, something went wrong.
No branches or pull requests
According to the class-wc-api-products.php file, the Variations section has an Attribute that is 'image' for the (single) image for the variation.
However, the documentation labels this attribute "images". Spent a while tracking down why my image wasn't uploading for the Variation!
The text was updated successfully, but these errors were encountered: