Home Forums WordPress Web Invoice – Invoicing and billing for WordPress Display AUD $1.50 instead of AUD1

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3613
    Alvin
    Member

    Currently when i create an invoice in the Cost column it displays as AUD1 and ignores any decimal values, which is not desired. In the copied table below you will see it ignores any cent values and rounds down 0.50 to 0.

    How would i display as AUD $1.50

    Quantity Unit price Item Cost

    1 1.00 Service AUD1

    1 0.50 Service2 AUD0

    Invoice Total: AUD1

    This is a major stumbling block, i love this plugin but as it stands right now i can’t implement it.

    #5158
    Alvin
    Member

    Resolved this issue – i had to add 2 lines into the functions.php

    ‘AUD’=> ‘$’,

    ‘AUD’=> __(‘$%s’),

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.