Product Price not considering default seller in PDP
ID: 429888
No Fix
Published on 2/23/2022
•
Last update on 2/16/2024
Summary
When showing the price in PDP, the component ignores Default Seller, considering the first seller which was registered.
Simulation
Component ProductPrice in GitHub is considering always the first seller to enter the array, instead of using this logic.
const commertialOffer = path( ['sellers', 0, 'commertialOffer'], selectedItem )
Workaround
N/A.