Greetings,
I have one problem with booking module:
customer wants not to show deposit with prices on booking site - still on 1.5.9, we already have v 2 but he want's to upgrade later - pls. don't ask me about that ;-)
e.g.
Rental price / day29,00/100,00 Eur
2 or more days 25,00 Eur
7 or more days 22,00 Eur
13 or more days 20,00 Eur
he dont want's to show 29/100, only 29 EUR
I playd with "default_prices.php"line 60
$title = JText::sprintf('Price info daily full', $rtype->title, $price->formatValue, $price->formatDeposit);
but nothing happened
any idea?
thanks and have a great day