Missed expand button for custom subfields - The Scandinavian #32
Replies: 1 comment 3 replies
-
Hi @OmarHeshamMohamed - there are couple of things that could be going on here. There are some optimizations that are in place for the cart page to prevent re-rendering of unchanged parts of the page when only some cart lines are updated. It's possible that could be affecting this, or there could be a bug that is preventing new lines from being updated. For us to take a deeper look and diagnose the issue, can you please provide a link to a sample where this issue reproduces. You can create a fork of a sample repo and modify it to reproduce the issue. If you need help, please see the link below on how to fork a GitHub repo or refer to the repo Wiki on how to create a minimal repro. Also please provide specific steps to reproduce the behavior, such as:
|
Beta Was this translation helpful? Give feedback.
-
Recently cx faced issue related to incorrect display of custom cart line subfield on cart page.
they have custom subfield that display data from cart line extension properties and operation that update this property and call standard refresh cart operation to trigger UI update. It works fine if select one of existing line to add subfield property, but if you add new cart line and then trying to add value for subfield to it, POS for some reason doesn’t trigger UI logic to display new subfield although refresh cart operation receives updated cart with all new extension properties that should be displayed.
The issue is that the last cart line that have session property updated doesn't display it as subfield.
1- add one product to the cart and then set new extension property to it.
2- add another 2 lines but properties not displayed
3- if we tried to modify the second line we can see extension property will be displayed
Beta Was this translation helpful? Give feedback.
All reactions