How to get real-time price update based on quantity changes in magento 2

Viewed 1

How to get real-time price updates based on quantity changes in Magento 2?

1 Answers
  1. Open Magento_Catalog/templates/product/view/price.phtml
    -> Change qty:1 to " qty: getParentBlock()->getProductDefaultQty() * 1 ?>, "

  2. Add " this.calculatedFinalPriceWithCustomOptions *= this.qty; " in calculateFinalPriceWithCustomOptions() function

  3. Add " this.getFormattedFinalPrice(); " in eventListeners