• Resolved elias1435

    (@elias1435)


    Hello,
    The Plugins is great and easy to get any layout. I have one issue that how can i display only Customer Name and Email Address.

    Thanks

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

    (@pomegranate)

    Hi! The best way to do this is to create a custom template and then remove the part where it says:

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

    and replace it with:

    
    <?php echo $this->order->get_formatted_billing_full_name(); ?>
    

    The visibility of the email address can be enabled via the Invoice settings.

    Thread Starter elias1435

    (@elias1435)

    wow, its worked..
    thanks a lotttttttttt
    ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Display Only Customer Name and Email To Invoice’ is closed to new replies.