aria-labelledby="modal-title-<%- data.id %>"<% } %> aria-describedby="modal-content-<%- data.id %>" data-role="modal" data-type="<%-data.type %>" data-trk="{"fonction":"erreur","type":"multishipping","name":"Vous ne pouvez pas ajouter ce produit au panier"}" tabindex="0">
<% if(data.title || data.subTitle){ %>

<% if(data.title){ %> <%= data.title %> <% } %> <% if(data.subTitle){ %> <%= data.subTitle %> <% } %>

<% } %>
<% if(data.popinInformation !== null ){ %>
<%= data.popinInformation %>
<% } %>
Le produit ci-dessous n'est disponible qu'en : <%= data.product.shipping_mode_label %>
<%= data.product.name %>
<%= data.product.name %>
<% if(data.popinTips !== null ){ %>
<%= data.popinTips %>
<% } %>
Actuellement votre panier comporte un ou plusieurs produits en : <%= data.cartTypeLabel %>
<% if(data.items.length > 0){ %>
<% _.each(data.items, function(item) { %>
<%- item.product_image.alt %>
<%= item.product_name %>
<% }); %>
<% } %>
Si vous avez besoin d'aide, n'hésitez pas à nous contacter
<% if(data.buttons.length > 0){ %>
<% _.each(data.buttons, function(button) { %> <% }); %>
<% } %>