<% if (data.results && data.results.length> 0) { %> <% data.results.forEach(function(product) { %> <%= product.name %>

<%= product?.bg?.name %>

<%= product?.bg?.description || '' %>

<% if (product.BGN && product.BGN.price) { %> <%= product.BGN.price.toFixed(2) %> BGN <% } else if (product.EUR && product.EUR.price) { %> <%= product.EUR.price.toFixed(2) %> EUR <% } else if (product.USD && product.USD.price) { %> <%= product.USD.price.toFixed(2) %> USD <% } else { %> 0.00 BGN <% } %>
<% }); %> <% } %>
Няма намерени резултати