{#** * 2007-2018 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA * @copyright 2007-2018 PrestaShop SA * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA *#}
{# LEFT #}
{{ form_errors(formPackItems) }} {{ form_widget(formPackItems) }}
add_a_photo
{{js_translatable['Drop images here']}}
{{js_translatable['or select files']}}
{{js_translatable['files recommandations']}}
{{js_translatable['files recommandations2']}}
{% if images is defined %} {% if editable %}
+
{% endif %} {% for image in images %}
{% if image.cover %}
{{ 'Cover'|trans({}, 'Admin.Catalog.Feature') }}
{% endif %}
{% endfor %} {% endif %}
{{ 'View all images'|trans({}, 'Admin.Catalog.Feature') }} {{ 'View less'|trans({}, 'Admin.Catalog.Feature') }}
{{ form_widget(formShortDescription) }}
{{ form_widget(formDescription) }}
{{ renderhook('displayAdminProductsMainStepLeftColumnMiddle', { 'id_product': productId }) }}

{{ 'Features'|trans({}, 'Admin.Catalog.Feature') }}

{{ form_errors(formFeatures) }}
{% for feature in formFeatures %} {{ include('@Product/ProductPage/Forms/form_feature.html.twig', { 'form': feature }) }} {% endfor %}
{{ include('@Product/ProductPage/Forms/form_manufacturer.html.twig', { 'form': formManufacturer }) }}
{{ renderhook('displayAdminProductsMainStepLeftColumnBottom', { 'id_product': productId }) }}
{# RIGHT #}
{% if is_combination_active %}

{{ "Combinations"|trans({}, 'Admin.Catalog.Feature') }}

{# First tag [1][/1] is for a HTML link. Second tag [2] is an icon (no closing tag needed). #} {{ "Advanced settings in [1][2]Combinations[/1]"|trans({}, 'Admin.Catalog.Help')|replace({'[1]': '', '[/1]': '', '[2]': 'open_in_new'})|raw }}
{% endif %}

{{ "Reference"|trans({}, 'Admin.Catalog.Feature') }}

{{ form_errors(formReference) }}
{{ form_widget(formReference) }}
{% if 'PS_STOCK_MANAGEMENT'|configuration %}

{{ "Quantity"|trans({}, 'Admin.Catalog.Feature') }}

{{ form_errors(formQuantityShortcut) }}
{{ form_widget(formQuantityShortcut) }}
{# First tag [1][/1] is for a HTML link. Second tag [2] is an icon (no closing tag needed). #} {{ "Advanced settings in [1][2]Quantities[/1]"|trans({}, 'Admin.Catalog.Help')|replace({'[1]': '', '[/1]': '', '[2]': 'open_in_new'})|raw }}
{% endif %}

{{ "Price"|trans({}, 'Admin.Global') }}

{{ form_widget(formPriceShortcut) }} {{ form_errors(formPriceShortcut) }}
{{ form_widget(formPriceShortcutTTC) }} {{ form_errors(formPriceShortcutTTC) }}
{{ render( controller('PrestaShopBundle:Admin/Common:renderField', { 'formName': 'step2', 'formType': 'PrestaShopBundle\\Form\\Admin\\Product\\ProductPrice', 'fieldName': 'id_tax_rules_group', 'fieldData' : form.step2.id_tax_rules_group.vars.value } ) ) }}
{# First tag [1][/1] is for a HTML link. Second tag [2] is an icon (no closing tag needed). #} {{ "Advanced settings in [1][2]Pricing[/1]"|trans({}, 'Admin.Catalog.Help')|replace({'[1]': '', '[/1]': '', '[2]': 'open_in_new'})|raw }}
×
{{ include('@Product/ProductPage/Forms/form_categories.html.twig', { 'form': formCategories, 'productId': productId }) }}
{{ renderhook('displayAdminProductsMainStepRightColumnBottom', { 'id_product': productId }) }}