• Hi, I would like to use this wonderful plugin to let the customers print / download the own invoice per order. Is it possible to add a shortcode that I can use on the my account page of the customer, which lets the customers print his own order invoice ?

    This would really be wonderful, as I would not need to print and send the invoice by hand for each order.

    Also, as I am selling digital downloads only, the customers don´t use shipping addresses and so the invoices don´t display the customers address. How can I fix this in the code ?

    Thanks,
    Martin

    http://wordpress.org/extend/plugins/woocommerce-delivery-notes/

Viewing 15 replies - 1 through 15 (of 18 total)
  • Thread Starter pixelsonic

    (@pixelsonic)

    Hi, any news on this ? I´d be fine to pay for the development.

    yeah, the button could be a good feature. i will look into the woocommerce hooks to see if it is possible to integrate.

    for your downloadable products: which plugin version do you use? 1.2.4 automatically displays the billing address in the invoice and the shipping address (if available) in the delivery note. if you have an older version please update. and please tell me if the latest version suits your needs.

    Thread Starter pixelsonic

    (@pixelsonic)

    You´re right the address on the “print invoice” is correct. But now the totals is not displaying at all in this version, neither on the print invoice nor on the delivery note. It just displays a “>” on both lines. I´m using WC 1.5.8.

    Reg. invoices for customers directly, it would be good to include the Tax ID for EU customers. They mostly ask for an invoice for their tax and need to display the tax ID on the invoice. Also the coupons would be nice to include and add.

    But most important, the INVOICE button for the customers directly would be the greatest.

    Thanks,
    Martin

    ok. i’ve updated the plugin to fix the totals display (bugs come first :-)). could you please redownload the plugin (it is still version 1.2.4) install it again and then tell me if the totals are displayed correctly?

    i will come back to your other request when we fixed the aforementioned bug.

    what do you mean with tax id? would you like that customers can enter their own tax id during the checkout process (for b2b orders)? or do you want to display the tax id of the shop owner in the invoice? the first is currently not possible and for the second i would recommend to add your tax id to the letterhead or -foot through the settings page.

    Thread Starter pixelsonic

    (@pixelsonic)

    Thanks for the quick fix. I deleted the old plugin, downloaded from wordpress again and installed, but the totals are still wrong. Do I need to download from somewhere else ?

    Regarding tax ID, I´m using this extension from woocommerce: http://www.woothemes.com/extension/eu-vat-number/

    which is used very often by my b2b customers. They often want an invoice with the tax ID noted in it, so their tax office accepts the invoice without added VAT.

    My own tax ID is added through the footer, so that is working fine.

    Hi Pixelsonic,

    I’m also looking for a possibillity to at VAT at the invoice.
    Do you allready have the solution for this?

    Hope to hear from you!!

    Thread Starter pixelsonic

    (@pixelsonic)

    I´ve had someone implement the invoice functionality into my shop. You can check it out here: http://www.vizpark.com. Just buy free product, go to my account and see your order. A button with the invoice on it appears which will give you a printable invoice with tax.

    Hi Pixelsonic,

    I tried it on your site, but i don’t see the button with invoice. and i don’t see the row with tax.

    Excellent plugin! But what about invoice button for customers? I can’t find any plugin for it.

    Thread Starter pixelsonic

    (@pixelsonic)

    You need custom development for this. It´s not a big deal for a developer, so I had someone develop this button for my shop. Take a look here: http://www.vizpark.com

    I can just put this code in my-orders.php

    <a href="<?php echo wp_nonce_url( admin_url( 'admin-ajax.php?action=generate_print_content&template_type=invoice&order_id=' . $order->id ), 'generate_print_content' ); ?>" class="button tips print-preview-button" target="_blank" .........</a>

    but it’s work only when i take order like admin
    I’m not Php developer

    So, I’m intresting to buy this plugin like on the http://www.vizpark.com/. It is possible? how much it cost? my email: om27na4@gmail.com

    Just to say that I am also very interested to find this feature in a future release.

    kirtan-admin1515, how did you get that code to work? I only need the print button for admins but when I use the code you pasted here (trailing periods removed ofcourse) it shows as invalid code in dreamweaver.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘[Plugin: WooCommerce Print Invoices & Delivery Notes] Invoice button for customers ?’ is closed to new replies.