Credit Memo Online or Offline?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







2















After creating a "Credit Memo", how to ensure whether the user has created "Credit Memo" with online or offline ?










share|improve this question
















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.






















    2















    After creating a "Credit Memo", how to ensure whether the user has created "Credit Memo" with online or offline ?










    share|improve this question
















    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.


















      2












      2








      2


      1






      After creating a "Credit Memo", how to ensure whether the user has created "Credit Memo" with online or offline ?










      share|improve this question
















      After creating a "Credit Memo", how to ensure whether the user has created "Credit Memo" with online or offline ?







      magento-1.9 creditmemo






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      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.
























          2 Answers
          2






          active

          oldest

          votes


















          0














          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






          share|improve this answer
























          • 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





















          0














          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.






          share|improve this answer
























            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
            });


            }
            });














            draft saved

            draft discarded


















            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









            0














            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






            share|improve this answer
























            • 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


















            0














            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






            share|improve this answer
























            • 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
















            0












            0








            0







            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






            share|improve this answer













            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







            share|improve this answer












            share|improve this answer



            share|improve this answer










            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





















            • 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















            0














            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.






            share|improve this answer




























              0














              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.






              share|improve this answer


























                0












                0








                0







                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.






                share|improve this answer













                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.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 29 '17 at 10:17









                ShadowbobShadowbob

                314514




                314514






























                    draft saved

                    draft discarded




















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    What other Star Trek series did the main TNG cast show up in?

                    Berlina muro

                    Berlina aerponto