Results 1 to 2 of 2

Hybrid View

  1. #1

    Default Payment Options (User/Customer)

    Well, let's try this one:

    Zen Cart is set up to select several different PayPal options. I would like to have all transactions that involve a credit card to run through Paypal.
    - I can shut off the credit card field options in the admin. no problem there.
    - I have PayPal activated and set to go on that level.

    My Question:
    1) How can I change the Paypal IPN etc. option to read "Pay with Credit Card" or something like that?

    Many Thanks

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Payment Options (User/Customer)

    english.php
    Code:
    define('BOX_CUSTOMERS_PAYPAL', 'PayPal IPN');
    Change like all others

    or possibly in /includes/languages/english/modules/payment/paypal.php
    Code:
    define('MODULE_PAYMENT_PAYPAL_TEXT_CATALOG_TITLE', 'Paypal IPN');
    Last edited by kobra; 11 Mar 2007 at 05:55 AM.
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Payment options based on customer type
    By scottmcclean in forum Managing Customers and Orders
    Replies: 3
    Last Post: 18 Dec 2009, 09:34 AM
  2. Shipping and Payment Options by Customer Type
    By Hani in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 21 Dec 2008, 07:53 PM
  3. Payment Options per Customer Type
    By Still Crazy in forum Basic Configuration
    Replies: 2
    Last Post: 5 Mar 2007, 06:04 PM
  4. New User: Payment Options
    By luvdodo in forum Addon Payment Modules
    Replies: 1
    Last Post: 25 Feb 2007, 10:30 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