";
widget=widget.replace("$price$",number_pagolight);
$('#ecFieldpayment_1376 div').append($(widget));
}
}
else
{
window.addEventListener('DOMContentLoaded', function() {
(function($) {
if ($('.primarypriceproduct').length > 0)
{
var number_pagolight = Number(parseFloat($('.primarypriceproduct').first().text().replace(/[^0-9,-]+/g,"").replace(".","").replace(",",".")).toFixed(2).replace(".",""));
var widget="{% assign minimum_amount = 6000 %} {% assign maximum_amount = 500000 %} {% assign available_terms = '3,6,12,18,24' | split:',' %} {% assign min_instalment_amount = 2000 %} {%- if product.price >= minimum_amount and product.price <= maximum_amount -%} {% assign term_ceiling = product.price | divided_by: min_instalment_amount %} {% assign acceptable_terms = '' %} {% for term in available_terms %} {% assign test_term = term | times: 1 %} {% if test_term <= term_ceiling %} {% assign acceptable_terms = acceptable_terms | append: ',' %} {% assign acceptable_terms = acceptable_terms | append: term %} {% endif %} {% endfor %}
{%- endif -%}";
widget=widget.replace("$price$",number_pagolight);
$('#ecFieldpayment_1376 div').append($(widget));
}
})(jQuery);
});
}