update product-detail

This commit is contained in:
2024-01-25 17:37:49 +07:00
parent 77e7773cc6
commit b5a10581a0
5 changed files with 265 additions and 233 deletions

View File

@@ -1,5 +1,9 @@
{% include javascript/global %}
{% if global.module.name == 'home' %}
{% include javascript/homepage %}
{% if global.name == 'home' %}
{% include javascript/homepage %}
{% endif %}
{% if global.name == 'product' %}
{% include javascript/product_form %}
{% endif %}