Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Basic Paypal Express question

    Quote Originally Posted by faze3 View Post
    Got my Paypal Express installed and all working ok. When I look at the cart page which now shows the Paypal button as well as the normal checkout button, I just know that there are going to be confused customers. But I really like the look of the login page which comes up after clicking the standard checkout button. It is plain and simple with Use Paypal, Sign Up or Login with a couple of lines I've added to explain which postage option will be used with Express Checkout.
    So my question is, is it possible to remove the Express button on the cart page so that everbody uses the standard Checkout button?
    Thanks.
    Alan.
    Yes, there is an option in your Admin=>modules=>Payment Modules=> PayPal Express Checkout => Express Checkout Shortcut Button
    Set it to "off"

  2. #12
    Join Date
    Jan 2009
    Posts
    54
    Plugin Contributions
    0

    Default Re: Basic Paypal Express question

    No, that's no good. That removes it everywhere. I want to remove it from the cart page but leave it on the login page.

  3. #13
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Basic Paypal Express question

    Then you will have to dig in to the code and comment out the lines manually

  4. #14
    Join Date
    Jan 2009
    Posts
    54
    Plugin Contributions
    0

    Default Re: Basic Paypal Express question

    I'm getting to like Paypal Express - it certainly increases turnover. Hence trying to remove another page in the checkout . . .
    Is there any reason why it doesn't show on individual product pages and would it work if I can find the code and put it on the product.tpl page?
    Thanks.

  5. #15
    Join Date
    Jan 2009
    Posts
    54
    Plugin Contributions
    0

    Default Re: Basic Paypal Express question

    I think I'm nearly there. I added the code below from tpl_shopping_cart_default.php to the tpl_product_info_display.php:

    <!-- ** BEGIN PAYPAL EXPRESS CHECKOUT ** -->
    <?php // the tpl_ec_button template only displays EC option if cart contents >0 and value >0
    if (defined('MODULE_PAYMENT_PAYPALWPP_STATUS') && MODULE_PAYMENT_PAYPALWPP_STATUS == 'True') {
    include(DIR_FS_CATALOG . DIR_WS_MODULES . 'payment/paypal/tpl_ec_button.php');
    }
    ?>
    <!-- ** END PAYPAL EXPRESS CHECKOUT ** -->

    It's only showing for a logged in customer but disappears for other visitors. Any help greatly appreciated.

    Thanks.

  6. #16
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Basic Paypal Express question

    PayPal is not designed to be used that way.

    You need to first add the item to the cart, and then the cart's contents are sent to PayPal after clicking the PayPal button.
    .

    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.

  7. #17
    Join Date
    Jan 2009
    Posts
    54
    Plugin Contributions
    0

    Default Re: Basic Paypal Express question

    Thank you - in that case I shall stop messing.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. PayPal Express Question
    By sweetikins in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 24 Jul 2010, 02:39 AM
  2. Very Basic Question About PayPal
    By Xarzu in forum General Questions
    Replies: 1
    Last Post: 13 Nov 2009, 05:48 PM
  3. paypal express checkout question
    By bubblegumgoods in forum PayPal Express Checkout support
    Replies: 7
    Last Post: 2 Feb 2008, 07:06 AM
  4. paypal express question
    By what44 in forum PayPal Express Checkout support
    Replies: 7
    Last Post: 6 Dec 2007, 02:19 PM
  5. Paypal basic question
    By mcsilvio in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 18 Jun 2006, 07:06 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