jkudish / JigoShop-Software-Add-on

Add functionality to the JigoShop WordPress plugin, which allows you to run a full-blown software shop, including license activation, license retrieval, activation e-mails and more
https://github.com/jkudish/JigoShop-Software-Add-on
19 stars 2 forks source link

Surpress Order Received Email #4

Closed johnwu closed 13 years ago

johnwu commented 13 years ago

When a purchase is made, 3 emails are sent to the purchaser: one from PayPal, one from jigoshop (Order Received), and one from the addon (Purchase Confirmation with the license key). Is there a way to surpress the jigoshop order email?

jkudish commented 13 years ago

I am actually suppressing the JigoShop email in my code, and it has worked every time in my tests. Is this on your server?

johnwu commented 13 years ago

Maybe that code hasn't been committed to github?

On Mon, Aug 22, 2011 at 10:46 AM, jkudish reply@reply.github.com wrote:

I am actually suppressing the JigoShop email in my code, and it has worked every time in my tests. Is this on your server?

Reply to this email directly or view it on GitHub: https://github.com/jkudish/JigoShop-Software-Add-on/issues/4#issuecomment-1872474

jkudish commented 13 years ago

it has… odd, I'll take a look again shortly

On 2011-08-22, at 10:51 AM, johnwu wrote:

Maybe that code hasn't been committed to github?

On Mon, Aug 22, 2011 at 10:46 AM, jkudish reply@reply.github.com wrote:

I am actually suppressing the JigoShop email in my code, and it has worked every time in my tests. Is this on your server?

Reply to this email directly or view it on GitHub: https://github.com/jkudish/JigoShop-Software-Add-on/issues/4#issuecomment-1872474

Reply to this email directly or view it on GitHub: https://github.com/jkudish/JigoShop-Software-Add-on/issues/4#issuecomment-1872519

jkudish commented 13 years ago

The same thing happened to me on your server. I will look into this issue further