Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Jan 2004
    Posts
    66,445
    Plugin Contributions
    81

    Default Re: Unnecessary Paypal text

    Quote Originally Posted by microbe View Post
    Hey there in paypal.php you have

    define('TEXT_INFO_PAYPAL_IPN_HEADING', 'PayPal IPN');

    also in english.php there is

    define('BOX_CUSTOMERS_PAYPAL', 'PayPal IPN');

    The "IPN" is not needed. Customers don't want/need to know what paypal method we are using, they just want to know it is paypal...and that it works.
    While you raise a good point -- that it's true that customers don't need to know what method is being used --, the text you're talking about is not something that customers will ever see ... you're referring to Admin-side text.

    And, technically, all the data that you see by following those PayPal IPN links ... is specifically related to the IPN notifications sent by PayPal to your store whenever any PayPal transaction is completed. So, technically those *are* all IPN details. Thus the use of "IPN" is actually correct.

    If you're finding it confusing, as marcelo63 and others have mentioned, you're certainly free to change it to talk about PayPal Transaction History or something else instead.

    Hope that clarifies the issue!
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #12
    Join Date
    Nov 2007
    Posts
    27
    Plugin Contributions
    0

    Default Re: Unnecessary Paypal text

    I would like to change the PayPal IPN to Credit Cards & PayPal. I looked in my english.php & paypal.php files and neither the define text_info or define box_customer lines are in the files. What file should I change to edit the PayPal IPN text that appears on the checkout page?

    Thanks,

  3. #13
    Join Date
    Aug 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Unnecessary Paypal text

    admin/includes/languages/english.php

    find define('BOX_CUSTOMERS_PAYPAL',

  4. #14
    Join Date
    Jan 2004
    Posts
    66,445
    Plugin Contributions
    81

    Default Re: Unnecessary Paypal text

    Quote Originally Posted by microbe View Post
    admin/includes/languages/english.php

    find define('BOX_CUSTOMERS_PAYPAL',
    Sorry, that's the wrong place.

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

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Unnecessary IIS redirects
    By zcadqliv in forum Installing on a Windows Server
    Replies: 16
    Last Post: 29 Dec 2011, 03:31 AM
  2. Unnecessary images being displayed
    By liizz in forum Setting Up Categories, Products, Attributes
    Replies: 17
    Last Post: 1 Feb 2011, 07:40 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