This commit is contained in:
2026-03-10 15:07:29 +07:00
parent e2189983f6
commit 1f599a859b
52 changed files with 4136 additions and 1811 deletions

View File

@@ -12,45 +12,12 @@
{% if global.view == 'home' %}
{% include javascript/product_list %}
{% elsif global.view == 'detail' %}
{% include javascript/product-detail %}
{% endif %}
{% include javascript/product_form %}
{% elsif global.module == 'cart' %}
{% elsif global.module == 'deal' %}
{% include javascript/cart %}
{% include javascript/product_form %}
{% elsif global.module == 'marketing' %}
{% include javascript/marketing_form %}
{% elsif global.module == 'brand' %}
{% include javascript/brand %}
{% elsif global.module == 'report' %}
{% include javascript/visitor %}
{% elsif global.module == 'system' %}
{% include javascript/system %}
{% elsif global.module == 'page' %}
{% include javascript/page %}
{% elsif global.module == 'template' and global.view == 'edit-template' %}
{% include javascript/edit_template %}
{% elsif global.module == 'tag' and global.view == 'add' %}
{% include javascript/tag %}
{% elsif global.module == 'shipping2' %}
{% include javascript/shipping2 %}
{% endif %}
{% endif %}