PDA

View Full Version : add username in listing detail page



Petrache Nicolae
August 15, 2012, 07:28 AM
hello. i try to add the username wich apears in my account into the listing detail page and i am stuck
when i try to add
<tr>
<td class="name">{$lang.username}:</td>
<td class="field"><b>{$profile_info.Username}</b>{if $profile_info.Full_name} ({$profile_info.Full_name}){/if}</td>
</tr> it will not work. it will display just the name and not the field. any ideea how to fix this? thanks

Vladimir
August 15, 2012, 10:43 AM
Hello,

You can try to make it so:



<tr>
<td class="name">{$lang.username}:</td>
<td class="field"><b>{$seller_info.Username}</b>{if $seller_info.Full_name} ({$seller_info.Full_name}){/if}</td>
</tr>

Petrache Nicolae
August 15, 2012, 12:32 PM
Hello,

You can try to make it so:



<tr>
<td class="name">{$lang.username}:</td>
<td class="field"><b>{$seller_info.Username}</b>{if $seller_info.Full_name} ({$seller_info.Full_name}){/if}</td>
</tr>


works. thank you

Buddhi Weerasekera
June 29, 2013, 03:33 PM
hi all, how can i put seller username in listing page. not the details listing page. i have tried $seller_info.Username but no luck, please help me

Buddhi Weerasekera
June 29, 2013, 03:49 PM
hi all, how can i put seller username in listing page. not the details listing page. i have tried $seller_info.Username but no luck, please help me