Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2011
    Posts
    2
    Plugin Contributions
    0

    Default Removing Default Checkout button

    Hi i just set up paypal express and got it working perfectly the way i want it, the only problem is when you go into my site and are ready to check out and pay the two options are check out with paypal or the default go to check out i was wondering if it were possible to have just the paypal check out button and to completely remove the default check out button any help would be greatly appreciated. Thank You!

  2. #2
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Removing Default Checkout button

    Makes wonder, why go through the hassle of setting up Zen Cart if you are building a PayPal store.

    I am not familiar with any checks in admin to disable the checkout button. You can change the store to showcase, but that will also remove the Add to Cart.

    I guess you can edit the login file and remove the block that displays the checkout fields, or replace the login page with an html page that only displays the PayPal checkout button.

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

    Default Re: Removing Default Checkout button

    You can open includes/templates/template_default/templates/tpl_checkout_payment_default.php and remove these lines:

    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONTINUE_CHECKOUT, BUTTON_CONTINUE_ALT, 'onclick="submitFunction('.zen_user_has_gv_account($_SESSION['customer_id']).','.$order->info['total'].')"'); ?></div>
    <div class="buttonRow back"><?php echo TITLE_CONTINUE_CHECKOUT_PROCEDURE . '<br />' . TEXT_CONTINUE_CHECKOUT_PROCEDURE; ?></div>

    and save it to your custom template's templates folder.

    Makes sense to me if you only offer Paypal Express, since the Continue Checkout button will end up there anyway.

 

 

Similar Threads

  1. Removing Checkout button for Google Checkout
    By ricky_101 in forum Addon Payment Modules
    Replies: 12
    Last Post: 6 Mar 2011, 12:32 AM
  2. Checkout removing 'change your address' button
    By quality-beads in forum Templates, Stylesheets, Page Layout
    Replies: 22
    Last Post: 2 Mar 2010, 08:02 PM
  3. removing checkout button
    By adrianlew in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Jun 2009, 08:57 AM
  4. How Do I Redefine This? - Removing PayPal From Default Checkout Page ONLY
    By coffee granules in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 5 Nov 2008, 09:27 PM
  5. Checkout Button MISSING after removing Google Checkout!
    By ricky_101 in forum Addon Payment Modules
    Replies: 0
    Last Post: 25 May 2008, 11:37 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