Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Dec 2006
    Posts
    27
    Plugin Contributions
    0

    Default Add text to Paypal IPN in Payment Method

    I would like to add text to advise the customer that card payments can be made if they select the “Paypal IPN” option in the Payment Method section off check out. Could you advise which file or files needs to be altered.



    I had a look with the Developer’s Tool kit searching “Paypal IPN” this brings up a number of results.



    Thanks in advancew for any help offered

  2. #2
    Join Date
    Dec 2006
    Posts
    27
    Plugin Contributions
    0

    Default Re: Add text to Paypal IPN in Payment Method

    Would appreciate some help in resolving this question.

  3. #3
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Add text to Paypal IPN in Payment Method

    So you want to add this message to the payment page during checkout?

    If so, there's some text on that page next to the PayPal option which says "Save time. Check out securely. Pay without sharing your financial information." You could add to or replace this text with your desired message. To do this, you would need to go to..

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

    Line 20 I think.

    Remember to overide the file.

  4. #4
    Join Date
    Dec 2006
    Posts
    27
    Plugin Contributions
    0

    Default Re: Add text to Paypal IPN in Payment Method

    Thanks for the help Steven300, the text I would like to alter is not in this file.
    When the customer gets to step 2 of 3 where the Billing Address can be changed etc there is box headed Payment Method with:-


    Please select a payment method for this order.
    Check/Money Order

    Paypal IPN

    I would like to add text here to tell the customer they can use most card types to make payment if they select Paypal IPN. Where will I find the code that creates this box?

  5. #5
    Join Date
    Dec 2006
    Posts
    27
    Plugin Contributions
    0

    Default Re: Add text to Paypal IPN in Payment Method

    OK thanks found it, it is in includes/languages/english/checkout_payment.php
    line 20 not sure why I was being so dim!!!

    Thanks for help.

  6. #6
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Add text to Paypal IPN in Payment Method

    Steven300 is right though...

    In:- includes/languages/english/modules/payment/paypal.php

    You can edit this line:-

    PHP Code:
      define('MODULE_PAYMENT_PAYPAL_ACCEPTANCE_MARK_TEXT''Save time. Check out securely. <br />Pay without sharing your financial information.'); 
    That will change the text under the paypal icons.

  7. #7
    Join Date
    Dec 2006
    Posts
    27
    Plugin Contributions
    0

    Default Re: Add text to Paypal IPN in Payment Method

    In:- includes/languages/english/modules/payment/paypal.php
    I do not have that line of code, there is no text below the paypal icons.
    The Zencart version is 1.3.7.1
    Thanks for help

  8. #8
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Add text to Paypal IPN in Payment Method

    Ah... I'm looking at the file in 1.3.8a .

    Substantial improvements were made in the PayPal process from the 1.3.7 version.

    If you rely on PayPal as a key payment option, you would do well to upgrade your zenshop to 1.3.8a

  9. #9
    Join Date
    Jan 2008
    Posts
    35
    Plugin Contributions
    0

    Default Re: Add text to Paypal IPN in Payment Method

    Hi,
    Is there any way to add this text in 1.3.7? An upgrade is on the cards, but would like to add this text in as soon as possible.

    Thanks in advance.

  10. #10
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Add text to Paypal IPN in Payment Method

    In the time between my last posting and your post above, you could have upgraded 20 times...

    ... 1.3.8a has enhanced Paypal features and functionality and, what's more, you would have been able to add the text already.

    To try this in 1.3.7 will require some custom coding. As I don't use 1.3.7, I can't advise where to alter code. This may also be part of the challenge - the knowledgeable people in the forum tend to upgrade - so they aren't in a position to advise you as they no longer have "working set-ups" of old versions.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h Paypal Websites Payment standard IPN VS Paypal Express Checkout
    By WiccanWitch420 in forum General Questions
    Replies: 1
    Last Post: 3 Dec 2013, 09:22 PM
  2. Add text under Payment Method ?
    By ghs215 in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 11 Sep 2007, 05:31 PM
  3. Can I put a logo where it now says "paypal IPN" in payment method
    By nonamejava in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 28 Aug 2007, 02:15 AM
  4. Can I put a logo where it now says "paypal IPN" in payment method
    By nonamejava in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 13 Aug 2007, 04:40 AM
  5. 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

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