[19.0][ADD] website_sale_variant_extra_fields - #1284
Open
Ricardoalso wants to merge 1 commit into
Open
Conversation
Ricardoalso
force-pushed
the
website_sale_variant_extra_field
branch
from
August 11, 2026 06:59
8713e53 to
11faedb
Compare
Ricardoalso
force-pushed
the
website_sale_variant_extra_field
branch
from
August 11, 2026 07:04
11faedb to
f6e8f31
Compare
Add a module extending the standard Product Page Extra Fields configuration, which only supports char/binary fields on the product template and reads their value once at page load: - allow selecting product variant fields, not only fields on the product template; - support more field types (numbers, dates, datetimes, selection values, linked records), not only char and binary fields; - refresh the displayed variant field value live when the customer picks another attribute combination, without reloading the page; - display decimals using the precision configured on the field.
Ricardoalso
force-pushed
the
website_sale_variant_extra_field
branch
from
August 11, 2026 07:14
f6e8f31 to
9c287d0
Compare
|
Functional test 👍 |
ivantodorovich
approved these changes
Aug 11, 2026
ivantodorovich
left a comment
Contributor
There was a problem hiding this comment.
Thanks!
Tech and functional review 👍🏻
imlopes
approved these changes
Aug 11, 2026
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.
Add a module extending the standard Product Page Extra Fields configuration, which only supports char/binary fields on the product template and reads their value once at page load: