{% extends "commerce/_layouts/settings" %} {% do view.registerAssetBundle('craft\\web\\assets\\admintable\\AdminTableAsset') -%} {% do view.registerTranslations('commerce', [ 'Are you sure you want to delete “{name}” and all its products? Please make sure you have a backup of your database before performing this destructive action.', 'Available Shipping Categories', 'Available Tax Categories', 'Handle', 'Has Variants?', 'Name', 'No product types exist yet.', 'Yes', ]) %} {% block actionButton %} {{ 'New product type'|t('commerce') }} {% endblock %} {% block content %}
{% endblock %} {% set tableData = [] %} {% for type in productTypes %} {% set shipping = null %} {% for cat in type.getShippingCategories() %} {% set shipping = shipping ~ '