{"section":"known-issues","requestedLocale":"en","requestedSlug":"product-price-not-considering-default-seller-in-pdp","locale":"en","slug":"product-price-not-considering-default-seller-in-pdp","path":"docs/en/known-issues/Store Framework/product-price-not-considering-default-seller-in-pdp.md","branch":"main","content":"## Summary\n\n\nWhen showing the price in PDP, the component ignores Default Seller, considering the first seller which was registered.\n\n\n## Simulation\n\n\nComponent ProductPrice in GitHub is considering always the first seller to enter the array, instead of using this logic.\n\n        const commertialOffer = path(\n          ['sellers', 0, 'commertialOffer'],\n          selectedItem\n        )\n\n\n## Workaround\n\n\nN/A."}