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

                    Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

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

                    Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form