+ Reply to Thread
Results 1 to 5 of 5

Thread: set all currency

  1. #1
    Member
    Join Date
    Jan 2019
    Location
    uk
    Posts
    47

    Question set all currency

    hi all I've done settings price to before that works in ads

    but every where els is on right see here

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

    Actually, this settings is not related to search forms

    but you can do the following:

    go to ftp > templates > your template > tpl > blocks > fields_search_box.tpl > find this code {elseif $field.Type == 'price'}

    find below:
    Code:
    Only registered members can view the code.
    and replace with:
    Code:
    Only registered members can view the code.

  3. #3
    Member
    Join Date
    Jan 2019
    Location
    uk
    Posts
    47
    thanks for that ive change that but what about the add listing page? need to change that too thanks for help

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    go to templates > tpl > blocks > field.tpl > find {elseif $field.Type == 'price'}

    change code below from:
    Code:
    Only registered members can view the code.
    to:
    Code:
    Only registered members can view the code.

  5. #5
    Member
    Join Date
    Jan 2019
    Location
    uk
    Posts
    47
    thanks ill try that your a star

+ Reply to Thread