{% extends "base/base.html" %} {% load static %} {% load humanize %} {% load jalali_tags %} {% block header %} {% include "base/meta_tags.html" %} {% endblock header %} {% block content %}

{{this_product.name}}

نسخه {{this_product.version}}

بست جاستیفای

{% csrf_token %}
اشتراک گذاری
{%for item in product_features %}

{{item.features.name}}

{%endfor%}
{{this_product.get_sales_count}} فروش
{{this_product.get_rate}} امتیاز
{% for item in add_to_cart_free %}

{{item.add_to_cart_items.name}}

{%endfor%}
{% csrf_token %}

امکانات سفارشی


{% for item in add_to_cart_not_free %}
{% if item.add_to_cart_items.price %}

{{item.add_to_cart_items.price}} تومان

{%else%}

نیاز به جلسه نیازسنجی

{% endif %}
{%endfor%}

قیمت محصول

{% if this_product.is_on_sale %}
{{this_product.get_sale_percent}} % {{this_product.price|intcomma}}

{{this_product.get_sale_price|intcomma}}تومان

{% else %}

{{this_product.get_sale_price|intcomma}}تومان

{% endif %}
نمایش دمو

توضیحات محصول

پرسش و پاسخ

سوالات متداول

{{this_product.body|safe}}

تاریخ انتشار

{{this_product.created_at|to_jalali:'%Y/%m/%d' }}

تاریخ به روزرسانی

{{this_product.update_date|to_jalali:'%Y/%m/%d' }}

نسخه فعلی محصول

{{this_product.version}}

نسخه PHP سازگار

از {{this_product.php_min_version}} تا {{this_product.php_max_version}}

نسخه وردپرس سازگار

از {{this_product.wordpress_min_version}} تا {{this_product.wordpress_max_version}}


لاگ های تغییرات

{% for log in change_logs %}

{{ log.name }}

{{ log.date|to_jalali:'%Y/%m/%d' }}

{% empty %}

هیچ تغییری ثبت نشده است.

{% endfor %}
{%if product_faqs %}

سوالات متداول

{% for item in product_faqs %}

{{item.name}}

{{item.body}}

{% endfor %} {% endif %}
{% endblock content %} {% block js %} {% endblock js %}