shipping_method
The shipping_method
object has the following attributes:
In this article
shipping_method.handle
Returns the handle of the shipping method. The price of the shipping rate is appended to the end of the handle.
Input
{{ shipping_method.handle }}
Output
haravan-international-shipping-25.00
shipping_method.price
Returns the price of the shipping method. Use a money filter to return the value in a monetary format.
Input
{{ shipping_method.price | money }}
Output
40.000đ
shipping_method.title
Returns the title of the shipping method.
Input
{{ shipping_method.title }}
Output
International Shipping