Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2018
    Posts
    121
    Plugin Contributions
    0

    Idea or Suggestion How to change the PayPal icon, the default icon is too ugly

    How to change the PayPal icon, the default icon is too ugly,
    And it will make people who want to pay by credit card think that they don't support credit cards.
    Name:  QQ截图20190726231146.jpg
Views: 706
Size:  17.1 KB

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,149
    Plugin Contributions
    11

    Default Re: How to change the PayPal icon, the default icon is too ugly

    Google PayPal Checkout Icons for a slew of choices.

  3. #3
    Join Date
    Apr 2018
    Posts
    121
    Plugin Contributions
    0

    Default Re: How to change the PayPal icon, the default icon is too ugly

    How do I edit this icon?

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,488
    Plugin Contributions
    88

    Default Re: How to change the PayPal icon, the default icon is too ugly

    Quote Originally Posted by jiji2018 View Post
    How do I edit this icon?
    First, if you haven't already, create a template-override of the payment-method's language file.
    1. Make note of your store's template-override directory, e.g. responsive_classic or my_template. That identifies the active template to Zen Cart. Let's use MY_TEMPLATE for the name used.
    2. For each language that the store uses, starting with english and replacing english with the language name for each additional language (e.g. spanish):
      1. Create a template-override sub-directory /includes/languages/english/modules/payment/MY_TEMPLATE.
      2. Copy /includes/languages/english/modules/payment/paypalwpp.php to that just-created sub-directory.
      3. Edit that newly-created file, changing the constants highlighted below to suit your needs:


    Code:
      define('MODULE_PAYMENT_PAYPALWPP_TEXT_BUTTON_ALTTEXT', 'Click here to pay via PayPal Express Checkout');
    
    // EC buttons -- Do not change these values
    ///// You should only use choices listed on this page: https://developer.paypal.com/docs/classic/api/buttons/ or https://www.paypal-techsupport.com/app/answers/detail/a_id/632
      //define('MODULE_PAYMENT_PAYPALWPP_EC_BUTTON_IMG', 'https://www.paypalobjects.com/en_US/i/btn/btn_xpressCheckout.gif');
      define('MODULE_PAYMENT_PAYPALWPP_EC_BUTTON_IMG', 'https://www.paypalobjects.com/webstatic/en_US/btn/btn_checkout_pp_142x27.png');
      define('MODULE_PAYMENT_PAYPALWPP_EC_BUTTON_SM_IMG', 'https://www.paypalobjects.com/en_US/i/btn/btn_xpressCheckoutsm.gif');
    
      //define('MODULE_PAYMENT_PAYPALWPP_MARK_BUTTON_TXT', 'Checkout with PayPal. The safer, easier way to pay.');
      define('MODULE_PAYMENT_PAYPALWPP_MARK_BUTTON_TXT', '');

 

 

Similar Threads

  1. How do I change the admin icon sizes? They are crazy small
    By tony2u in forum Customization from the Admin
    Replies: 6
    Last Post: 30 Jan 2017, 12:08 AM
  2. how to change the sort of display country icon?
    By win8win in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Sep 2012, 01:27 PM
  3. Changing the text color next to the paypal icon in checkout
    By BMcPuffin in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Jan 2011, 01:13 PM
  4. How to change the Main Page Category Icon
    By darkswan in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 May 2009, 07:15 AM
  5. Category Icon - Can the Icon be alone, without text?
    By Nathfunstuff in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 24 May 2008, 04:00 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR