{% layout 'layouts/html.liquid' %} {% block head %} pricing {% endblock %} {% block content %}

Pricing Portal

+ Make a Payment

Schedules

Pricing and payment portal for our products and services. Services are given as an hourly rate, and merchandise is priced per unit.

{% for category in categories %}

{{ category }}

{% for item in pricings[category].items %} {% endfor %}
Service Description Pricing
{{ item.title }} {{ item.description | if: item.description }} {{ item.pricing }}
{% endfor %} {% endblock %}