How to disable shopping cart IconMagento How to include shopping cart block like this (picture)Move Cart to Header In Magento 1.8.1How can I disable the Magento shopping cartThe shopping cart items counter doesn't display 0 when there are no items in the cartHow to create Mouseover Shopping Cart Icon in right header?Text in Shopping Cart page is not uppercase?How to add custom data to persistent shopping cart?Change “Garbage Icon” in shopping cart?Magento 2: Add button next to “Shopping Cart” titleCan't add products to shopping cart / cart keeps loading Magento 2

Is it possible to make sharp wind that can cut stuff from afar?

What typically incentivizes a professor to change jobs to a lower ranking university?

How to make payment on the internet without leaving a money trail?

Download, install and reboot computer at night if needed

Set-theoretical foundations of Mathematics with only bounded quantifiers

Do airline pilots ever risk not hearing communication directed to them specifically, from traffic controllers?

Why is an old chain unsafe?

What defenses are there against being summoned by the Gate spell?

Why are only specific transaction types accepted into the mempool?

XeLaTeX and pdfLaTeX ignore hyphenation

DOS, create pipe for stdin/stdout of command.com(or 4dos.com) in C or Batch?

Are tax years 2016 & 2017 back taxes deductible for tax year 2018?

What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?

Example of a relative pronoun

Is there really no realistic way for a skeleton monster to move around without magic?

Why is this code 6.5x slower with optimizations enabled?

What makes Graph invariants so useful/important?

Infinite past with a beginning?

Why was the small council so happy for Tyrion to become the Master of Coin?

How is it possible to have an ability score that is less than 3?

Motorized valve interfering with button?

Can a German sentence have two subjects?

Draw simple lines in Inkscape

Is there a minimum number of transactions in a block?



How to disable shopping cart Icon


Magento How to include shopping cart block like this (picture)Move Cart to Header In Magento 1.8.1How can I disable the Magento shopping cartThe shopping cart items counter doesn't display 0 when there are no items in the cartHow to create Mouseover Shopping Cart Icon in right header?Text in Shopping Cart page is not uppercase?How to add custom data to persistent shopping cart?Change “Garbage Icon” in shopping cart?Magento 2: Add button next to “Shopping Cart” titleCan't add products to shopping cart / cart keeps loading Magento 2






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








0















I need to disable the shopping cart icon that is located at the top header of the webpage.
How do I disable the shopping cart icon on my website?










share|improve this question




























    0















    I need to disable the shopping cart icon that is located at the top header of the webpage.
    How do I disable the shopping cart icon on my website?










    share|improve this question
























      0












      0








      0








      I need to disable the shopping cart icon that is located at the top header of the webpage.
      How do I disable the shopping cart icon on my website?










      share|improve this question














      I need to disable the shopping cart icon that is located at the top header of the webpage.
      How do I disable the shopping cart icon on my website?







      shopping-cart






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 11 '16 at 19:02









      DianaDiana

      1




      1




















          2 Answers
          2






          active

          oldest

          votes


















          0














          Assuming you are using Magento 1.9 with RWD Theme, then locate this file:



          app/design/frontend/rwd/default/template/checkout/cart/minicart.phtml


          And delete (or comment out) this line:



          <span class="icon"></span>


          And that will remove the icon.



          EDIT: Fixed path name






          share|improve this answer

























          • I am using Magento ver. 1.9.0.1

            – Diana
            Aug 11 '16 at 19:34











          • Please upvote answer if you found it useful. Thanks.

            – Craig
            Aug 11 '16 at 20:18











          • Thank you, but I still see the icon.

            – Diana
            Aug 12 '16 at 20:56


















          0














          depends on what theme fallback you are using, copy file in your theme and remove line with this code:



          Enterprise File:



          app/design/frontend/enterprise/default/template/page/html/header.phtml


          Enterprise Code:




          <?php echo $this->getChildHtml('topCart') ?>



          RWD File:



          app/design/frontend/rwd/default/template/page/html/header.phtml


          RWD Code:




          <?php echo $this->getChildHtml('minicart_head'); ?>



          Best regards






          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%2f131127%2fhow-to-disable-shopping-cart-icon%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














            Assuming you are using Magento 1.9 with RWD Theme, then locate this file:



            app/design/frontend/rwd/default/template/checkout/cart/minicart.phtml


            And delete (or comment out) this line:



            <span class="icon"></span>


            And that will remove the icon.



            EDIT: Fixed path name






            share|improve this answer

























            • I am using Magento ver. 1.9.0.1

              – Diana
              Aug 11 '16 at 19:34











            • Please upvote answer if you found it useful. Thanks.

              – Craig
              Aug 11 '16 at 20:18











            • Thank you, but I still see the icon.

              – Diana
              Aug 12 '16 at 20:56















            0














            Assuming you are using Magento 1.9 with RWD Theme, then locate this file:



            app/design/frontend/rwd/default/template/checkout/cart/minicart.phtml


            And delete (or comment out) this line:



            <span class="icon"></span>


            And that will remove the icon.



            EDIT: Fixed path name






            share|improve this answer

























            • I am using Magento ver. 1.9.0.1

              – Diana
              Aug 11 '16 at 19:34











            • Please upvote answer if you found it useful. Thanks.

              – Craig
              Aug 11 '16 at 20:18











            • Thank you, but I still see the icon.

              – Diana
              Aug 12 '16 at 20:56













            0












            0








            0







            Assuming you are using Magento 1.9 with RWD Theme, then locate this file:



            app/design/frontend/rwd/default/template/checkout/cart/minicart.phtml


            And delete (or comment out) this line:



            <span class="icon"></span>


            And that will remove the icon.



            EDIT: Fixed path name






            share|improve this answer















            Assuming you are using Magento 1.9 with RWD Theme, then locate this file:



            app/design/frontend/rwd/default/template/checkout/cart/minicart.phtml


            And delete (or comment out) this line:



            <span class="icon"></span>


            And that will remove the icon.



            EDIT: Fixed path name







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Aug 11 '16 at 19:40

























            answered Aug 11 '16 at 19:21









            CraigCraig

            9081620




            9081620












            • I am using Magento ver. 1.9.0.1

              – Diana
              Aug 11 '16 at 19:34











            • Please upvote answer if you found it useful. Thanks.

              – Craig
              Aug 11 '16 at 20:18











            • Thank you, but I still see the icon.

              – Diana
              Aug 12 '16 at 20:56

















            • I am using Magento ver. 1.9.0.1

              – Diana
              Aug 11 '16 at 19:34











            • Please upvote answer if you found it useful. Thanks.

              – Craig
              Aug 11 '16 at 20:18











            • Thank you, but I still see the icon.

              – Diana
              Aug 12 '16 at 20:56
















            I am using Magento ver. 1.9.0.1

            – Diana
            Aug 11 '16 at 19:34





            I am using Magento ver. 1.9.0.1

            – Diana
            Aug 11 '16 at 19:34













            Please upvote answer if you found it useful. Thanks.

            – Craig
            Aug 11 '16 at 20:18





            Please upvote answer if you found it useful. Thanks.

            – Craig
            Aug 11 '16 at 20:18













            Thank you, but I still see the icon.

            – Diana
            Aug 12 '16 at 20:56





            Thank you, but I still see the icon.

            – Diana
            Aug 12 '16 at 20:56













            0














            depends on what theme fallback you are using, copy file in your theme and remove line with this code:



            Enterprise File:



            app/design/frontend/enterprise/default/template/page/html/header.phtml


            Enterprise Code:




            <?php echo $this->getChildHtml('topCart') ?>



            RWD File:



            app/design/frontend/rwd/default/template/page/html/header.phtml


            RWD Code:




            <?php echo $this->getChildHtml('minicart_head'); ?>



            Best regards






            share|improve this answer



























              0














              depends on what theme fallback you are using, copy file in your theme and remove line with this code:



              Enterprise File:



              app/design/frontend/enterprise/default/template/page/html/header.phtml


              Enterprise Code:




              <?php echo $this->getChildHtml('topCart') ?>



              RWD File:



              app/design/frontend/rwd/default/template/page/html/header.phtml


              RWD Code:




              <?php echo $this->getChildHtml('minicart_head'); ?>



              Best regards






              share|improve this answer

























                0












                0








                0







                depends on what theme fallback you are using, copy file in your theme and remove line with this code:



                Enterprise File:



                app/design/frontend/enterprise/default/template/page/html/header.phtml


                Enterprise Code:




                <?php echo $this->getChildHtml('topCart') ?>



                RWD File:



                app/design/frontend/rwd/default/template/page/html/header.phtml


                RWD Code:




                <?php echo $this->getChildHtml('minicart_head'); ?>



                Best regards






                share|improve this answer













                depends on what theme fallback you are using, copy file in your theme and remove line with this code:



                Enterprise File:



                app/design/frontend/enterprise/default/template/page/html/header.phtml


                Enterprise Code:




                <?php echo $this->getChildHtml('topCart') ?>



                RWD File:



                app/design/frontend/rwd/default/template/page/html/header.phtml


                RWD Code:




                <?php echo $this->getChildHtml('minicart_head'); ?>



                Best regards







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 5 hours ago









                Matej ĐakovićMatej Đaković

                26028




                26028



























                    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%2f131127%2fhow-to-disable-shopping-cart-icon%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

                    منجزی محتویات تیره‌های طایفه منجزی[ویرایش] مشاهیر طایفه منجزی[ویرایش] محل سکونت[ویرایش] پانویس[ویرایش] منابع[ویرایش] منوی ناوبری«نمودار اجتماعی طوایف بختیاری»«BakhtyārBAḴTĪĀRĪ TRIBE»«اسامی طوایف و شعب ایل بختیاری»ووگسترش آن

                    What does the writing on Poe's helmet say? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Favorite questions and answers from first quarter of 2019 Latest Blog Post: Avengers: Endgame PredictionsWhat is the purpose of the blast shield helmet?Why was the Stormtrooper helmet designed this way?What does Kylo Ren place his helmet on?What does the writing on Poe Dameron's flight vest say?Is this Poe Damerons dad? (Kes Dameron)Is Poe Dameron Force-Sensitive?Why is Poe Dameron so shocked in the First Order star destroyer hangar?What does the code breaker's hat say?In “The Last Jedi” was it actually Poe's fault that so much of the resistance died?Did Poe Dameron make custom modifications to his black X-Wing?

                    How to implement Time Range Picker in Magento 2 Admin system.xml? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Date field system.xmlMagento 2 - time picker on backend (xml form)How to overwrite System.xml?Magento 2 Pattern Library — Date & Time SelectorsHTTP 500 Error in System ConfigurationMagento 2 - time picker on backend (xml form)Magento 2 Add Datetime picker in system.xmlDate Time picker and time zone woesHow to implement Single Date and Time Picker in Magento 2Custom Module for Custom Column using Plugin Yes/No optionMagento 2 DateTime picker - Limit time selection rangeMagento2 UI Component admin Grid / Listing stuck loading