{{'CreateOrderClient.detelle_producto'| trans}}

{# Detalle producto nombre he imagen #} {% set imgUrl = product.image != null ? 'uploads/images/products/'~product.image : 'img/product.png' %} {% set inStock = product.inStock ? '' : ''~"product_editorial.list.sold_out"|trans()~'' %} {% set inOffer = product.inOffer ? "" : '

' %} {% set autores = product.containerType != null ? product.containerType|split(',') : [] %} {% set distributores = product.distributor != null ? product.distributor|split(',') : [] %}
{{inStock|raw}}

{{product.categoryName}}

{{product.nameProd}}

{% if createSale == false %}

{{'product_ea.list.position'| trans}}: {{product.position}}

{% else %}
{% endif %}

{{product.money_symbol}}{{product.price}}

{{inOffer|raw}}

{{'product_ea.list.description'| trans}}

{{product.descriptionProd == null ? 'no_especificada'|trans : product.descriptionProd}}

{% if product.descriptionProd != '' and product.descriptionProd|length >= 175 %} {{'piolaStore.read_more'|trans()}} {% endif %}
{#

{{'product_editorial.list.theme'| trans}}

{{product.tags == '' ? 'no_especificada'|trans : product.tags}}

{% if product.tags != '' %} {{'piolaStore.read_more'|trans()}} {% endif %}
#}

{{'product_editorial.list.isbn'| trans}}

{{product.codeISBN == null ? 'no_especificada'| trans : product.codeISBN}}

{{'product_editorial.list.subject'| trans}}

{{product.subject == null ? 'no_especificada'| trans : product.subject}}

{{'product_editorial.list.language'| trans}}

{{product.language == null ? 'no_especificada'| trans : product.language}}

{{'product_ea.list.productCategory'| trans}}

{{product.categoryName == null ? 'no_especificada'| trans : product.categoryName}}

{{'product_editorial.list.argument_sale'| trans}}

{{product.specialDeliveryRequirement == null ? 'no_especificada'| trans : product.specialDeliveryRequirement}}

{% for productAttribute in product.productAttributes %}

{{productAttribute.name}}

{{productAttribute.value}}

{% endfor %}
{% if product_prev > 0 %} {% endif %} {% if product_next > 0 %} {% endif %}
{% include "/admin/orders/createClient/createOrder_css.html.twig" %}