Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hello Dataman,
    Billing address is part of the invoice PDF already! If you mean you want to include the shipping address, you can use this code in a custom template:

    <?php $wpo_wcpdf->shipping_address(); ?>

    to use the billing address in the packing slip:

    <?php $wpo_wcpdf->billing_address(); ?>

    Good luck!

    Thread Starter Dataman Computer Systems Pvt. Ltd.

    (@umakant_dataman)

    Thanks Ewout,

    But how can i add customer phone number in Invoice?

    Thanks
    Dataman

    Plugin Contributor Ewout

    (@pomegranate)

    Thread Starter Dataman Computer Systems Pvt. Ltd.

    (@umakant_dataman)

    Thanks So Much Ewout,

    One more problem With language translation.

    I see see your article and fallow this and install language folder in plugin directory.

    and there is no effect on Translation, now i want to use hindi language.

    Thanks
    Dataman

    Plugin Contributor Ewout

    (@pomegranate)

    Hello Dataman,
    Two things you need:

    • A font with Hindi characters
    • Hindi translations

    Both are explained in the FAQ. When you write “and install language folder in plugin directory.” I am not sure what you mean… To be precise, you should create a new translation file called wpo_wcpdf-hi_IN.po and wpo_wcpdf-hi_IN.mo and copy both files to the plugin translations folder: wp-content/plugins/woocommerce-pdf-invoices-packing-slips/languages/

    Hope that helps!

    Ewout

    Thread Starter Dataman Computer Systems Pvt. Ltd.

    (@umakant_dataman)

    HI Ewout,

    There is no folder “translations” in your plugin directory.

    Thanks

    Plugin Contributor Ewout

    (@pomegranate)

    sorry, my fault – should be ‘languages’

    Ewout

    Thread Starter Dataman Computer Systems Pvt. Ltd.

    (@umakant_dataman)

    Thanks ,

    And i upload both files( wpo_wcpdf-hi_IN.po and wpo_wcpdf-hi_IN.mo ) in

    Language folder but there is no effect on language.

    Plugin Contributor Ewout

    (@pomegranate)

    What language is WordPress in? The plugin follows the WordPress settings (Settings > General > Site Language). Or are you using WPML or any other multilanguage plugin?

    Plugin Contributor Ewout

    (@pomegranate)

    Hello Dataman,
    Did you manage to solve this issue?
    Let me know if you still have any about this!

    Ewout

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How i can add Billing address information in Invoice?’ is closed to new replies.