Order confirmation mail sent on order cancellation Magento 1Magento Paypal Standard OrderIPN URL for Magento Multi StoreMagento Paypal “Unable to initialize Express Checkout.”order still shows processing even when I click go back arrow in the browserPay-Pal / No Order confirmation is sentSend Magento order confirmation after succesful checkoutDestroy Session on browser backNo order confirmation when a customer chooses payment method paypal or sofort Magento 1.9Customers using paypal not receiving magento order confirmationWhen is the order mail supposed to be sent in a custom payment method?
Why didn't Voldemort know what Grindelwald looked like?
When is the exact date for EOL of Ubuntu 14.04 LTS?
Why is implicit conversion not ambiguous for non-primitive types?
Relations between homogeneous polynomials
Derivative of an interpolated function
Would a primitive species be able to learn English from reading books alone?
In the event of Brexit being postponed beyond the EU elections, will UK voters in EU countries be eligible to participate?
Hashing password to increase entropy
What 1968 Moog synthesizer was used in the Movie Apollo 11?
python displays `n` instead of breaking a line
How to get directions in deep space?
Reason why a kingside attack is not justified
Exposing a company lying about themselves in a tightly knit industry (videogames) : Is my career at risk on the long run?
Recursively move files within sub directories
C++ lambda syntax
Is there a distance limit for minecart tracks?
Center page as a whole without centering each element individually
How to preserve electronics (computers, ipads, phones) for hundreds of years?
If the Dominion rule using their Jem'Hadar troops, why is their life expectancy so low?
Showing mass murder in a kid's book
Do people actually use the word "kaputt" in conversation?
What is the period/term used describe Giuseppe Arcimboldo's style of painting?
Output visual diagram of picture
How would a solely written language work mechanically
Order confirmation mail sent on order cancellation Magento 1
Magento Paypal Standard OrderIPN URL for Magento Multi StoreMagento Paypal “Unable to initialize Express Checkout.”order still shows processing even when I click go back arrow in the browserPay-Pal / No Order confirmation is sentSend Magento order confirmation after succesful checkoutDestroy Session on browser backNo order confirmation when a customer chooses payment method paypal or sofort Magento 1.9Customers using paypal not receiving magento order confirmationWhen is the order mail supposed to be sent in a custom payment method?
When a user adds a product in his cart and clicks to checkout and select the PayPal method.
He redirected to PayPal site for payment and for some reason if he cancels the order, he gets redirected to cart page with cancel order notification and in admin cancel order stored.
But the issue is that the user gets the order confirmation mail.
I am unable to debug anything in this.
I am using Magento 1.9.3.10
magento-1.9 paypal magento1.9.3
New contributor
add a comment |
When a user adds a product in his cart and clicks to checkout and select the PayPal method.
He redirected to PayPal site for payment and for some reason if he cancels the order, he gets redirected to cart page with cancel order notification and in admin cancel order stored.
But the issue is that the user gets the order confirmation mail.
I am unable to debug anything in this.
I am using Magento 1.9.3.10
magento-1.9 paypal magento1.9.3
New contributor
add a comment |
When a user adds a product in his cart and clicks to checkout and select the PayPal method.
He redirected to PayPal site for payment and for some reason if he cancels the order, he gets redirected to cart page with cancel order notification and in admin cancel order stored.
But the issue is that the user gets the order confirmation mail.
I am unable to debug anything in this.
I am using Magento 1.9.3.10
magento-1.9 paypal magento1.9.3
New contributor
When a user adds a product in his cart and clicks to checkout and select the PayPal method.
He redirected to PayPal site for payment and for some reason if he cancels the order, he gets redirected to cart page with cancel order notification and in admin cancel order stored.
But the issue is that the user gets the order confirmation mail.
I am unable to debug anything in this.
I am using Magento 1.9.3.10
magento-1.9 paypal magento1.9.3
magento-1.9 paypal magento1.9.3
New contributor
New contributor
edited 17 hours ago
magefms
1,8321425
1,8321425
New contributor
asked 17 hours ago
Yatin KhullarYatin Khullar
1012
1012
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
When a user is leaving the magento site, the order has been created for under magento. As per system, the order has been placed without payment, In this process, the customer is getting an email. You have to disable the email sent/comment the order email code and need to sent email on checkout success event
but no email sent when user leaves site, mail sent only when user cancel order in paypal and get back to cart page
– Yatin Khullar
15 hours ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Yatin Khullar is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266470%2forder-confirmation-mail-sent-on-order-cancellation-magento-1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
When a user is leaving the magento site, the order has been created for under magento. As per system, the order has been placed without payment, In this process, the customer is getting an email. You have to disable the email sent/comment the order email code and need to sent email on checkout success event
but no email sent when user leaves site, mail sent only when user cancel order in paypal and get back to cart page
– Yatin Khullar
15 hours ago
add a comment |
When a user is leaving the magento site, the order has been created for under magento. As per system, the order has been placed without payment, In this process, the customer is getting an email. You have to disable the email sent/comment the order email code and need to sent email on checkout success event
but no email sent when user leaves site, mail sent only when user cancel order in paypal and get back to cart page
– Yatin Khullar
15 hours ago
add a comment |
When a user is leaving the magento site, the order has been created for under magento. As per system, the order has been placed without payment, In this process, the customer is getting an email. You have to disable the email sent/comment the order email code and need to sent email on checkout success event
When a user is leaving the magento site, the order has been created for under magento. As per system, the order has been placed without payment, In this process, the customer is getting an email. You have to disable the email sent/comment the order email code and need to sent email on checkout success event
answered 16 hours ago
Rakesh Kumar JakharRakesh Kumar Jakhar
1664
1664
but no email sent when user leaves site, mail sent only when user cancel order in paypal and get back to cart page
– Yatin Khullar
15 hours ago
add a comment |
but no email sent when user leaves site, mail sent only when user cancel order in paypal and get back to cart page
– Yatin Khullar
15 hours ago
but no email sent when user leaves site, mail sent only when user cancel order in paypal and get back to cart page
– Yatin Khullar
15 hours ago
but no email sent when user leaves site, mail sent only when user cancel order in paypal and get back to cart page
– Yatin Khullar
15 hours ago
add a comment |
Yatin Khullar is a new contributor. Be nice, and check out our Code of Conduct.
Yatin Khullar is a new contributor. Be nice, and check out our Code of Conduct.
Yatin Khullar is a new contributor. Be nice, and check out our Code of Conduct.
Yatin Khullar is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266470%2forder-confirmation-mail-sent-on-order-cancellation-magento-1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown