Zen Cart Logo
Forums / PayPal Express Checkout support / How do you add some text below the paypal express button

How do you add some text below the paypal express button

Locked

Views: 2,327

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
27 Mar 2008, 9:32 PM
#1
sawhorse avatar

sawhorse

Zen Follower

Join Date:
Oct 2007
Location:
Kentucky - USA
Posts:
425
Plugin Contributions:
0

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

29 Mar 2008, 12:43 AM
#2
sawhorse avatar

sawhorse

Zen Follower

Join Date:
Oct 2007
Location:
Kentucky - USA
Posts:
425
Plugin Contributions:
0

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

bump

3 Apr 2008, 2:42 PM
#3
sawhorse avatar

sawhorse

Zen Follower

Join Date:
Oct 2007
Location:
Kentucky - USA
Posts:
425
Plugin Contributions:
0

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

bump

3 Apr 2008, 4:17 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

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

3 Apr 2008, 4:32 PM
#5
sawhorse avatar

sawhorse

Zen Follower

Join Date:
Oct 2007
Location:
Kentucky - USA
Posts:
425
Plugin Contributions:
0

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

3 Apr 2008, 4:38 PM
#6
sawhorse avatar

sawhorse

Zen Follower

Join Date:
Oct 2007
Location:
Kentucky - USA
Posts:
425
Plugin Contributions:
0

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>