Thu. Jul 4th, 2024

31. Magento. How to add PayPal logo on customer account page(s)

1 min read
  1. By default, Magento includes PayPal logo on all pages, except for Customer Account pages:

    magento_pp_logo_customer_page1

    magento_pp_logo_customer_page2

     

  2. Using FTP client and/or Hosting Cpanel filemanager, open app\design\frontend\default\XXX\layout\paypal.xml file.
  3. You need to add the following code:
  4. 1
    2
    3
    4
    5
    <customer_account>
        <reference name=”footer”>
            <block type=”paypal/logo” name=”paypal.partner.right.logo” template=”paypal/partner/logo.phtml”/>
        </reference>
    </customer_account>

    magento_pp_logo_customer_page3

  5. Save this file and upload to the server replacing the original one.
  6. Open your site and reload the page to see the changes.

    magento_pp_logo_customer_page4

Thank you for watching this video tutorial. Now you know how to add Pay Pal logo on Customer Account pages in Magento store.

 

July 2024
M T W T F S S
« Jun    
1234567
891011121314
15161718192021
22232425262728
293031