I want a applied shipping amount in my custom page.
http://prntscr.com/iv862h
I want to get Applied Shipping amount for guest and logged In Customer.
Looking forward to your reply.
Thanks
public function __construct( \Magento\Quote\Model\Quote\Address\Total $total ) { $this->total = $total; }
in your function use,$amount = $this->total->getShippingAmount();
Clear Genereated folder and clear cache.