cancel
Showing results for 
Search instead for 
Did you mean: 

Estimated price - Magento 2

Estimated price - Magento 2

I would like change the price in the checkout page.

This price is considering shipping, but I would like 'without shipping price'.

I think the value can be find in class estimated-price but I don't know how to change this value.
vendor\magento\module-checkout\view\frontend\web\template\estimation.html :

<div class="estimated-block">
        <span class="estimated-label" data-bind="i18n: 'Estimated Total'"></span>
        <span class="estimated-price" data-bind="text: getValue()"></span>
    </div>