From c809d3cd8390ed5963b5d0e8f36130b6233754bd Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sat, 30 May 2026 12:29:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=86=D0=B5=D0=BD=20=D0=B2=20=D1=80?= =?UTF-8?q?=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B8=20=D1=82=D0=BE=D0=B2=D0=B0=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/language/ru-ru/catalog/product.php | 4 +- .../view/template/catalog/product_form.twig | 809 +----------------- 2 files changed, 10 insertions(+), 803 deletions(-) diff --git a/public/admin/language/ru-ru/catalog/product.php b/public/admin/language/ru-ru/catalog/product.php index f45452f..f0186eb 100644 --- a/public/admin/language/ru-ru/catalog/product.php +++ b/public/admin/language/ru-ru/catalog/product.php @@ -62,7 +62,9 @@ $_['entry_date_available'] = 'Дата поступления'; $_['entry_quantity'] = 'Количество'; $_['entry_minimum'] = 'Минимальное количество'; $_['entry_stock_status'] = 'Отсутствие на складе'; -$_['entry_price'] = 'Цена'; +$_['entry_price'] = 'Первый прокат'; +$_['entry_price_2'] = 'Второй прокат'; +$_['entry_price_3'] = 'Покупка'; $_['entry_tax_class'] = 'Класс налога'; $_['entry_points'] = 'Бонусные баллы'; $_['entry_option_points'] = 'Бонусные баллы'; diff --git a/public/admin/view/template/catalog/product_form.twig b/public/admin/view/template/catalog/product_form.twig index ddbe8be..dba6078 100644 --- a/public/admin/view/template/catalog/product_form.twig +++ b/public/admin/view/template/catalog/product_form.twig @@ -29,12 +29,7 @@
  • {{ tab_data }}
  • {{ tab_links }}
  • {{ tab_attribute }}
  • -
  • {{ tab_option }}
  • -
  • {{ tab_recurring }}
  • -
  • {{ tab_discount }}
  • -
  • {{ tab_special }}
  • {{ tab_image }}
  • -
  • {{ tab_reward }}
  • {{ tab_seo }}
  • {{ tab_design }}
  • @@ -166,15 +161,15 @@
    - +
    - +
    - +
    - +
    @@ -531,503 +526,8 @@
    -
    -
    -
    - -
    -
    -
    {% set option_row = 0 %} - {% set option_value_row = 0 %} - {% for product_option in product_options %} -
    - -
    - -
    - -
    -
    - {% if product_option.type == 'text' %} -
    - -
    - -
    -
    - {% endif %} - {% if product_option.type == 'textarea' %} -
    - -
    - -
    -
    - {% endif %} - {% if product_option.type == 'file' %} - - {% endif %} - {% if product_option.type == 'date' %} -
    - -
    -
    - - -
    -
    -
    - {% endif %} - {% if product_option.type == 'time' %} -
    - -
    -
    - - -
    -
    -
    - {% endif %} - {% if product_option.type == 'datetime' %} -
    - -
    -
    - - -
    -
    -
    - {% endif %} - {% if product_option.type == 'select' or product_option.type == 'radio' or product_option.type == 'checkbox' or product_option.type == 'image' %} -
    - - - - - - - - - - - - - - - {% for product_option_value in product_option.product_option_value %} - - - - - - - - - - {% set option_value_row = option_value_row + 1 %} - {% endfor %} - - - - - - - - -
    {{ entry_option_value }}{{ entry_quantity }}{{ entry_subtract }}{{ entry_price }}{{ entry_option_points }}{{ entry_weight }}
    -
    - - {% endif %}
    - {% set option_row = option_row + 1 %} - {% endfor %}
    -
    -
    -
    -
    -
    - - - - - - - - - - - {% set recurring_row = 0 %} - {% for product_recurring in product_recurrings %} - - - - - - {% set recurring_row = recurring_row + 1 %} - {% endfor %} - - - - - - - - -
    {{ entry_recurring }}{{ entry_customer_group }}
    -
    -
    -
    -
    - - - - - - - - - - - - - - - {% set discount_row = 0 %} - {% for product_discount in product_discounts %} - - - - - - - - - - {% set discount_row = discount_row + 1 %} - {% endfor %} - - - - - - - - -
    {{ entry_customer_group }}{{ entry_quantity }}{{ entry_priority }}{{ entry_price }}{{ entry_date_start }}{{ entry_date_end }}
    -
    - - -
    -
    -
    - - -
    -
    -
    -
    -
    -
    - - - - - - - - - - - - - - {% set special_row = 0 %} - {% for product_special in product_specials %} - - - - - - - - - {% set special_row = special_row + 1 %} - {% endfor %} - - - - - - - - -
    {{ entry_customer_group }}{{ entry_priority }}{{ entry_price }}{{ entry_date_start }}{{ entry_date_end }}
    -
    - - -
    -
    -
    - - -
    -
    -
    -
    @@ -1075,34 +575,7 @@
    -
    -
    - -
    - -
    -
    -
    - - - - - - - - - - {% for customer_group in customer_groups %} - - - - - {% endfor %} - - -
    {{ entry_customer_group }}{{ entry_reward }}
    {{ customer_group.name }}
    -
    -
    +
    {{ text_keyword }}
    @@ -1422,244 +895,7 @@ $('#article-related').delegate('.fa-minus-circle', 'click', function() { attributeautocomplete(index); }); //--> - - - - + -
    {{ footer }}