• Resolved tock333

    (@tock333)


    Thank you for your help. I am trying to do a simple cost calculator for translations. It has a drop down with languages, each with a line price, and a quantity for adding in the number of lines in the translation. The formula is straight forward, the one times the other: dropDown_field_id_0 * quantity_field_id_1

    I am in Europe so I changed the comma to a decimal e.g. English = € 1.54 which fixed the first problem, but the formula does not seem to take the decimal points into account. 1.54 x 10 = 10.

    I just looked at it again and the colors are really hard to read in the theme I am using. I managed to change the box border, but I could not figure out how to change the background and font controls. Any help there would be appreciated too…

    Thank you for any help in figuring this out.

    Cheers

    • This topic was modified 4 years, 8 months ago by tock333.
    • This topic was modified 4 years, 8 months ago by tock333.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Axel StylemixThemes

    (@axelstm)

    Hello,

    1. The problem with the decimals will be fixed in the coming version of the plugin. We are planning to release the new update in the next week.

    2. Please try to use this custom CSS:

    body .ccb-main-calc .form-wrapper .form-inner-content {
    background: #191919;
    }
    body .ccb-main-calc .form-wrapper .form-wrapper-content .ccb-inner-wrapper input[type=”number”] {
    color: #8996a1;
    }

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Trouble with decimals’ is closed to new replies.