Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Unable to find "Install" button for payment module

Unable to find "Install" button for payment module

Locked

Views: 1,539

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
21 May 2011, 8:20 AM
#1
william_c_1 avatar

william_c_1

New Zenner

Join Date:
May 2011
Posts:
1
Plugin Contributions:
0

Unable to find "Install" button for payment module

I am to setting up shopping carts. I looked everywhere for this and can't find how to do this, so I appreciate your help.

  1. I want to put PayPal "Add to Cart" buttons on my product pages. How do I add this button to my pages?

  2. I can't figure out how to set up my PayPal API Credentials for "PayPal Express Checkout". When I click Admin > Modules > Payment, this is the page I see

[IMG]http://img688.imageshack.us/img688/8487/adminmodulespayment.png[/IMG]

There is no "Install" or anywhere to put my API username and password. Am I missing a step somewhere?

This is a fresh Zen-Cart 1.3.9h install.

Thank you very much

W

21 May 2011, 8:23 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Unable to find "Install" button for payment module

Is this an upgraded install??

You should also have PayPal Express Checkout and others that are not represented

23 Feb 2012, 2:49 PM
#4
gbrendel avatar

gbrendel

New Zenner

Join Date:
Feb 2012
Posts:
1
Plugin Contributions:
0

Re: Unable to find "Install" button for payment module

I know this is an old thread but I ran across the same issue and stumbled on this thread which actually lead me to checking the log files...

Anyway, I was getting the following in my cache/myDEBUG-adm logs :

PHP Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried to allocate 311296 bytes) in *****/zen-cart/includes/modules/payment/paypalwpp.php on line 1355

As I'm on shared hosting, I was able to fix by adding an .htaccess file to the root of the zen cart installation containing the following line:

php_value memory_limit 64M

You could also address this by modifying your php.ini configuration.