Magento 2 - Changing the PayPal logo on the Checkout pagePaypal 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 backendChange Magento 2 Paypal Logo on Checkout Step 2
Did anyone try to find the little box that held Professor Moriarty and his wife after the crash?
How do you interpolate outside the range of data?
Handling Disruptive Student on the Autistic Spectrum
Did a flight controller ever answer Flight with a no-go?
New Math Formula?
Round towards zero
Is MOSFET active device?
How do you harvest carrots in creative mode?
Architectural feasibility of a tiered circular stone keep
How do I make my image comply with the requirements of this photography competition?
Compelling story with the world as a villain
Why is 1. d4 Nf6 2. c4 e6 3. Bg5 almost never played?
If two Lore Bards used the Cutting Words feature on an ability check or attack, would they stack?
How do I, an introvert, communicate to my friend and only colleague, an extrovert, that I want to spend my scheduled breaks without them?
Non-visual Computers - thoughts?
Add newline to prompt if it's too long
Prove your innocence
How to know which loss function is suitable for image classification?
How to prevent clipped screen edges on my TV, HDMI-connected?
Improving Performance of an XY Monte Carlo
Could George I (of Great Britain) speak English?
Are there any elected officials in the U.S. who are not legislators, judges, or constitutional officers?
Why in most German places is the church the tallest building?
Is there any way to keep a player from killing an NPC?
Magento 2 - 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 backendChange Magento 2 Paypal Logo on Checkout Step 2
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom: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:
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
add a comment |
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:
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
add a comment |
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:
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
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:
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
magento2.2 paypal
edited Aug 13 at 3:32
Sumit
4521 silver badge14 bronze badges
4521 silver badge14 bronze badges
asked Feb 21 '18 at 22:08
HustonHuston
115 bronze badges
115 bronze badges
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
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
Not a good idea to edit core files, extend it in your theme instead.
– themanwhoknowstheman
Jul 5 '18 at 16:45
add a comment |
Copy the below file
/vendor/magento/module-paypal/view/frontend/web/template/payment/paypal-express-in-context.html
and create a new file in the below path:
/app/design/frontend/[vendor]/[theme]/Magento_Paypal/web/template/payment/paypal-express-in-context.html
After your changes, please run below commands:
php bin/magento setup:static-content:deploy
php bin/magento c:f
add a comment |
Create the file in the path:
app/design/frontend/[vendor_folder]/[theme_folder]/Magento_Paypal/web/template/payment
The file
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<div class="payment-method" css="_active: getCode() == isChecked()" afterRender="initListeners">
<div class="payment-method-title field choice">
<input type="radio"
name="payment[method]"
class="radio testing"
attr="id: getCode()"
ko-value="getCode()"
ko-checked="isChecked"
click="selectPaymentMethod"
visible="isRadioButtonVisible()"/>
<label attr="for: getCode()" class="label">
<!-- PayPal Logo-->
<!-- Here to change log-->
<img attr="src: getPaymentAcceptanceMarkSrc(), alt: $t('Acceptance Mark')" class="payment-icon"/>
<!-- PayPal Logo -->
<span text="getTitle()"/>
<a class="action action-help"
attr="href: getPaymentAcceptanceMarkHref()"
click="showAcceptanceWindow"
translate="'What is PayPal?'"/>
</label>
</div>
<div class="payment-method-content">
<each args="getRegion('messages')" render=""/>
<div class="checkout-agreements-block">
<each args="$parent.getRegion('before-place-order')" render=""/>
</div>
<div class="actions-toolbar" attr="id: getButtonId()" afterRender="renderPayPalButtons"/>
</div>
</div>
Finally run the following command
php bin/magento setup:static-content:deploy -f
php bin/magento c:f
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f214505%2fmagento-2-changing-the-paypal-logo-on-the-checkout-page%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
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
Not a good idea to edit core files, extend it in your theme instead.
– themanwhoknowstheman
Jul 5 '18 at 16:45
add a comment |
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
Not a good idea to edit core files, extend it in your theme instead.
– themanwhoknowstheman
Jul 5 '18 at 16:45
add a comment |
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
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
answered Mar 29 '18 at 10:22
Ishvar PatelIshvar Patel
161 silver badge8 bronze badges
161 silver badge8 bronze badges
Not a good idea to edit core files, extend it in your theme instead.
– themanwhoknowstheman
Jul 5 '18 at 16:45
add a comment |
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
add a comment |
Copy the below file
/vendor/magento/module-paypal/view/frontend/web/template/payment/paypal-express-in-context.html
and create a new file in the below path:
/app/design/frontend/[vendor]/[theme]/Magento_Paypal/web/template/payment/paypal-express-in-context.html
After your changes, please run below commands:
php bin/magento setup:static-content:deploy
php bin/magento c:f
add a comment |
Copy the below file
/vendor/magento/module-paypal/view/frontend/web/template/payment/paypal-express-in-context.html
and create a new file in the below path:
/app/design/frontend/[vendor]/[theme]/Magento_Paypal/web/template/payment/paypal-express-in-context.html
After your changes, please run below commands:
php bin/magento setup:static-content:deploy
php bin/magento c:f
add a comment |
Copy the below file
/vendor/magento/module-paypal/view/frontend/web/template/payment/paypal-express-in-context.html
and create a new file in the below path:
/app/design/frontend/[vendor]/[theme]/Magento_Paypal/web/template/payment/paypal-express-in-context.html
After your changes, please run below commands:
php bin/magento setup:static-content:deploy
php bin/magento c:f
Copy the below file
/vendor/magento/module-paypal/view/frontend/web/template/payment/paypal-express-in-context.html
and create a new file in the below path:
/app/design/frontend/[vendor]/[theme]/Magento_Paypal/web/template/payment/paypal-express-in-context.html
After your changes, please run below commands:
php bin/magento setup:static-content:deploy
php bin/magento c:f
answered Aug 12 at 11:25
SumitSumit
4521 silver badge14 bronze badges
4521 silver badge14 bronze badges
add a comment |
add a comment |
Create the file in the path:
app/design/frontend/[vendor_folder]/[theme_folder]/Magento_Paypal/web/template/payment
The file
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<div class="payment-method" css="_active: getCode() == isChecked()" afterRender="initListeners">
<div class="payment-method-title field choice">
<input type="radio"
name="payment[method]"
class="radio testing"
attr="id: getCode()"
ko-value="getCode()"
ko-checked="isChecked"
click="selectPaymentMethod"
visible="isRadioButtonVisible()"/>
<label attr="for: getCode()" class="label">
<!-- PayPal Logo-->
<!-- Here to change log-->
<img attr="src: getPaymentAcceptanceMarkSrc(), alt: $t('Acceptance Mark')" class="payment-icon"/>
<!-- PayPal Logo -->
<span text="getTitle()"/>
<a class="action action-help"
attr="href: getPaymentAcceptanceMarkHref()"
click="showAcceptanceWindow"
translate="'What is PayPal?'"/>
</label>
</div>
<div class="payment-method-content">
<each args="getRegion('messages')" render=""/>
<div class="checkout-agreements-block">
<each args="$parent.getRegion('before-place-order')" render=""/>
</div>
<div class="actions-toolbar" attr="id: getButtonId()" afterRender="renderPayPalButtons"/>
</div>
</div>
Finally run the following command
php bin/magento setup:static-content:deploy -f
php bin/magento c:f
add a comment |
Create the file in the path:
app/design/frontend/[vendor_folder]/[theme_folder]/Magento_Paypal/web/template/payment
The file
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<div class="payment-method" css="_active: getCode() == isChecked()" afterRender="initListeners">
<div class="payment-method-title field choice">
<input type="radio"
name="payment[method]"
class="radio testing"
attr="id: getCode()"
ko-value="getCode()"
ko-checked="isChecked"
click="selectPaymentMethod"
visible="isRadioButtonVisible()"/>
<label attr="for: getCode()" class="label">
<!-- PayPal Logo-->
<!-- Here to change log-->
<img attr="src: getPaymentAcceptanceMarkSrc(), alt: $t('Acceptance Mark')" class="payment-icon"/>
<!-- PayPal Logo -->
<span text="getTitle()"/>
<a class="action action-help"
attr="href: getPaymentAcceptanceMarkHref()"
click="showAcceptanceWindow"
translate="'What is PayPal?'"/>
</label>
</div>
<div class="payment-method-content">
<each args="getRegion('messages')" render=""/>
<div class="checkout-agreements-block">
<each args="$parent.getRegion('before-place-order')" render=""/>
</div>
<div class="actions-toolbar" attr="id: getButtonId()" afterRender="renderPayPalButtons"/>
</div>
</div>
Finally run the following command
php bin/magento setup:static-content:deploy -f
php bin/magento c:f
add a comment |
Create the file in the path:
app/design/frontend/[vendor_folder]/[theme_folder]/Magento_Paypal/web/template/payment
The file
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<div class="payment-method" css="_active: getCode() == isChecked()" afterRender="initListeners">
<div class="payment-method-title field choice">
<input type="radio"
name="payment[method]"
class="radio testing"
attr="id: getCode()"
ko-value="getCode()"
ko-checked="isChecked"
click="selectPaymentMethod"
visible="isRadioButtonVisible()"/>
<label attr="for: getCode()" class="label">
<!-- PayPal Logo-->
<!-- Here to change log-->
<img attr="src: getPaymentAcceptanceMarkSrc(), alt: $t('Acceptance Mark')" class="payment-icon"/>
<!-- PayPal Logo -->
<span text="getTitle()"/>
<a class="action action-help"
attr="href: getPaymentAcceptanceMarkHref()"
click="showAcceptanceWindow"
translate="'What is PayPal?'"/>
</label>
</div>
<div class="payment-method-content">
<each args="getRegion('messages')" render=""/>
<div class="checkout-agreements-block">
<each args="$parent.getRegion('before-place-order')" render=""/>
</div>
<div class="actions-toolbar" attr="id: getButtonId()" afterRender="renderPayPalButtons"/>
</div>
</div>
Finally run the following command
php bin/magento setup:static-content:deploy -f
php bin/magento c:f
Create the file in the path:
app/design/frontend/[vendor_folder]/[theme_folder]/Magento_Paypal/web/template/payment
The file
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<div class="payment-method" css="_active: getCode() == isChecked()" afterRender="initListeners">
<div class="payment-method-title field choice">
<input type="radio"
name="payment[method]"
class="radio testing"
attr="id: getCode()"
ko-value="getCode()"
ko-checked="isChecked"
click="selectPaymentMethod"
visible="isRadioButtonVisible()"/>
<label attr="for: getCode()" class="label">
<!-- PayPal Logo-->
<!-- Here to change log-->
<img attr="src: getPaymentAcceptanceMarkSrc(), alt: $t('Acceptance Mark')" class="payment-icon"/>
<!-- PayPal Logo -->
<span text="getTitle()"/>
<a class="action action-help"
attr="href: getPaymentAcceptanceMarkHref()"
click="showAcceptanceWindow"
translate="'What is PayPal?'"/>
</label>
</div>
<div class="payment-method-content">
<each args="getRegion('messages')" render=""/>
<div class="checkout-agreements-block">
<each args="$parent.getRegion('before-place-order')" render=""/>
</div>
<div class="actions-toolbar" attr="id: getButtonId()" afterRender="renderPayPalButtons"/>
</div>
</div>
Finally run the following command
php bin/magento setup:static-content:deploy -f
php bin/magento c:f
answered Aug 12 at 11:40
Soundararajan mSoundararajan m
549 bronze badges
549 bronze badges
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f214505%2fmagento-2-changing-the-paypal-logo-on-the-checkout-page%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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