{#** * 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 *#}
{{ renderhook('displayAdminProductsOptionsStepTop', { 'id_product': productId }) }}

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

{{ 'Where do you want your product to appear?'|trans({}, 'Admin.Catalog.Feature') }}

{{ form_errors(optionsForm.visibility) }} {{ form_widget(optionsForm.visibility) }}
{{ form_errors(optionsForm.display_options) }}
{{ form_widget(optionsForm.display_options.available_for_order) }}
{{ form_widget(optionsForm.display_options.show_price) }}
{{ form_widget(optionsForm.display_options.online_only) }}
{{ form_errors(optionsForm.tags) }} {{ form_widget(optionsForm.tags) }}

{{ 'Condition & References'|trans({}, 'Admin.Catalog.Feature')|raw }}

{{ form_errors(optionsForm.condition) }} {{ form_widget(optionsForm.condition) }}
{{ form_widget(optionsForm.show_condition) }}
{{ form_errors(optionsForm.isbn) }} {{ form_widget(optionsForm.isbn) }}
{{ form_errors(optionsForm.ean13) }} {{ form_widget(optionsForm.ean13) }}
{{ form_errors(optionsForm.upc) }} {{ form_widget(optionsForm.upc) }}

{{ optionsForm.custom_fields.vars.label }}

{{ 'Customers can personalize the product by entering some text or by providing custom image files.'|trans({}, 'Admin.Catalog.Feature') }}

{{ form_errors(optionsForm.custom_fields) }}
    {% for field in optionsForm.custom_fields %}
  • {{ include('@Product/ProductPage/Forms/form_custom_fields.html.twig', { 'form': field }) }}
  • {% endfor %}
add_circle {{ 'Add a customization field'|trans({}, 'Admin.Catalog.Feature') }}

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

{{ 'Add files that customers can download directly on the product page (instructions, manual, recipe, etc.).'|trans({}, 'Admin.Catalog.Feature') }}

{{ form_widget(optionsForm.attachments) }}
{{ form_errors(optionsForm.attachment_product) }}
{{ form_widget(optionsForm.attachment_product.file) }}
{{ form_widget(optionsForm.attachment_product.name) }}
{{ form_widget(optionsForm.attachment_product.description) }}
{{ form_widget(optionsForm.attachment_product.add) }} {{ form_widget(optionsForm.attachment_product.cancel) }}
{{ include('@Product/ProductPage/Forms/form_supplier_choice.html.twig', { 'form': optionsForm }) }}
{{ include('@Product/ProductPage/Forms/form_supplier_combination.html.twig', { 'suppliers': optionsForm.suppliers.vars.value, 'form': optionsForm }) }}
{{ renderhook('displayAdminProductsOptionsStepBottom', { 'id_product': productId }) }}