+ Reply to Thread
Results 1 to 4 of 4

Thread: price field on add/edit listing

  1. #1

    price field on add/edit listing

    Hello,

    I want to change the price field slightly. My website is specific to one country and only needs to use the '$'...nothing else. I would like to default the '$' symbol and make a field hidden of the add/edit listing forms. Also would like to add a '$" before the price field.

    What file(s) do I need to alter to make this happen?
    price_field.jpg

  2. #2
    Did you go to:

    Admin / Common / Basic / General / Miscellaneous:

    - Currency Symbol: $
    - Currency code: USD
    - Currency position: Before
    Last edited by Joe Can; February 22, 2021 at 02:20 AM.

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

    In Common > Data Entries > Currency > remove/disbale all except the $

    then go to ftp > templates > your template > tpl > blocks > field.tpl > find a line {elseif $field.Type == 'price'}

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

  4. #4
    Quote Originally Posted by Rudi View Post
    Hello,

    In Common > Data Entries > Currency > remove/disbale all except the $

    then go to ftp > templates > your template > tpl > blocks > field.tpl > find a line {elseif $field.Type == 'price'}

    replace below:
    Code:
    Only registered members can view the code.
    with:
    Code:
    Only registered members can view the code.
    Thank you Rudi. You steered me in the right direction. Your suggestion of the code to change was the right section of code...just not quite the change I was looking for. I did not disable in data entries section.

    I changed the code as follows instead:
    Code:
    Only registered members can view the code.

+ Reply to Thread