I have required to display only product price in frontend all place like pdp, plp,cart, mini cart, checkout.
For example
If price=100 and special price =90 and product unit(custom attribute value) =6
Then
Result expected
Price=600 special price=540
Just display price multiply by unit value
Thanks in advance