Results 1 to 10 of 11

Thread: Price Field - German Standart problem

Threaded View

  1. #1
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421

    Price Field - German Standart problem

    Hi,

    i have a problem with German Price Fields.
    Our prices are declared as follows: 25,99 € and not 25.99 €!
    I have checked the rlValid.class.php and rlSmarty.class.php.

    In this function str2money i have change follow:

    PHP Code:
    Only registered members can view the code
    Now i can see the Price in german Standart 25,99 €.
    But the User can not input comma as decimal point in the Price Field.
    It can only input price with dot as decimal point in the price field.
    What needs to be changed so that the price is in input and also displayed with a comma as decimal point?

    Best regards
    Steffen

    UPDATE!

    Solution out now!

    Every who wants to change the listing prices to european standard (12,34 instead 12.34), please check out this thread here -> Link.
    Last edited by Steffen Buschkemper; April 20, 2013 at 03:40 PM.