Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2011
    Posts
    9
    Plugin Contributions
    0

    Default where do I find the page ending with/STORE /index.php?main_page=checkout_payment

    I am using 1.3.9g and paypal ipn payment method and I wanted to edit the text next to the paypal button at the bottom, so it reads that I accept most major credit cards, because when you go pay and it takes you to the paypal log in, people are not seeing the small box under the log in that lets non paypal people pay with a credit card, and they think they need a paypal account, and leave. I looked in my control panel under STORE/index.php but it was not there? Or is that something I can't do?

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

    Default Re: where do you find the page ending with/STORE /index.php?main_page=checkout_paymen

    it is /includes/templates/template_default/templates/tpl_checkout_payment_default.php

    Which you make a copy of for your template

    Might be better to use the developers tool kit and search for

    Checkout with PayPal

    and add to it

    https://www.zen-cart.com/tutorials/index.php?article=38
    https://www.zen-cart.com/tutorials/index.php?article=39

  3. #3
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: where do you find the page ending with/STORE /index.php?main_page=checkout_paymen

    Ri,
    includes, templates/ your_template/ templates/ tpl_checkout_payment_default.php

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: where do you find the page ending with/STORE /index.php?main_page=checkout_paymen

    Actually, there are two files where you can change this text, depending on which PP product you are using.

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

    Line #20 :
    define('MODULE_PAYMENT_PAYPAL_MARK_BUTTON_ALT', 'Checkout with PayPal');

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

    Line #25 :
    define('MODULE_PAYMENT_PAYPALWPP_TEXT_EC_HEADER', 'Fast, Secure Checkout with PayPal:');

    Line #87 :
    define('MODULE_PAYMENT_PAYPALWPP_MARK_BUTTON_TXT', 'Checkout with PayPal. The safer, easier way to pay.');


    Edit the red text as desired; leave the rest as is. The first file will be the one for you to edit.
    Last edited by gjh42; 28 Feb 2011 at 10:53 PM.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: where do you find the page ending with/STORE /index.php?main_page=checkout_paymen

    Quote Originally Posted by richk58 View Post
    I am using 1.3.9g and paypal ipn payment method and I wanted to edit the text next to the paypal button at the bottom, so it reads that I accept most major credit cards, because when you go pay and it takes you to the paypal log in, people are not seeing the small box under the log in that lets non paypal people pay with a credit card, and they think they need a paypal account, and leave. I looked in my control panel under STORE/index.php but it was not there? Or is that something I can't do?
    Um ... you wrote that as though it's fact. But, you seem to be projecting your thoughts on your users.

    If a customer has NOT used PayPal before, and does NOT have a PayPal account, then they won't have a PayPal cookie on their computer, and thus when they get to the PayPal "login" screen that you're talking about, they will NOT see just a "login" prompt as you described. They will ALSO see a full set of fields for them to enter payment and address information without having to login or create an account.

    More info: https://www.zen-cart.com/tutorials/index.php?article=29
    .

    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.

  6. #6
    Join Date
    Feb 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: where do you find the page ending with/STORE /index.php?main_page=checkout_paymen

    Great that worked, now I hope the customers will look harder for the alternate payment option under the paypal log in. Thanks again!

  7. #7
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: where do you find the page ending with/STORE /index.php?main_page=checkout_paymen

    What I was telling you was that they won't have to look for anything ... because it won't be hidden if they've never used PayPal before anyway.
    .

    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.

 

 

Similar Threads

  1. Location of /index.php?main_page=checkout_payment
    By pwithers in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Jun 2012, 12:47 AM
  2. where can i find this link "/index.php?main_page=index&cPath=1"?
    By hangman21 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Jul 2010, 04:15 AM
  3. problems with index.php?main_page=checkout_payment
    By bullet in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Mar 2010, 03:33 PM
  4. Replies: 10
    Last Post: 8 Jan 2009, 09:10 PM
  5. Change the index.php?main_page=index and where it links to
    By tqualizer_man in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Nov 2006, 01:41 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