Changing the PayPal logo on the Checkout pagePaypal Express checkout not showing up on cart pageCan we use...

declaring a variable twice in IIFE

Email Account under attack (really) - anything I can do?

Motorized valve interfering with button?

How can I fix this gap between bookcases I made?

Concept of linear mappings are confusing me

What is the command to reset a PC without deleting any files

Circuitry of TV splitters

I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine

Why CLRS example on residual networks does not follows its formula?

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

LED on same Pin as Toggle Switch, not illuminating

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

Should I join an office cleaning event for free?

My colleague's body is amazing

Why is an old chain unsafe?

Is Social Media Science Fiction?

Chess with symmetric move-square

How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?

A Journey Through Space and Time

Copenhagen passport control - US citizen

Is it possible to do 50 km distance without any previous training?

Download, install and reboot computer at night if needed

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

The magic money tree problem



Changing the PayPal logo on the Checkout page


Paypal Express checkout not showing up on cart pageCan we use Paypal Express Checkout with “Ship to multiple address” optionMagento does not capture a delivery date when customer pays with PaypalHow to change PayPal LogoChange PayPal Image in CheckoutPayPal Checkout and Account Registration ConflictNo Logo at PayPal Pro Direct Payment option at checkoutUse paypal express checkout as a paymethod creating orders in the backendUnable to override Braintree PayPal button viewChange Magento 2 Paypal Logo on Checkout Step 2






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







0















I am trying to change the PayPal logo that appears on the checkout page, just before the customer is forwarded to PayPal to make a payment. Here is a screenshot:



enter image description here



I looked everywhere and tried to change the file below:



./vendor/magento/module-paypal/view/frontend/templates/payment/mark.phtml



Still no joy. Any help or guidance will be appreciated!










share|improve this question














bumped to the homepage by Community 19 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















    0















    I am trying to change the PayPal logo that appears on the checkout page, just before the customer is forwarded to PayPal to make a payment. Here is a screenshot:



    enter image description here



    I looked everywhere and tried to change the file below:



    ./vendor/magento/module-paypal/view/frontend/templates/payment/mark.phtml



    Still no joy. Any help or guidance will be appreciated!










    share|improve this question














    bumped to the homepage by Community 19 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      0












      0








      0








      I am trying to change the PayPal logo that appears on the checkout page, just before the customer is forwarded to PayPal to make a payment. Here is a screenshot:



      enter image description here



      I looked everywhere and tried to change the file below:



      ./vendor/magento/module-paypal/view/frontend/templates/payment/mark.phtml



      Still no joy. Any help or guidance will be appreciated!










      share|improve this question














      I am trying to change the PayPal logo that appears on the checkout page, just before the customer is forwarded to PayPal to make a payment. Here is a screenshot:



      enter image description here



      I looked everywhere and tried to change the file below:



      ./vendor/magento/module-paypal/view/frontend/templates/payment/mark.phtml



      Still no joy. Any help or guidance will be appreciated!







      magento2.2 paypal






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 21 '18 at 22:08









      HustonHuston

      64




      64





      bumped to the homepage by Community 19 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 19 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          Please change in below file
          ./vendor/magento/module-paypal/view/frontend/web/template/payment/paypal-express-in-context.html



          After change below file
          please run below
          php bin/magento setup:static-content:deploy






          share|improve this answer
























          • Not a good idea to edit core files, extend it in your theme instead.

            – themanwhoknowstheman
            Jul 5 '18 at 16:45












          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%2f214505%2fchanging-the-paypal-logo-on-the-checkout-page%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          Please change in below file
          ./vendor/magento/module-paypal/view/frontend/web/template/payment/paypal-express-in-context.html



          After change below file
          please run below
          php bin/magento setup:static-content:deploy






          share|improve this answer
























          • Not a good idea to edit core files, extend it in your theme instead.

            – themanwhoknowstheman
            Jul 5 '18 at 16:45
















          0














          Please change in below file
          ./vendor/magento/module-paypal/view/frontend/web/template/payment/paypal-express-in-context.html



          After change below file
          please run below
          php bin/magento setup:static-content:deploy






          share|improve this answer
























          • Not a good idea to edit core files, extend it in your theme instead.

            – themanwhoknowstheman
            Jul 5 '18 at 16:45














          0












          0








          0







          Please change in below file
          ./vendor/magento/module-paypal/view/frontend/web/template/payment/paypal-express-in-context.html



          After change below file
          please run below
          php bin/magento setup:static-content:deploy






          share|improve this answer













          Please change in below file
          ./vendor/magento/module-paypal/view/frontend/web/template/payment/paypal-express-in-context.html



          After change below file
          please run below
          php bin/magento setup:static-content:deploy







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 29 '18 at 10:22









          Ishvar PatelIshvar Patel

          617




          617













          • Not a good idea to edit core files, extend it in your theme instead.

            – themanwhoknowstheman
            Jul 5 '18 at 16:45



















          • Not a good idea to edit core files, extend it in your theme instead.

            – themanwhoknowstheman
            Jul 5 '18 at 16:45

















          Not a good idea to edit core files, extend it in your theme instead.

          – themanwhoknowstheman
          Jul 5 '18 at 16:45





          Not a good idea to edit core files, extend it in your theme instead.

          – themanwhoknowstheman
          Jul 5 '18 at 16:45


















          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%2f214505%2fchanging-the-paypal-logo-on-the-checkout-page%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

          “%fieldName is a required field.”, in Magento2 REST API Call for GET Method Type The Next...

          How to change City field to a dropdown in Checkout step Magento 2Magento 2 : How to change UI field(s)...

          夢乃愛華...