1. Hi, We use PayPal Google Checkout and Authorize.net and need to rearrange the sequence in which the buttons are shown in the cart, so that the Authorize.net button is 1st, PayPal 2nd, and Google is 3rd.

    THe reason is that about 5% of our PayPal customers do not complete the checkout process because when they come to PayPal payment confirmation page they think they already paid, so they never click the Pay Now button.


  2. For the Authorize.net checkout, is there any way to pass the values of customer name and email from our website so that they do not have to fill these two fields again?
  • created

    Sep '10
  • last reply

    Sep '10
  • 1

    reply

  • 976

    views

  • 2

    users

Sorry, we don't have any way to specify the order of checkout buttons shown in the cart. You might consider adding instructions to the cart by adding these lines to your View Cart code on every page, just before the "// -->" line in the standard code you got from Seller Admin:



function EJEJC_config() {

EJEJC_POSTCALL=true;

}

function EJEJC_shown() {

jQuery("#tdPmnt").attr("innerHTML",

"<b>PayPal buyers:</b> please remember to click the Pay Now button during checkout to complete your payment.");

}



We also do not have any way to pass a buyer's name and email from your site to the Authorize.Net checkout page.