i have two variants in a single product each variants price need to taken as as a lst_price from product.product,
getFormattedPrice() {
return formatCurrency(this.props.price, this.env.currency.id);
}as per this code product price is taken from product.template list_price + extra_price
insted of this i need product.product lst_price(sales price)
Did you change _compute_product_lst_price()? Because ultimately: product.lst_price = list_price + product.price_extra