Informations du pack
Vue detaillee du contenu et des donnees commerciales du pack.
Details
Reference {{ pack.reference ?: '-' }}
Nom {{ pack.name ?: '-' }}
Description {{ pack.description ?: '-' }}
Specification {{ pack.information ?: '-' }}
SEO {{ pack.metaDescription ?: '-' }}
Afficher sur le site {% if pack.showInWebsite %} Oui {% else %} Non {% endif %}
Produits du pack
{% for item in pack.items %} {% set p = item.produit %} {% if p %} {% set pImg = '/images/galery_placeholder_200.png' %} {% for pic in p.picture %} {% if pic.isSelected %} {% set pImg = app.request.getSchemeAndHttpHost() ~ vich_uploader_asset(pic, 'file') %} {% endif %} {% endfor %} {% set stockAvailable = 0 %} {% for st in p.stocks %} {% set stockAvailable = stockAvailable + ((st.qtStock ?? 0) - (st.qtReserved ?? 0)) %} {% endfor %} {% endif %} {% else %} {% endfor %}
# Image Référence Produit Stock Prix TTC
{{ loop.index }} img {{ p.reference ?: p.id }} {{ p.reference ?: ('PRD-' ~ p.id) }}
{{ p.name ?: '-' }}
{% if p.description %}
{{ p.description|striptags|slice(0, 90) }}{% if p.description|striptags|length > 90 %}...{% endif %}
{% endif %}
{{ stockAvailable }} {% if p %} {% set basePrice = p.priceTtc ?? 0 %} {% set finalPrice = basePrice %} {% set promoPercent = 0 %} {% if p.promotion and p.promotion.isEnabled and p.promotion.startAt and p.promotion.endAt and ('now'|date('U')) >= (p.promotion.startAt|date('U')) and ('now'|date('U')) <= (p.promotion.endAt|date('U')) %} {% set discountType = (p.promotion.discountType ?? '')|lower %} {% set discountValue = p.promotion.discountValue ?? 0 %} {% if discountType in ['percentage', 'percent', 'pourcentage'] %} {% set promoPercent = discountValue %} {% set finalPrice = basePrice - (basePrice * promoPercent / 100) %} {% elseif discountType in ['fixed', 'amount', 'montant'] %} {% set finalPrice = basePrice - discountValue %} {% if finalPrice < 0 %}{% set finalPrice = 0 %}{% endif %} {% if basePrice > 0 %} {% set promoPercent = ((basePrice - finalPrice) * 100 / basePrice) %} {% endif %} {% endif %} {% endif %} {% if finalPrice < basePrice %}
{{ finalPrice|number_format(3, '.', ' ') }}
{{ basePrice|number_format(3, '.', ' ') }} -{{ promoPercent|number_format(0, '.', ' ') }}%
{% else %}
{{ basePrice|number_format(3, '.', ' ') }}
{% endif %} {% else %} 0.000 {% endif %}
Aucun produit