is it possible to replace a string in the current tag using jquery like this:
<td class="price"><script>$(this).text(accounting.formatMoney(parseFloat({{ product.price }}).toFixed(2), "€ ", 2, ".", ","));</script></td>
actually this doesn't work.
thanks in advance!