Re: variants - call for price
thanks for that, it was easier than i thought.
i changed it a bit to...
if (price == 0) {
$('.currency').hide();
$('.callforprice').show();
} else {
$('.currency').show();
$('.callforprice').hide();
document.getElementById('product_price').innerHTML = price_format(Math.max(price, 0));
}
so it hides the currency symbol and shows a span with my call for price message
__________________
Version 4.4.2
|