The shipping_method object
The shipping_method
object has the following attributes:
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
shopify-international-shipping-25.00
shipping_method.original_price
Returns the original price of the shipping method before discounts were applied.
Input
{{ shipping_method.original_price | money }}
Output
$20.00
shipping_method.price
Returns the price of the shipping method.
Input
{{ shipping_method.price | money }}
Output
$15
shipping_method.title
Returns the title of the shipping method.
Input
{{ shipping_method.title }}
Output
International Shipping