Credit Memo Online or Offline?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
After creating a "Credit Memo", how to ensure whether the user has created "Credit Memo" with online or offline ?
magento-1.9 creditmemo
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
After creating a "Credit Memo", how to ensure whether the user has created "Credit Memo" with online or offline ?
magento-1.9 creditmemo
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
After creating a "Credit Memo", how to ensure whether the user has created "Credit Memo" with online or offline ?
magento-1.9 creditmemo
After creating a "Credit Memo", how to ensure whether the user has created "Credit Memo" with online or offline ?
magento-1.9 creditmemo
magento-1.9 creditmemo
edited Aug 22 '17 at 6:34
Nits
1,273416
1,273416
asked May 17 '16 at 9:08
user3811749user3811749
1112
1112
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
First of all whether a credit memo can be done online depends on the payment methods used for that order. Note that online means that a payment gateway was involved during the payment process. If a online payment method was used you the button named "refund" will create a online refund and the second button named "refund offline" will create an offline refund. If no online payment method was used (or the payment gateway does not support online refunds) the "refund offline" button will create an offline refund. For further information please refer to: http://merch.docs.magento.com/ce/user_guide/order-processing/credit-memo-create.html
How can we alter email template to notify customer that you got an online/offline refund? Is there a way to do so?
– Anurag Khandelwal
Oct 3 '16 at 7:01
add a comment |
As luemic said, the Online refund is enabled by the payment gateway, and Magento doesn't store this information.
What you could do instead is checking the transactions on the gateway itself, for example if you are using SagePay you have the table sagepaysuite_action
, search for parent_id which is the Order ID, and action_code refund
.
If you can't see anything there, that means the refund has been made Offline.
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
});
}
});
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%2f115698%2fcredit-memo-online-or-offline%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
First of all whether a credit memo can be done online depends on the payment methods used for that order. Note that online means that a payment gateway was involved during the payment process. If a online payment method was used you the button named "refund" will create a online refund and the second button named "refund offline" will create an offline refund. If no online payment method was used (or the payment gateway does not support online refunds) the "refund offline" button will create an offline refund. For further information please refer to: http://merch.docs.magento.com/ce/user_guide/order-processing/credit-memo-create.html
How can we alter email template to notify customer that you got an online/offline refund? Is there a way to do so?
– Anurag Khandelwal
Oct 3 '16 at 7:01
add a comment |
First of all whether a credit memo can be done online depends on the payment methods used for that order. Note that online means that a payment gateway was involved during the payment process. If a online payment method was used you the button named "refund" will create a online refund and the second button named "refund offline" will create an offline refund. If no online payment method was used (or the payment gateway does not support online refunds) the "refund offline" button will create an offline refund. For further information please refer to: http://merch.docs.magento.com/ce/user_guide/order-processing/credit-memo-create.html
How can we alter email template to notify customer that you got an online/offline refund? Is there a way to do so?
– Anurag Khandelwal
Oct 3 '16 at 7:01
add a comment |
First of all whether a credit memo can be done online depends on the payment methods used for that order. Note that online means that a payment gateway was involved during the payment process. If a online payment method was used you the button named "refund" will create a online refund and the second button named "refund offline" will create an offline refund. If no online payment method was used (or the payment gateway does not support online refunds) the "refund offline" button will create an offline refund. For further information please refer to: http://merch.docs.magento.com/ce/user_guide/order-processing/credit-memo-create.html
First of all whether a credit memo can be done online depends on the payment methods used for that order. Note that online means that a payment gateway was involved during the payment process. If a online payment method was used you the button named "refund" will create a online refund and the second button named "refund offline" will create an offline refund. If no online payment method was used (or the payment gateway does not support online refunds) the "refund offline" button will create an offline refund. For further information please refer to: http://merch.docs.magento.com/ce/user_guide/order-processing/credit-memo-create.html
answered May 17 '16 at 9:46
luemicluemic
48438
48438
How can we alter email template to notify customer that you got an online/offline refund? Is there a way to do so?
– Anurag Khandelwal
Oct 3 '16 at 7:01
add a comment |
How can we alter email template to notify customer that you got an online/offline refund? Is there a way to do so?
– Anurag Khandelwal
Oct 3 '16 at 7:01
How can we alter email template to notify customer that you got an online/offline refund? Is there a way to do so?
– Anurag Khandelwal
Oct 3 '16 at 7:01
How can we alter email template to notify customer that you got an online/offline refund? Is there a way to do so?
– Anurag Khandelwal
Oct 3 '16 at 7:01
add a comment |
As luemic said, the Online refund is enabled by the payment gateway, and Magento doesn't store this information.
What you could do instead is checking the transactions on the gateway itself, for example if you are using SagePay you have the table sagepaysuite_action
, search for parent_id which is the Order ID, and action_code refund
.
If you can't see anything there, that means the refund has been made Offline.
add a comment |
As luemic said, the Online refund is enabled by the payment gateway, and Magento doesn't store this information.
What you could do instead is checking the transactions on the gateway itself, for example if you are using SagePay you have the table sagepaysuite_action
, search for parent_id which is the Order ID, and action_code refund
.
If you can't see anything there, that means the refund has been made Offline.
add a comment |
As luemic said, the Online refund is enabled by the payment gateway, and Magento doesn't store this information.
What you could do instead is checking the transactions on the gateway itself, for example if you are using SagePay you have the table sagepaysuite_action
, search for parent_id which is the Order ID, and action_code refund
.
If you can't see anything there, that means the refund has been made Offline.
As luemic said, the Online refund is enabled by the payment gateway, and Magento doesn't store this information.
What you could do instead is checking the transactions on the gateway itself, for example if you are using SagePay you have the table sagepaysuite_action
, search for parent_id which is the Order ID, and action_code refund
.
If you can't see anything there, that means the refund has been made Offline.
answered Nov 29 '17 at 10:17
ShadowbobShadowbob
314514
314514
add a comment |
add a comment |
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%2f115698%2fcredit-memo-online-or-offline%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