<%= primaryText %><%= secondaryText %>
<% if (location === 'product') { %> <% if (inCart) { %> <%= trans.goToCheckout %> <% } else { %> <% } %> <% } else if (location === 'bundle') { %> <% if (inCart) { %> <%= trans.goToCheckout %> <% } else { %> <% } %> <% } %>
<% if (auxText !== '') { %>
<%= auxText %>
<% } %>