• Resolved betadelta

    (@betadelta)


    The quantity field arrow doesn’t add one to the value (e.g. 3+1=4), but adds one behind the start value (e.g. 31). I have the same calculator on a different older site and there it works properly. With the latest installation this error occurs.

    Also, in the total, the description is with capital letters at the start of each word, and cannot change it. Again, the older version doesn’t have capital letters. I worked both with export-import and replicating the calculator manually.

    Thank you for reply.

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

Viewing 1 replies (of 1 total)
  • Plugin Support mgordon7

    (@mgordon7)

    Hi,

    We have detected restrictions in the Quantity field and already reported the issue to our devs team. The needed fix will be included in the coming updates of the plugin

    According to the Capital letter, you can try to use the custom CSS as below, in order to solve your request;

    body div#total_field_id_ span.sub-item-title {
    text-transform: inherit;
    }

    regards

Viewing 1 replies (of 1 total)

The topic ‘Quantity field not working properly’ is closed to new replies.