Hello,

I'm trying to make the phone number provided appear right below the price tag on listing details, but having no success.
I tried to change it on admin panel, on "build form", but I don't have an option to change that area of the listing.
What I did was change the code, in "templates/auto_main_red/tpl/controllers/listing_details.tpl", and added:

<li><span class="name">
{$lang.contact_phone}: <span class="df_field_telefone"></span>
</span>
</li>
Ok. It showed the word "Phone:" right below the price, but I don't know wich smarty function I should call for it to display the phone number added to listing.
Do you guys know how can I do that?

And concerning the phone number format, I'm trying to make the separator char (-) after the 4th number. Flynax, as default, sets it after the 3rd number, and I can't change that on admin panel.

Thank you.