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
Current behaviour: all generated images are cover:
<image id_product="4" id="13" cover="1"/> <image id_product="4" id="14" cover="1"/> <image id_product="4" id="15" cover="1"/> <image id_product="4" id="16" cover="1"/>
then, only one image are added to the product:
If we modify cover value to be 0
0
<image id_product="3" id="9" cover="0"/> <image id_product="3" id="10" cover="0"/> <image id_product="3" id="11" cover="0"/> <image id_product="3" id="12" cover="0"/>
But then... No cover image
EXPECTED OUTPUT: only one image with cover="1"
cover="1"
<image id_product="3" id="9" cover="1"/> <image id_product="3" id="10" cover="0"/> <image id_product="3" id="11" cover="0"/> <image id_product="3" id="12" cover="0"/>
The text was updated successfully, but these errors were encountered:
I think this should be labeled as bug.
bug
Sorry, something went wrong.
PR ready =)
Sorry @davidglezz usually issues are opened on https://github.com/prestashop/prestashop I dont know why this repository allows opening issues
I ask QA team to see if they can reproduce your problem
Successfully merging a pull request may close this issue.
Current behaviour: all generated images are cover:
then, only one image are added to the product:
If we modify cover value to be
0
But then... No cover image
EXPECTED OUTPUT: only one image with
cover="1"
The text was updated successfully, but these errors were encountered: