by ks » Mon May 24, 2010 7:42 am
I use Paypal's Payflow Pro to process credit cards. Due to frequent requests to allow payment with Paypal, I recently opened a Paypal business account for use with Express Checkout. The idea is to have two buttons - "Checkout with Paypal" and "Pay with credit card". This is a very common solution, one in which a popup of credit card types does not belong.
So how about a workaround? I can eliminate the "Select payment type:" text by changing it's color to white in css. Is there any way to effectively hide the popup? I tried specifying its width as 0 pixels. Didn't work. The only other thing I can think of is to draw it way offscreen, but that is not an acceptable solution.
Or instead, is there any way to change the format of the popup, to radio buttons instead? The other way I've seen stores support Paypal Express (besides the two button approach described above) is to have two radio buttons, one with an image of supported credit cards, the other with an image of Paypal. The user can then select whether to pay with a credit card or Paypal and click the continue button.
I'm several weeks into migrating my store from an old SoftCart 5 storefront to Shopsite 10, involving all custom templates and Orders API scripts. This unfortunately is looking like a showstopper. Shopsite does not appear to support the simple concept of <pay with credit card> OR <pay with Paypal> in a user friendly way.