Zen Cart Logo
Forums / Basic Configuration / checkout button & paypal express

checkout button & paypal express

Locked

Views: 3,386

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
20 Oct 2007, 8:15 PM
#1
w2e avatar

w2e

Zen Follower

Join Date:
Oct 2007
Posts:
103
Plugin Contributions:
0

checkout button & paypal express

i created an item (using easy populate advanced). I do not see a google checkout button, but i do get a checkout button and Paypal express checkout.

However, when i click the checkout button or the paypal express button, i get "the webpage cannot be found" error message (HTTP 404 not found).

The URL showing in the address bar is "https://mysite.com/zencart/index.php?main_page=checkout_shipping" for checkout, and "https://mysite.com/zencart/ipn_main_handler.php?type=ec" for paypal express.

Other than these problems, of course is the "google checkout" button not showing (I already installed the plug-in files).

Can someone please help?
Thanks.

21 Oct 2007, 12:38 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: checkout button & paypal express

It sounds like you have enabled SSL so that your store points to HTTPS:// pages for checkout etc, but don't have SSL active on your hosting account.

Do those links work right if you use http:// instead of https:// ?
If so, turn off ENABLE_SSL in your configure.php files until you get an SSL certificate added to your hosting account.

21 Oct 2007, 3:08 AM
#3
w2e avatar

w2e

Zen Follower

Join Date:
Oct 2007
Posts:
103
Plugin Contributions:
0

Re: checkout button & paypal express

You are correct. I changed the configuration files and I can see the pages now. However, I do have a shared SSL certificate on the web server. How do I set up the ssl?

Also, how do I show google checkout? I uploaded the plugin. I entered all the API signatures and merchant ID, keys. I don't suppose i have to create a checkout button for each product?

thanks.

21 Oct 2007, 12:04 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: checkout button & paypal express

w2e:

However, I do have a shared SSL certificate on the web server. How do I set up the ssl?
https://www.zen-cart.com/tutorials/index.php?article=14

w2e:

Also, how do I show google checkout? I uploaded the plugin. I entered all the API signatures and merchant ID, keys.Best to have that discussion in the support thread for google checkout or on the google groups area for it.

w2e:

I don't suppose i have to create a checkout button for each product?No, the button will be on the shopping-cart page, not on each product page.