+ Reply to Thread
Results 1 to 4 of 4

Thread: Remove Space in Price Field

  1. #1
    Senior Member
    Join Date
    Mar 2019
    Location
    Philadelphia, PA, USA
    Posts
    120

    Remove Space in Price Field

    Hi, how would I remove the space after the dollar sign in my price field? It currently displays as $ 1,000 and I want it to display as $1,000. This is also in the demo here: https://auto.demoflynax.com/autos/al...izione-42.html

    Thanks,
    Jason

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

    go to ftp > includes > classes > rlCommon.class.php > find public function adaptValue > case 'price':

    change:
    PHP Code:
    Only registered members can view the code
    to:
    PHP Code:
    Only registered members can view the code
    Last edited by Rudi; November 21, 2019 at 12:52 PM.

  3. #3
    Senior Member
    Join Date
    Mar 2019
    Location
    Philadelphia, PA, USA
    Posts
    120
    Thank you!

  4. #4
    Senior Member
    Join Date
    Sep 2019
    Location
    Australia mate.
    Posts
    164
    In case anyone is looking for this file, I think it may have changed name as my copy of 4.7.2 does not have that file name. However it seems to be now includes > classes > rlCommon.class.php

    Hope this helps.

+ Reply to Thread