Skip to Content

Routes

The routes object provides URLs for key store pages such as cart and checkout.

{%- comment -%} Output store URLs in a feed {%- endcomment -%} <link rel="alternate" href="{{ routes.root_url }}"/>

root_url

URL to store root

cart_url

URL to cart

checkout_url

URL to checkout

complete_url

URL to the placed order page.