{"section":"known-issues","requestedLocale":"en","requestedSlug":"problems-with-price-from-in-the-buttonbuymodal-control","locale":"en","slug":"problems-with-price-from-in-the-buttonbuymodal-control","path":"docs/en/known-issues/Marketing & Merchandising/problems-with-price-from-in-the-buttonbuymodal-control.md","branch":"main","content":"## Summary\n\nThe `$product.ButtonBuyModal(true,true)` control is used on shelves to add the product to the cart. If there is more than one possible SKU, a modal is displayed for the user to choose the desired variation.\n\nIn cases where the product only has \"price for\" (`bestPrice`), the \"price from\" (`listPrice`) is always `$0,00`, but that in turn should not be displayed in the layout.\n\n## Simulation\n\nTo simulate this scenario you should implement this viewpart in the shelf and follow its behavior with products that have multiple SKUs.\n\n## Workaround\n\nYou can work around this behavior by hiding the \"price from\" element using Javascript whenever its content is \"0.00\", or rebuild this feature (which is limited to the store frontend) based on VTEX APIs (such as \"[vtexjs.catalog](https://github.com/vtex/vtex.js/tree/master/docs/catalog)\")."}