Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2007
    Posts
    134
    Plugin Contributions
    0

    Default i want to remove 'go to checkout' and only have use paypal checkout - anyone knw how?

    on my shopping cart page, there are two options for checkouts. one for paypal express which i want to use and another one, well, seems like same thing. but the button is a zen cart 'go to check out button'

    al i want is one button, with the least number of clicks to get the customer to the paypal payment page. how do i do this?

    i also noticed on the payment method - step 2 page, the following:

    Payment Method

    Please select a payment method for this order.
    Paypal IPN

    Click here to pay via PayPal Express Checkout Checkout with PayPal

    whats the difference for the customer. IPN OR EXPRESS?

  2. #2
    Join Date
    Oct 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: i want to remove 'go to checkout' and only have use paypal checkout - anyone knw

    I also want to remove this.


    does anyone know about removing it?

    I will try to look through the code, but it's easier if someone already knows and can tell us.

  3. #3
    Join Date
    Oct 2007
    Posts
    19
    Plugin Contributions
    0

    Default Got it!! (maybe)

    Okay. I am not sure if this is the way that the zen experts would recommend doing this but it SEEMS to be a solution.


    WARNING: will edit includes/languages/english/button_names.php. SAVE A COPY OF THE ORIGINAL JUST IN CASE (just in case it turns out I'm an idiot )

    Here is what to do:
    1. we are going to edit your file includes/languages/english/button_names.php
    2. inside of that file find this line -->define('BUTTON_IMAGE_CHECKOUT', 'button_checkout.gif');
    3. and change it to -->define('BUTTON_IMAGE_CHECKOUT', '&nbsp');
    4. next find -->define('BUTTON_CHECKOUT_ALT', 'Checkout');
    5. and change it to -->define('BUTTON_CHECKOUT_ALT', '&nbsp');


    no more checkout icon.

    let me know if it works for you. cheers.

    p.s. if there is a smarter way some one please tell.

  4. #4
    Join Date
    Oct 2007
    Posts
    19
    Plugin Contributions
    0

    Default uh oh.

    Just noticed.

    although the icon is not there anymore, there is still a header link "checkout" (at the top of page, next to "home" "login" "shopping cart"). that's no good...

    here is how I fixed that (remember, first make a backup copy of the original file!):

    1. go to templates/YOUR_TEMPLATE/common/tpl_header.php
    2. find the following code --><li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
    3. delete all of it
    4. done


    no more hopefully

  5. #5
    Join Date
    Jul 2005
    Posts
    537
    Plugin Contributions
    0

    Default Re: i want to remove 'go to checkout' and only have use paypal checkout - anyone knw


 

 

Similar Threads

  1. How to use SSL for checkout ONLY
    By hookah in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 22 Nov 2014, 09:55 PM
  2. 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
  3. I have only Paypal express checkout module, BUT
    By pwoens in forum PayPal Express Checkout support
    Replies: 8
    Last Post: 6 May 2008, 01:32 AM
  4. How to use paypal IPN checkout in two sites?
    By newuser123 in forum Built-in Shipping and Payment Modules
    Replies: 14
    Last Post: 8 Apr 2008, 06:16 PM
  5. Should I use *only* Paypal Express checkout?
    By Lisk in forum PayPal Express Checkout support
    Replies: 20
    Last Post: 1 Sep 2007, 01:10 PM

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