Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2007
    Location
    Kentucky - USA
    Posts
    428
    Plugin Contributions
    0

    Default How do you add some text below the paypal express button

    Could someone tell me how to add "some text below the paypal express button, that states HOW this works, and to pay by secure credit card click the checkout button." I am thinking of using PayPal Pro which mandates the use of Paypal Express. The logo button is located on the bottom left corner of Step 2 of 3 on Payment method screen.

    There was an earlier post that suggested this, but did not indicate the procedure.

    Thanks

  2. #2
    Join Date
    Oct 2007
    Location
    Kentucky - USA
    Posts
    428
    Plugin Contributions
    0

    Default Re: How do you add some text below the paypal express button

    __bump__

  3. #3
    Join Date
    Oct 2007
    Location
    Kentucky - USA
    Posts
    428
    Plugin Contributions
    0

    Default Re: How do you add some text below the paypal express button

    __bump__

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: How do you add some text below the paypal express button

    You'd need to edit:
    includes/templates/template_default/tpl_checkout_payment_default.php in the area where it says Begin Paypal Express Checkout. Then save the file to includes/templates/YOUR_TEMPLATE/templates

  5. #5
    Join Date
    Oct 2007
    Location
    Kentucky - USA
    Posts
    428
    Plugin Contributions
    0

    Default Re: How do you add some text below the paypal express button

    Found it,

    <div class="floatingBox important forward"><?php echo TEXT_SELECTED_BILLING_DESTINATION; ?></div>
    <br class="clearBoth" />
    <?php // ** BEGIN PAYPAL EXPRESS CHECKOUT **
    }
    // ** END PAYPAL EXPRESS CHECKOUT ** ?>

    Since I am not a PHP programmer exactly how do you add text?

    Thanks

  6. #6
    Join Date
    Oct 2007
    Location
    Kentucky - USA
    Posts
    428
    Plugin Contributions
    0

    Default Re: How do you add some text below the paypal express button

    Actually there are two other locations were I find paypal express

    The first is about line 52

    The one below is about line 96


    <?php // ** BEGIN PAYPAL EXPRESS CHECKOUT **
    if (!$payment_modules->in_special_checkout()) {
    // ** END PAYPAL EXPRESS CHECKOUT ** ?>
    <fieldset>
    <legend><?php echo TABLE_HEADING_PAYMENT_METHOD; ?></legend>


    ########################################################################################################################___

    The one below is about line 194


    </fieldset>
    <?php // ** BEGIN PAYPAL EXPRESS CHECKOUT **
    } else {
    ?><input type="hidden" name="payment" value="<?php echo $_SESSION['payment']; ?>" /><?php
    }
    // ** END PAYPAL EXPRESS CHECKOUT ** ?>
    <fieldset>

 

 

Similar Threads

  1. v150 "Sold Out" -- how to add text below button?
    By WebKat in forum General Questions
    Replies: 2
    Last Post: 31 Jul 2012, 02:35 AM
  2. Paypal express checkout - how to remove the button?
    By tparvaiz in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 18 Jul 2011, 11:13 PM
  3. How to change the PayPal Express Checkout button to spanish?
    By Jeromev in forum PayPal Express Checkout support
    Replies: 9
    Last Post: 4 Dec 2010, 10:07 AM
  4. PayPal Express Button Image -how do I get it to move to the right side, not the left?
    By Mike_Dean in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Oct 2009, 04:46 AM
  5. How do I get the PayPal Express Checkout button to show?
    By majormiles in forum PayPal Express Checkout support
    Replies: 6
    Last Post: 1 Jul 2009, 08:47 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