попробовал так -
var ddd;
if ((op_custom_tax_rate != null) && (op_add_tax != null) && (op_custom_tax_rate != '') && (op_add_tax == true))
{
d1 = document.getElementById('tt_total');
if (d1 != null)
ddd = Onepage.formatCurrency((1+parseFloat(op_custom_tax_rate))*parseFloat(order_total));
d1.innerHTML = ddd.replace(/(\d)(?=(\d\d\d)+([^\d]|$))/g, '$1 ');
}
else
{
d1 = document.getElementById('tt_total');
if (d1 != null)
ddd = Onepage.formatCurrency(order_total);
d1.innerHTML = ddd.replace(/(\d)(?=(\d\d\d)+([^\d]|$))/g, '$1 ');
}
но не работает.. вот весь файл
https://yadi.sk/d/QJWGfJRu3Au9ug , в общем первому кто поможет скину бакс на вебмани.. понимаю что не много, но все же пусть будет бонусом..