Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2007
    Posts
    13
    Plugin Contributions
    0

    xhtml problem HELP! I want to change Paypal IPN Text

    Hi, I just installed PayPal IPN and Paypal Express Checkout. I Don't like the way Paypal Express checks out my customers and I have had many complaints. SO I installed Paypal IPN. HOWEVER when you proceed to checkout, the Paypal IPN is just text that says "Paypal IPN" I was able to change the text to just Paypal.

    My question is, I want to have a Paypal Logo next to my text. Just like the Paypal Express option. Anyone know how I can do this. THANKS

    HERE IS WHAT I WANT:


  2. #2
    Join Date
    Nov 2007
    Posts
    1
    Plugin Contributions
    0

    Default Re: HELP! I want to change Paypal IPN Text

    I had the same problem and was searching for help when I found your thread.

    Solution:
    Find paypal.php in
    includes/languages/english (your language) /modules/payment/paypal.php

    Find:
    define('MODULE_PAYMENT_PAYPAL_TEXT_CATALOG_TITLE', 'PayPal IPN');

    Replace with:
    define('MODULE_PAYMENT_PAYPAL_TEXT_CATALOG_TITLE', '<img src="http://www.yourdomain.com/zencart/includes/languages/your language/images/xx.gif" alt="Checkout with PayPal" align="middle" />');

  3. #3
    Join Date
    Sep 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: HELP! I want to change Paypal IPN Text

    WOW! Thanks. I fixed it. I did have one problem. There was no text showing next to the Paypal Logo. But to solve this I just added this (in the red):

    <img src="http://www.YOURSTORE.com/includes/languages/english/images/xxx.gif" alt="Checkout with PayPal" align="middle" /> Checkout with PayPal');

    THANKS AGAIN.

  4. #4
    Join Date
    Oct 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: HELP! I want to change Paypal IPN Text

    Quote Originally Posted by thread486 View Post
    WOW! Thanks. I fixed it. I did have one problem. There was no text showing next to the Paypal Logo. But to solve this I just added this (in the red):

    <img src="http://www.YOURSTORE.com/includes/languages/english/images/xxx.gif" alt="Checkout with PayPal" align="middle" /> Checkout with PayPal');

    THANKS AGAIN.
    How did you move the PayPal option under the credit card?
    "Light travels faster than sound, which is why some people appear bright until you hear them speak"

    www.point7.co.uk

  5. #5
    Join Date
    Jul 2007
    Location
    Washington, D.C.
    Posts
    14
    Plugin Contributions
    0

    Default Re: HELP! I want to change Paypal IPN Text

    i am trying to edit this as well, but am trying to do this in the override system.

    i moved the file from
    /includes/languages/english/modules/payment/paypal.php

    and put it here
    /includes/languages/english/{template}/modules/payment/paypal.php

    this doesn't seem to be working. anyone know what i am doing wrong?
    thanks!
    http://www.doberdoo.com
    The finest hand made rope leashes for your four legged friend!

  6. #6
    Join Date
    Jul 2007
    Location
    Washington, D.C.
    Posts
    14
    Plugin Contributions
    0

    Default Re: HELP! I want to change Paypal IPN Text

    Quote Originally Posted by doberdoo View Post
    i am trying to edit this as well, but am trying to do this in the override system.

    i moved the file from
    /includes/languages/english/modules/payment/paypal.php

    and put it here
    /includes/languages/english/{template}/modules/payment/paypal.php

    this doesn't seem to be working. anyone know what i am doing wrong?
    thanks!
    i found the answer to my question (and a little trial an error)
    remember, if the folder contains a folder called "classic" you should put your override right in that folder.

    so, for example, includes/languages/english/modules/payment/ has a folder called "classic"

    so the override goes in that directory under your template name

    in conclusion
    /includes/languages/english/modules/payment/paypal.php

    is overridden in
    /includes/languages/english/modules/payment/{template}/paypal.php
    http://www.doberdoo.com
    The finest hand made rope leashes for your four legged friend!

 

 

Similar Threads

  1. How to change PayPal IPN to PayPal Express?
    By waterbender in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 6 Aug 2011, 09:13 PM
  2. HELP! I want to change Paypal IPN
    By thread486 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 5 Nov 2007, 06:41 AM
  3. I'm using PayPal Express and PayPal IPN, should I remove PayPal IPN?
    By tj1 in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 3 Nov 2007, 05:20 AM
  4. paypal IPN change text , text under link, add logo
    By keylesslocks in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 14 Jul 2007, 02:06 PM
  5. Name change, PayPal IPN to Credit Card/PayPal
    By vandiermen in forum Addon Payment Modules
    Replies: 2
    Last Post: 25 Feb 2007, 04:13 AM

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