Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2009
    Location
    Smack in the Middle
    Posts
    131
    Plugin Contributions
    0

    Default [Done v1.5.0] PayPal Express Button Removal?

    Now that we have "permission" to remove the PayPal Express Checkout Button, I'm wondering how to remove the button from the Shopping Cart page, but have it remain as an option on the Login/Account Creation page.

    Turning the button off in the admin/modules/payment/paypal express checkout removes it from both locations for me.

    Thanks

    Dalton
    Skin that 'un pilgrim, and I'll bring ya' another.
    Running 1.3.9h with a few mods here

  2. #2
    Join Date
    Aug 2004
    Location
    Providence, RI USA
    Posts
    30
    Plugin Contributions
    0

    Default Re: PayPal Express Button Removal?

    Quote Originally Posted by daltonkost View Post
    Now that we have "permission" to remove the PayPal Express Checkout Button, I'm wondering how to remove the button from the Shopping Cart page, but have it remain as an option on the Login/Account Creation page.

    Turning the button off in the admin/modules/payment/paypal express checkout removes it from both locations for me.

    Thanks

    Dalton
    Yeah, the button is removed from the login page, but the text saying

    "New Customers
    Have a PayPal account? Want to pay quickly with a credit card? Use the PayPal button below to use the Express Checkout option."

    is still displayed. Problem is that now there is no "button below"!

    How can this be fixed?
    Tony

  3. #3
    Join Date
    Oct 2009
    Location
    Smack in the Middle
    Posts
    131
    Plugin Contributions
    0

    Default Re: PayPal Express Button Removal?

    Go to includes/languages/english/login.php. The text is defined there.

    The "Or" that is in the middle is also in this file.

    Good Luck

    Dalton
    Skin that 'un pilgrim, and I'll bring ya' another.
    Running 1.3.9h with a few mods here

  4. #4
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,769
    Plugin Contributions
    30

    Default Re: PayPal Express Button Removal?

    To switch the login PayPal text off at the same time as the button you could create a template override for
    \includes\templates\YOUR_TEMPLATE_NAME\templates\tpl_login_default.php

    and change
    PHP Code:
    <?php if ($ec_button_enabled) { ?>
    <div class="information"><?php echo TEXT_NEW_CUSTOMER_INTRODUCTION_SPLIT?></div>
    to
    PHP Code:
    <?php if (MODULE_PAYMENT_PAYPALWPP_ECS_BUTTON == 'On' && $ec_button_enabled) { ?>
    <div class="information"><?php echo TEXT_NEW_CUSTOMER_INTRODUCTION_SPLIT?></div>

  5. #5
    Join Date
    Dec 2010
    Posts
    25
    Plugin Contributions
    0

    Default Re: PayPal Express Button Removal?

    Thank you for that - it worked

 

 

Similar Threads

  1. Replies: 2
    Last Post: 5 Apr 2012, 06:42 AM
  2. Cart not showing on paypal express Check after click on express checkout button
    By magic.solve in forum PayPal Express Checkout support
    Replies: 5
    Last Post: 2 Aug 2011, 06:58 PM
  3. [Done v1.3.9] PayPal Express &SHIPTOCITY
    By stagebrace in forum Bug Reports
    Replies: 1
    Last Post: 29 Oct 2009, 06:06 AM
  4. [Done 1.3.9] PayPal Express SHIPTONAME
    By stagebrace in forum Bug Reports
    Replies: 2
    Last Post: 7 Oct 2009, 04:42 AM
  5. paypal button removal
    By gnuzoo in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 27 Jan 2009, 02:59 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR