Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Posts
    63
    Plugin Contributions
    0

    Default I have only Paypal express checkout module, BUT

    what I dont understand is when I am at main_page=shopping_cart i have both the option of "go to checkout" or "checkout with paypal" options?? In my payment modules I only have paypal express checkout selected. Shouldnt the "go to checkout " option not even be an option since paypal express is the only option selected in my modules??

  2. #2
    Join Date
    Dec 2007
    Posts
    130
    Plugin Contributions
    0

    Default Re: I have only Paypal express checkout module, BUT

    Quote Originally Posted by pwoens View Post
    what I dont understand is when I am at main_page=shopping_cart i have both the option of "go to checkout" or "checkout with paypal" options?? In my payment modules I only have paypal express checkout selected. Shouldnt the "go to checkout " option not even be an option since paypal express is the only option selected in my modules??
    No
    This was set up as an option. Google and Paypal are option. Main objetive if that you accept credit cards, so I think zen was written that way if not mistaken of course.
    However not always we want this way like you.
    Some want only Google other only Paypal.
    The way to do this is:
    1) Remove checkout button form shopping cart, leaving Paypal button; or
    2) Remove Paypal button leaving only checkout at the end check out payment will leave you only Paypal option.

    For Google the only option is remove checkout button.
    Hope it helps

  3. #3
    Join Date
    Dec 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: I have only Paypal express checkout module, BUT

    Quote Originally Posted by marcelo63 View Post

    The way to do this is:
    1) Remove checkout button form shopping cart, leaving Paypal button; or

    Hope it helps
    This would be excellent...where do I remove the checkout button from shopping cart?? thanks!

  4. #4
    Join Date
    Dec 2006
    Posts
    102
    Plugin Contributions
    0

    Default Re: I have only Paypal express checkout module, BUT

    I'm trying to find this to

  5. #5
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: I have only Paypal express checkout module, BUT

    Try post below.. BACKUP File before altering
    http://www.zen-cart.com/forum/showpo...31&postcount=4

  6. #6
    Join Date
    Dec 2006
    Posts
    102
    Plugin Contributions
    0

    Default Re: I have only Paypal express checkout module, BUT

    Quote Originally Posted by misty View Post
    Try post below.. BACKUP File before altering
    http://www.zen-cart.com/forum/showpo...31&postcount=4
    thanks, I will check it out

  7. #7
    Join Date
    Nov 2007
    Posts
    35
    Plugin Contributions
    0

    Default Re: I have only Paypal express checkout module, BUT

    2) Remove Paypal button leaving only checkout at the end check out payment will leave you only Paypal option.


    How do I do this? I'm not using google.

  8. #8
    Join Date
    Dec 2006
    Posts
    102
    Plugin Contributions
    0

    Default Re: I have only Paypal express checkout module, BUT

    Quote Originally Posted by diane22 View Post
    2) Remove Paypal button leaving only checkout at the end check out payment will leave you only Paypal option.


    How do I do this? I'm not using google.

    this is what i did, may not be the recomended way, but it seems to work

    copy tpl_shopping_cart_default.php to /public_html/includes/templates/your_template/templates/
    edit and remove lines 159-165
    <!-- ** 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 ** -->

    public_html/includes/modules/pages/login/header_php.php
    edit and remove lines
    Check for PayPal express checkout button suitability:
    $paypalec_enabled = (defined('MODULE_PAYMENT_PAYPALWPP_STATUS') && MODULE_PAYMENT_PAYPALWPP_STATUS == 'True');
    Check for express checkout button suitability:
    $ec_button_enabled = ($paypalec_enabled && ($_SESSION['cart']->count_contents() > 0 && $_SESSION['cart']->total > 0));
    not sure if you can move this file to public_html/includes/modules/your_template/pages/login/header_php.php
    have not taken the time to try it yet, but if it works, you should probably do it

  9. #9
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: I have only Paypal express checkout module, BUT

    If you're going to do that, you should contact PayPal technical support and make sure they're okay with that ... because their TOS says otherwise.
    .

    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. paypal website standard IPN acting as express checkout (paypal login only)in checkout
    By sheena88 in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 9 Oct 2010, 02:36 AM
  2. PayPal Express Checkout: Admin sees order but Paypal does not
    By MeltDown in forum PayPal Express Checkout support
    Replies: 12
    Last Post: 8 Mar 2009, 11:50 PM
  3. PayPal Express Checkout - Auth Only
    By zoolit in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 6 Nov 2007, 10:54 PM
  4. Paypal Express - but for 'verified paypal' accounts only - possible?
    By DogTags in forum PayPal Express Checkout support
    Replies: 4
    Last Post: 22 Oct 2007, 05:54 PM
  5. PayPal Express Checkout module now recommended over PayPal IPN?
    By xscd in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 30 May 2007, 05:34 AM

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