Is it safe to disable Temando_Shipping & Dotdigitalgroup_Email?What Default Modules I can disable?Overwritten core functionalityHow to create a cron job programatically?Magento disabling a module not working properlyIs it possible to disable module from theme.xml?Completely disable moduleFork of Old magento/magento2-samples ModulesMagento1.9 : Few questions about MagentoRequireJS issues on server, fine locallyTranslating “Fax” in the backend

Sort, slice and rebuild new object with array data

Are there any OR challenges that are similar to kaggle's competitions?

Vacuum collapse -- why do strong metals implode but glass doesn't?

Did the twin engined Lazair ultralight have a throttle for each engine?

Infinite loop in CURSOR

What professions does medieval village with a population of 100 need?

How do you call it when two celestial bodies come as close to each other as they will in their current orbits?

Repurpose telephone line to ethernet

How could Tony Stark wield the Infinity Nano Gauntlet - at all?

Label on a bended arrow

Designing a prison for a telekinetic race

Is there any road between the CA State Route 120 and Sherman Pass Road (Forest Route 22S0) that crosses Yosemite/Serria/Sequoia National Park/Forest?

How can I pack my food so it doesn't smell?

What happens when two creatures actually share the same turn?

Should my "average" PC be able to discern the potential of encountering a gelatinous cube from subtle clues?

Are required indicators necessary for radio buttons?

Land Registry Clause

Is a butterfly one or two animals?

Is there a commercial liquid with refractive index greater than n=2?

Have ejective consonants ever arisen on their own?

Do living authors still get paid royalties for their old work?

How to think about joining a company whose business I do not understand?

Sleeping solo in a double sleeping bag

How big would a Daddy Longlegs Spider need to be to kill an average Human?



Is it safe to disable Temando_Shipping & Dotdigitalgroup_Email?


What Default Modules I can disable?Overwritten core functionalityHow to create a cron job programatically?Magento disabling a module not working properlyIs it possible to disable module from theme.xml?Completely disable moduleFork of Old magento/magento2-samples ModulesMagento1.9 : Few questions about MagentoRequireJS issues on server, fine locallyTranslating “Fax” in the backend






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








4















There's a couple of Modules that are packaged with Magento Open Source these days that promote Magento Partners. I know that disabling Magento_Signifyd can be done safely without any collateral.



However, can Temando_Shipping, Shopial_Facebook & Dotdigitalgroup_Email be disabled safely without interfering with anything?










share|improve this question
































    4















    There's a couple of Modules that are packaged with Magento Open Source these days that promote Magento Partners. I know that disabling Magento_Signifyd can be done safely without any collateral.



    However, can Temando_Shipping, Shopial_Facebook & Dotdigitalgroup_Email be disabled safely without interfering with anything?










    share|improve this question




























      4












      4








      4








      There's a couple of Modules that are packaged with Magento Open Source these days that promote Magento Partners. I know that disabling Magento_Signifyd can be done safely without any collateral.



      However, can Temando_Shipping, Shopial_Facebook & Dotdigitalgroup_Email be disabled safely without interfering with anything?










      share|improve this question
















      There's a couple of Modules that are packaged with Magento Open Source these days that promote Magento Partners. I know that disabling Magento_Signifyd can be done safely without any collateral.



      However, can Temando_Shipping, Shopial_Facebook & Dotdigitalgroup_Email be disabled safely without interfering with anything?







      module magento-2.2.5






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 14 '18 at 12:51







      Craig

















      asked Aug 14 '18 at 12:31









      CraigCraig

      1,0901 gold badge7 silver badges21 bronze badges




      1,0901 gold badge7 silver badges21 bronze badges























          3 Answers
          3






          active

          oldest

          votes


















          2














          Yes, It's absolutely safe. However, you will lose the features provided by both the extensions.



          Features:



          https://temando.com/en/connectors/magento-2-shipping-software
          https://marketplace.magento.com/dotmailer-dotmailer-magento2-extension.html






          share|improve this answer

























          • Not really an issue. The way I see it, is that it's almost enforcing Ads on your Magento 2 installation.

            – Craig
            Aug 14 '18 at 13:13











          • Yes. Moreover, they also conflict with some custom extensions. Have Disabled both the extensions a month ago.

            – mighty_hk
            Aug 14 '18 at 13:25


















          5














          We can use the below command to make sure the particular module has any circular dependency.




          php bin/magento info:dependencies:show-modules-circular




          Above command generate one CSV file, please analyze this and make a decision.



          Also, while disabling extension use the below command, it will throw an exception, if it has a circular dependency.




          php bin/magento module:disable Vendor_Module







          share|improve this answer

























          • modules-circular-dependencies.csv

            – Liam Mitchell
            Mar 5 at 21:41


















          0














          So I had a conflict between a 3rd party "FollowUp Email" extension and Temando_Shipping showing the error:



          Missing required argument $offset of TemandoShippingRestRequestListRequest.


          So decided to disable Temando shipping and found this thread.
          Disabling Temando Shipping actually fixed the issue and the extension works fine now.



          And well, I said let's disable all these modules that are not really used and expensive for me to try.



          php bin/magento module:disable Temando_Shipping --clear-static-content;

          php bin/magento module:disable Shopial_Facebook --clear-static-content;

          php bin/magento module:disable Dotdigitalgroup_Email --clear-static-content;



          Then the usual stuff:



           php bin/magento setup:upgrade;
          php bin/magento cache:clean;
          php bin/magento cache:flush;

          ...etc





          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%2f238334%2fis-it-safe-to-disable-temando-shipping-dotdigitalgroup-email%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2














            Yes, It's absolutely safe. However, you will lose the features provided by both the extensions.



            Features:



            https://temando.com/en/connectors/magento-2-shipping-software
            https://marketplace.magento.com/dotmailer-dotmailer-magento2-extension.html






            share|improve this answer

























            • Not really an issue. The way I see it, is that it's almost enforcing Ads on your Magento 2 installation.

              – Craig
              Aug 14 '18 at 13:13











            • Yes. Moreover, they also conflict with some custom extensions. Have Disabled both the extensions a month ago.

              – mighty_hk
              Aug 14 '18 at 13:25















            2














            Yes, It's absolutely safe. However, you will lose the features provided by both the extensions.



            Features:



            https://temando.com/en/connectors/magento-2-shipping-software
            https://marketplace.magento.com/dotmailer-dotmailer-magento2-extension.html






            share|improve this answer

























            • Not really an issue. The way I see it, is that it's almost enforcing Ads on your Magento 2 installation.

              – Craig
              Aug 14 '18 at 13:13











            • Yes. Moreover, they also conflict with some custom extensions. Have Disabled both the extensions a month ago.

              – mighty_hk
              Aug 14 '18 at 13:25













            2












            2








            2







            Yes, It's absolutely safe. However, you will lose the features provided by both the extensions.



            Features:



            https://temando.com/en/connectors/magento-2-shipping-software
            https://marketplace.magento.com/dotmailer-dotmailer-magento2-extension.html






            share|improve this answer













            Yes, It's absolutely safe. However, you will lose the features provided by both the extensions.



            Features:



            https://temando.com/en/connectors/magento-2-shipping-software
            https://marketplace.magento.com/dotmailer-dotmailer-magento2-extension.html







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Aug 14 '18 at 13:05









            mighty_hkmighty_hk

            5221 silver badge11 bronze badges




            5221 silver badge11 bronze badges















            • Not really an issue. The way I see it, is that it's almost enforcing Ads on your Magento 2 installation.

              – Craig
              Aug 14 '18 at 13:13











            • Yes. Moreover, they also conflict with some custom extensions. Have Disabled both the extensions a month ago.

              – mighty_hk
              Aug 14 '18 at 13:25

















            • Not really an issue. The way I see it, is that it's almost enforcing Ads on your Magento 2 installation.

              – Craig
              Aug 14 '18 at 13:13











            • Yes. Moreover, they also conflict with some custom extensions. Have Disabled both the extensions a month ago.

              – mighty_hk
              Aug 14 '18 at 13:25
















            Not really an issue. The way I see it, is that it's almost enforcing Ads on your Magento 2 installation.

            – Craig
            Aug 14 '18 at 13:13





            Not really an issue. The way I see it, is that it's almost enforcing Ads on your Magento 2 installation.

            – Craig
            Aug 14 '18 at 13:13













            Yes. Moreover, they also conflict with some custom extensions. Have Disabled both the extensions a month ago.

            – mighty_hk
            Aug 14 '18 at 13:25





            Yes. Moreover, they also conflict with some custom extensions. Have Disabled both the extensions a month ago.

            – mighty_hk
            Aug 14 '18 at 13:25













            5














            We can use the below command to make sure the particular module has any circular dependency.




            php bin/magento info:dependencies:show-modules-circular




            Above command generate one CSV file, please analyze this and make a decision.



            Also, while disabling extension use the below command, it will throw an exception, if it has a circular dependency.




            php bin/magento module:disable Vendor_Module







            share|improve this answer

























            • modules-circular-dependencies.csv

              – Liam Mitchell
              Mar 5 at 21:41















            5














            We can use the below command to make sure the particular module has any circular dependency.




            php bin/magento info:dependencies:show-modules-circular




            Above command generate one CSV file, please analyze this and make a decision.



            Also, while disabling extension use the below command, it will throw an exception, if it has a circular dependency.




            php bin/magento module:disable Vendor_Module







            share|improve this answer

























            • modules-circular-dependencies.csv

              – Liam Mitchell
              Mar 5 at 21:41













            5












            5








            5







            We can use the below command to make sure the particular module has any circular dependency.




            php bin/magento info:dependencies:show-modules-circular




            Above command generate one CSV file, please analyze this and make a decision.



            Also, while disabling extension use the below command, it will throw an exception, if it has a circular dependency.




            php bin/magento module:disable Vendor_Module







            share|improve this answer













            We can use the below command to make sure the particular module has any circular dependency.




            php bin/magento info:dependencies:show-modules-circular




            Above command generate one CSV file, please analyze this and make a decision.



            Also, while disabling extension use the below command, it will throw an exception, if it has a circular dependency.




            php bin/magento module:disable Vendor_Module








            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Aug 14 '18 at 12:45









            Bilal UseanBilal Usean

            5,5606 gold badges42 silver badges95 bronze badges




            5,5606 gold badges42 silver badges95 bronze badges















            • modules-circular-dependencies.csv

              – Liam Mitchell
              Mar 5 at 21:41

















            • modules-circular-dependencies.csv

              – Liam Mitchell
              Mar 5 at 21:41
















            modules-circular-dependencies.csv

            – Liam Mitchell
            Mar 5 at 21:41





            modules-circular-dependencies.csv

            – Liam Mitchell
            Mar 5 at 21:41











            0














            So I had a conflict between a 3rd party "FollowUp Email" extension and Temando_Shipping showing the error:



            Missing required argument $offset of TemandoShippingRestRequestListRequest.


            So decided to disable Temando shipping and found this thread.
            Disabling Temando Shipping actually fixed the issue and the extension works fine now.



            And well, I said let's disable all these modules that are not really used and expensive for me to try.



            php bin/magento module:disable Temando_Shipping --clear-static-content;

            php bin/magento module:disable Shopial_Facebook --clear-static-content;

            php bin/magento module:disable Dotdigitalgroup_Email --clear-static-content;



            Then the usual stuff:



             php bin/magento setup:upgrade;
            php bin/magento cache:clean;
            php bin/magento cache:flush;

            ...etc





            share|improve this answer





























              0














              So I had a conflict between a 3rd party "FollowUp Email" extension and Temando_Shipping showing the error:



              Missing required argument $offset of TemandoShippingRestRequestListRequest.


              So decided to disable Temando shipping and found this thread.
              Disabling Temando Shipping actually fixed the issue and the extension works fine now.



              And well, I said let's disable all these modules that are not really used and expensive for me to try.



              php bin/magento module:disable Temando_Shipping --clear-static-content;

              php bin/magento module:disable Shopial_Facebook --clear-static-content;

              php bin/magento module:disable Dotdigitalgroup_Email --clear-static-content;



              Then the usual stuff:



               php bin/magento setup:upgrade;
              php bin/magento cache:clean;
              php bin/magento cache:flush;

              ...etc





              share|improve this answer



























                0












                0








                0







                So I had a conflict between a 3rd party "FollowUp Email" extension and Temando_Shipping showing the error:



                Missing required argument $offset of TemandoShippingRestRequestListRequest.


                So decided to disable Temando shipping and found this thread.
                Disabling Temando Shipping actually fixed the issue and the extension works fine now.



                And well, I said let's disable all these modules that are not really used and expensive for me to try.



                php bin/magento module:disable Temando_Shipping --clear-static-content;

                php bin/magento module:disable Shopial_Facebook --clear-static-content;

                php bin/magento module:disable Dotdigitalgroup_Email --clear-static-content;



                Then the usual stuff:



                 php bin/magento setup:upgrade;
                php bin/magento cache:clean;
                php bin/magento cache:flush;

                ...etc





                share|improve this answer













                So I had a conflict between a 3rd party "FollowUp Email" extension and Temando_Shipping showing the error:



                Missing required argument $offset of TemandoShippingRestRequestListRequest.


                So decided to disable Temando shipping and found this thread.
                Disabling Temando Shipping actually fixed the issue and the extension works fine now.



                And well, I said let's disable all these modules that are not really used and expensive for me to try.



                php bin/magento module:disable Temando_Shipping --clear-static-content;

                php bin/magento module:disable Shopial_Facebook --clear-static-content;

                php bin/magento module:disable Dotdigitalgroup_Email --clear-static-content;



                Then the usual stuff:



                 php bin/magento setup:upgrade;
                php bin/magento cache:clean;
                php bin/magento cache:flush;

                ...etc






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Aug 8 at 0:16









                Mohammed JoraidMohammed Joraid

                2492 silver badges12 bronze badges




                2492 silver badges12 bronze badges






























                    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%2f238334%2fis-it-safe-to-disable-temando-shipping-dotdigitalgroup-email%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

                    Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                    Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

                    Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?