Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor angelleye

    (@angelleye)

    I am not sure what it is that you are asking. Can you please elaborate?

    Thread Starter vittoriagroen

    (@vittoriagroen)

    I would like to know if the plugin allow to create automatic invoices to send to the customers when they buy something. The second column in the backend is called ‘invoice id’ but I can’t see where I can set my invoice.

    Plugin Contributor angelleye

    (@angelleye)

    IPN is used for post-transaction processing. The “invoice ID” that you’re seeing would be populated if you included that in your payment request.

    For example, if you were using WooCommerce and our PayPal for WooCommerce plugin, then the invoice ID would be the WooCommerce order ID.

    Or are you referring to a receipt as opposed to an invoice? A receipt would be proof of purchase, where-as an invoice would be something that still needs to be paid.

    If you’re wanting to generate a custom email receipt / notification then yes, you could use this plugin to get that done easily. You would just need to build a hook function that generates an HTML and sends it off using wp_mail() or whatever you’re comfortable with.

    Thread Starter vittoriagroen

    (@vittoriagroen)

    Thank you so much for your reply.

    One more question:

    – may I use a Paypal for woocommerce plugin if I don’t use woocommerce?

    Thank you for your attention,

    Vittoria

    Plugin Contributor angelleye

    (@angelleye)

    No, that plugin is specific to WooCommerce and adds payment gateways to it. Without WooCommerce then PayPal for WooCommerce won’t even activate.

    Thread Starter vittoriagroen

    (@vittoriagroen)

    Ok thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘invoices template’ is closed to new replies.