Skip to main content
The new Customer Portal is organized as customizable templates for different pages and flows. Each template supports a fixed set of Liquid tags. Firmhouse automatically loads the default templates for your project. During this tech preview, those defaults will continue to improve and receive updates regularly. If you want to customize the portal, you and your developers can find the templates in your Firmhouse project under Customer Portal > Templates. This section documents, per page template:
  • Which Liquid tags are supported
  • Which parameters those tags accept
  • The HTML they typically render

Page templates

Shared reference

Notes

  • Tag parameters use Liquid tag attributes, for example: {% add_product size: "small" %}
  • Most parameters are optional and have defaults.
  • Some tags are block tags and must be closed, for example:
{% additions_form_wrapper %}
  ...
{% endadditions_form_wrapper %}