Hi everyone, I need to change some specific values...
# suitecommerce
l
Hi everyone, I need to change some specific values according the item options selected on the matrix item level. Is there any approach recommended for this? The matrix have more than 2 options each.
w
check extensibility API docs: beforeOptionSelection? afterOptionSelection?
šŸ‘ 1
l
Thank you!
@wbermudo Thanks!!! I managed to get the values per child. But I’m having issues to pass those values into the actual template. Any example you could think of that might help?
e
Use the layout/PDP component and the addToContextDefinition to add any extra field to the appropriate view.
šŸ‘ 2