Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #43486
    Anonymous
    Inactive

    Hello,

    If i enter a price (rsvp) of 7,50 it wil turn it into 8. Can this be changed, so it will accept prices with ,? Thnx.

    #48582
    Franky
    Keymaster

    Try the “.” for the comma notation

    #48583
    Anonymous
    Inactive

    I tried, still changing to 8

    #48584
    Franky
    Keymaster

    Ok, moving to bugs then 🙂

    I’ll check this out tomorrow.

    #48585
    Franky
    Keymaster

    I think I found it: price is (for now) a mediumint column in mysql, while this doesn’t support floating point values. If you change this to “DECIMAL(7,2)” you should be able to enter decimals with precision 2.

    I’ll try this out later on.

    #48586
    Franky
    Keymaster

    Fix confirmed to be working.

    The fix: http://plugins.trac.wordpress.org/changeset/432460

    #48587
    Anonymous
    Inactive

    Franky, it’s fixed. Thanx for the excellent and fast support!!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top