Product Price not considering default seller in PDP
Store Framework
•
ID: 429888
No Fix
Published on2/23/2022
•
Last updated on2/16/2024
1 min read
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.