Bodite obveščeni

Product was successfully added to your shopping cart.

Glušniki

13 artiklov

13 artiklov

' + '
' + '' + product.name + '' + '
' + formatSuggestionPrice(product, priceFormat) + '
' + '
' + '
' + ''; } } }); jQuery('#search').bind('typeahead:selected', function(obj, product, name) { window.location.href = baseUrl + product.url_path; }); function formatSuggestionPrice(product, priceFormat) { var price = ''; switch (product.type_id) { case 'grouped': case 'configurable': case 'bundle': price = '

' + 'Začetek: ' + '' + formatCurrency(product.final_price, priceFormat, false) + '' + '

'; break; default: // if (parseFloat(product.final_price) < parseFloat(product.price)) { // price += '

' + // 'Cena: ' + // '' + formatCurrency(product.price, priceFormat, false) + '' + // '

' + // '

' + // '' + // formatCurrency(product.price, priceFormat, false) + // '' + // '

'; // } else { price += '' + formatCurrency(product.final_price, priceFormat, false) + ''; // } } return price; } //]]>