Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter alexabbate6

    (@alexabbate6)

    Sorry, that’s the string I see on the Outlook msg.

    'VAT reverse charged&#039

    Best regards

    Alex

    Thread Starter alexabbate6

    (@alexabbate6)

    Hi Diego,
    thanks for your feedback. I reviewed your intructions and all information contained in a sample order layout. It seems that only the VAT exempt functionality is missing. However, I am not familiar with the initialisation process (I am not a developer). Where should I access this initialisation working environment in order to be able to enter the VAT exempt string?
    One additional question. I see 2 versions of the VAT EXEMPT String.
    One on the forum which reads:
    // If the order is subject to the reverse charge rules, display a note
    if($eu_invoice_helper->reverse_charge()) {
    echo ‘VAT reverse charged’;
    }
    One on the msg that I received on my Outlook client, which reads:
    // If the order is subject to the reverse charge rules, display a note
    if($eu_invoice_helper->reverse_charge()) {
    echo 'VAT reverse charged';
    }

    Which is the correct one? does 039 code have a specific meaning?

    Best regards
    Alex

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