Skip to main content

URLs & Template Paths

Use the URL and Template Path reference below when building your theme to ensure that your templates load for the correct storefront URL paths.

info

Intro (View Intro Theme) & Intro Bootstrap (View Intro Bootstrap Theme) are publicly available starter themes for the 29 Next platform available on Github that can be used as a starting point and guide with store themeing.

caution

Ensure your template paths match with expected template paths for built-in storefront views. Use the public themes on Github as a reference guide and starting point. All URL paths are automatically localized to the users language following your store's Localization settings.

Blog

URL NameURL Path & ArgumentsTemplate Path
blog:blog-list/blog/templates/blog/index.html
blog:blog-detail/blog/detail/:post_slug/templates/blog/post.html

Cart

URL NameURL PathTemplate Path
cart:summary/cart/templates/cart.html

Catalogue

URL NameURL Path & ArgumentsTemplate Path
catalogue:index/catalogue/templates/catalogue/index.html
catalogue:category/catalogue/category/:category_slug/templates/catalogue/category.html
catalogue:detail/catalogue/:product_slug/templates/catalogue/product.html

Checkout

URL NameURL Path & ArgumentsTemplate Path
checkout:shipping-addresscheckout/*checkout/checkout.html

Pages

URL NameURL Path & ArgumentsTemplate Path
N/A/:page_slugtemplates/pages/page.html

Reviews

URL NameURL Path & ArgumentsTemplate Path
catalogue:reviews-list/catalogue/:product_slug/reviews/templates/reviews/index.html
catalogue:reviews-detail/catalogue/:product_slug/reviews/:id/templates/reviews/review.html
catalogue:reviews-add/catalogue/:product_slug/reviews/add/templates/reviews/form.html
URL NameURL PathTemplate Path
search:search/search/templates/search.html

Support

URL NameURL PathTemplate Path
support:cateogry-list/support/categories/templates/support/index.html
support:article-list/support/categories/:category_slug/templates/support/category.html
support:article-detail/support/articles/:article_slug/templates/support/article.html

Error Pages

URL NameURL PathTemplate Path
N/A/:any-403-errortemplates/403.html
N/A/:any-404-errortemplates/404.html
N/A/:any-500-errortemplates/500.html