Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Display AUD $1.50 instead of AUD1 #5158
    Alvin
    Member

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

    ‘AUD’=> ‘$’,

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

    in reply to: Invoice Link Domain Incorrect #5143
    Alvin
    Member

    Thanks for the Reply SH,

    I have resolved the issue, which turns out to be unrelated to Web Invoice.

    I had tried adding the trailing slash but that resulted in the same thing.

    The error was in a php.ini file, i had to add a custom ini file sue to the PDF’s causing an error due to memory allocation set too low by default by my host. It is all rocking and rolling now, thanks for the help anyway.

Viewing 2 posts - 1 through 2 (of 2 total)