[IMP] website_sale: design support#5022
Draft
anso-odoo wants to merge 6 commits intomaster-imp-variant-images-management-shrmfrom
Draft
[IMP] website_sale: design support#5022anso-odoo wants to merge 6 commits intomaster-imp-variant-images-management-shrmfrom
anso-odoo wants to merge 6 commits intomaster-imp-variant-images-management-shrmfrom
Conversation
|
This PR targets the un-managed branch odoo-dev/odoo:master-imp-variant-images-management-shrm, it needs to be retargeted before it can be merged. |
f1eff5d to
4ab716d
Compare
a2da6d4 to
78e75e0
Compare
Prior this commit: - Variant images had to be uploaded and managed individually on each product variant, even when multiple variants shared the same characteristics (e.g., the same image for all sizes of a blue T-shirt). Post this commit: - Images can now be uploaded directly on the product template and linked to specific attribute values. These images are automatically applied to all matching variants, simplifying variant image management and avoiding unnecessary duplication. task-5405584
Issue: - When trying to replace or edit a product image on the shop page, the secondary image was replaced instead of the primary image. Cause: - The secondary image wrapper was capturing click events in edit mode, causing the editor to select the wrong image. Fix: - Added `pointer-events: none;` to the secondary image wrapper so that click events pass through to the primary image. This ensures the Replace Media action targets the correct image. task-5405584
78e75e0 to
c8b8c48
Compare
4ab716d to
869e756
Compare
Design support for product extra images task-5405584
869e756 to
2a92baa
Compare
814833a to
3974fec
Compare
057899f to
a097ef6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Design support for product extra images
task-5405584