+ Reply to Thread
Results 1 to 5 of 5

Thread: How to display code via account pro or account user

  1. #1
    Senior Member
    Join Date
    Aug 2014
    Posts
    163

    How to display code via account pro or account user

    Hello,

    Code to display a different text depending on the professional or individual account ?

    Thank You

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    Could you detail on this issue?
    Give some example where you need to place such text

    by default, you can display account info on listing details page (seller box) by building browse form for the account type to which your account is related
    you should go to User Accounts > Account Types > your account type > Build > Build Browse Form > add fields you need
    then go to Accounts > your account > Edit > fill in these fields

    or if you need to show some info about your account type you can add it via Account Types > your type > Edit > Description

  3. #3
    Senior Member
    Join Date
    Aug 2014
    Posts
    163
    Hello Rudi,

    Yes, I know that by admin it is possible.
    I request a custom code to add texts directly in the code part.

    example :

    {if user.pro-one} Option text one {/if}
    {if user.pro-two} Option text two {/if}
    {if user.particular} Option text particular {/if}

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    you can use the following code on listing details or account personal page:

    Code:
    Only registered members can view the code.

  5. #5
    Senior Member
    Join Date
    Aug 2014
    Posts
    163
    Thank You Rudi

+ Reply to Thread