shipping_method - aareano/ifshop-wiki GitHub Wiki
This drop is corresponds to Shopify's.
missing properties
none
additional properties
none
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.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
$15
shipping_method.title
Returns the title of the shipping method.
Input
{{ shipping_method.title }}
Output
International Shipping