+ Reply to Thread
Results 1 to 10 of 10

Thread: Dealer info on listing details

  1. #1
    Junior Member
    Join Date
    Jun 2015
    Posts
    18

    Dealer info on listing details

    Is it possible to show Dealer Information and location on the right of listing details ?

  2. #2
    Junior Member
    Join Date
    Jun 2015
    Posts
    18
    I use template wide.. why is so difficult to respond? is anybody in that forum? I need to show phone number on listing details that comes from Dealer information..

  3. #3
    Hello Antonios,

    You can try to check it there: ftp://your_template>>tpl>>blocks>>listing_details_sideba r.tpl

    try to print array: $seller_info
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    Junior Member
    Join Date
    Jun 2015
    Posts
    18
    thanks for replay I see this : Phone [value] => (697) 720-6270 ) and this: [phone] => a:697|n:7206270
    If I add {$seller_info.phone} I take a:697|n:7206270, what do I have to write for the correct variable?

  5. #5
    Senior Member
    Join Date
    Mar 2015
    Posts
    130
    You can try to check it there: ftp://your_template>>tpl>>blocks>>listing_details_sideba r.tpl
    after this cod {if $seller_info.Own_page}</a>{/if}
    </div>
    {/if}

    then put this then u will get at listen details user all info

    {foreach from=$seller_info.Fields item='siFields'}
    {if $siFields.value != ''}
    <li class="sifield_{$siFields.Key}">
    <div style="font-weight: bold; display: inline-block; width: 80px;">{$siFields.name}:</div> <span class="value">{$siFields.value}</span>
    </li>
    {/if}
    {/foreach}

  6. #6
    Junior Member
    Join Date
    Jun 2015
    Posts
    18
    Thank you very much Sahar! very helpful to me!

  7. #7
    I just want to display only the phone number field, with small phone-icon.png in my case which i had created a new field as (mobile) in account fields, and i added that in forms.

    i just want to show that field only which bigger font size with phoneicon.png, if i change the font size in css then whole page text is changing enclosed picture. right now i directly added h3 code in that tpl file itself.

    Thank you

    Attached olx model and an example image done in photshop
    Attached Images Attached Images
    Last edited by Manikandan Subramanian; July 30, 2015 at 01:54 PM.

  8. #8
    Hello

    try to print array in smarty {$seller_info.Fields|@print_r}
    usually you can use: {$seller_info.Fields.phone.value}
    Last edited by Viktor; August 3, 2015 at 04:20 AM.
    Viktor,
    Flynax technical department,
    Best wishes.

  9. #9
    Junior Member
    Join Date
    Jun 2015
    Posts
    18
    Manikandan I wanted to do the same so an easy way to display the phone number or whatever you created as new field is to add on top of listing_details_sidebar.tpl {if $listing_data.mobile} <span> {$listing_data.mobile} </span> {/if}
    You can do the same for skype or whatever you add as new fieldImage3.jpg
    Last edited by brand391; August 13, 2015 at 11:04 PM.

  10. #10

    Seller Phone number on Listing Details page

    Hi

    How and where can I insert the Sellers Contact Number below the username in the sidebar block?

    I dont have a "listing_details_sidebar.tpl"

    I am using the Flatty template and Flynax 4.4.1

    Thanks.

+ Reply to Thread