{% extends "commerce/_layouts/settings" %} {% block content %}
{{ "No product types exist yet."|t('commerce') }}
{{ "Name"|t('commerce') }} | {{ "Handle"|t('commerce') }} | {{ "Has Variants?"|t('commerce') }} | {{ "Available Shipping Categories"|t('commerce') }} | {{ "Available Tax Categories"|t('commerce') }} | |
---|---|---|---|---|---|
{{ productType.name }} | {{ productType.handle }} | {% if productType.hasVariants %} {% endif %} |
{% for cat in productType.getShippingCategories() %}
{% if loop.first %}
|
{% for cat in productType.getTaxCategories() %}
{% if loop.first %}
|