Magento 2
How can a shipping method get the current order or quote subtotal?
Development
Shipment
totals
,
shipping
,
quote
,
order
dmitrii_fediuk
(Dmitrii Fediuk)
June 26, 2016, 5:29pm
1
Use
$request->getBaseSubtotalInclTax()
, e.g.:
How to dynamically calculate the shipping price based on the order total? Can we customize the table rate?