Magento prevent invoice email - email

with magento 1.9.0.1 invoicing emails are always sent with each order. How can I stop the email? The invoice should be created of course, but not sent to the customer automatically
edit:
or is it possible to attach the invoice directly to order information email?
regards
matt

You can disable the invoice email in System > Configuration > Sales Emails then look for invoice and set 'enabled' to 'no'.
This completely disables the invoice email from sending, but the invoice is still created.

Related

New Order and Notify Customer by Email is Not Working in Magento

Now I am currently working on vendors based site, Its running on Magento 1.9.2.2 version.
After I placed the order, admin and vendors got mail, But the customer did not get the mail.
Also in the order edit page (Admin-panel -> Sales -> Order -> Edit) added some comments and checked "Notify Customer by Email" then i submitted,
But Customer didnot receive any mail regarding this.
In the back end I changed the order to invoice, shipping and credit-memo that time only customer got mail.
and also Notify Customer by Email is working fine.
How to fix this issue.

PAYPAL integration: Invoice

In our business model our clients would need to send us an invoice i.e. they are sellers and we the merchant is going to be the buyer. However, I couldn't find a way to get the list of unpaid invoices from Paypal via asp.net API. I have some questions.
We are thinking of asking the client to submit our transaction identifier in the memo field when they generate the invoice and then using e-mail parsing to fuzzy match it. Is there any other way to match it?
Is there a way to give the client our merchant dedicated invoice generating form inside of PayPal. So, when the client login into his or her account and wants to generate and send us an invoice they see our companies dedicated form filled up with the details about the transaction that they then send it via PayPal.
Is there a way to create all the invoice details so the client just has to login and the invoice will be ready for them to send with their approval.
Thank you,
Raj

Is it possible to change the transactional e-mail process in Magento CE 1.8.1

I am looking to change the transactional e-mail ordering for my Magento 1.8.1 install.
I've found a lot of ways to automate this but none to do it manually.
Ideally I want to have this order of e-mails:
Order placed - Order Information email & separate payment confirmation e-mail
Order Manually shipped - shipping e-mail
Order Manually Invoiced - Invoice e-mail
Currently I have PayPal set to sale and the e-mail orders go like this:
Order placed - order information e-mail and automatically invoiced
Order shipped - shipping email
I know that I can change to authorize and capture but then this still sends the invoice before the shipping.
Thanks in advance for any advice :)

Display customer tax id in order notification mail - Opencart

I use Opencart 1.5.6 for the first time and I would like to display customer tax id (VAT number) in the order notification mail which is send to admin when customer confirm new order. Tax id should be displayed under customer payment address.
Does someone know how to do this?
I didn't find an answer on my question so I decided to create my own solution.
I have created an extension for Opencart and you can find it on the link.
Extension name: Display customer payment tax ID in order notification mail
http://www.opencart.com/index.php?route=extension/extension/info&extension_id=16106

PayPal Invoicing. SandBox. How to "pay" the invoice?

I'm building Invoicing system.
My client wants to send PayPal invoices without loggin to PayPal account.
I managed to make CreateInvoice() and CreateAndSendInvoice() functions to work (thanks to #Andrew Angell again!!!).
But now I need to "pay" the order. How do I act as a buyer, and pay the invoice?
There was no actually email sent to my box. I do see related record in 'notifications': "You've received an invoice XXX from YYY". But how, how do I "pay" it?
If you login to http://sandbox.paypal.com using the email address of the account that you sent the invoice to you'll see the invoice in the history just like a regular receiver would. You can pay it directly from there.