Hahoo15 Posted April 12, 2008 Share Posted April 12, 2008 I am using "Payment Modules" I wanna add the payment term:paypal to my site. but I dont find the option named paypal. There are options: PayPal Website Payments Pro (US) Direct Payments PayPal Express Checkout PayPal Website Payments Standard PayPal Website Payments Pro (UK) Express Checkout PayPal Website Payments Pro (UK) Direct Payments PayPal Website Payments Pro (UK) Express Checkout which one shall I choose? or need I install all of the payment terms? Onther question is: When i choose "PayPal Website Payments Standard", I dont know how to fillin the following blanks: Page Style The page style to use for the transaction procedure (defined at your PayPal Profile page) Your Private Key The location of your Private Key to use for signing the data. (*.pem) Your Public Certificate The location of your Public Certificate to use for signing the data. (*.pem) Your PayPal Public Certificate ID The Certificate ID to use from your PayPal Encrypted Payment Settings Profile. Working Directory The working directory to use for temporary files. (trailing slash needed) OpenSSL Location The location of the openssl binary file. Shall I fillin the above blanks? Any help would be appreciated! Thank you very much in advance! Link to comment Share on other sites More sharing options...
Hahoo15 Posted April 12, 2008 Author Share Posted April 12, 2008 some one said"Once you install the module, click edit and enter your information for all the values down the list until you get to "Your Private Key", you can also exclude any entry for the "Page Style" setting. If you have a standard PayPal premier or business account you are not required to used encrypted payments, you can leave all the settings blank from the "Your Private Key" setting and the fields below it.“ But after I installed "PayPal Website Payments Standard",when I tried to order at my website, during checking out, I got the message: Warning: fopen(/373694-2-data.txt) [function.fopen]: failed to open stream: Permission denied in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 331 Warning: fwrite(): supplied argument is not a valid stream resource in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 332 Warning: fclose(): supplied argument is not a valid stream resource in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 333 Warning: openssl_pkcs7_sign() [function.openssl-pkcs7-sign]: error getting private key in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 338 Warning: unlink(/373694-2-data.txt) [function.unlink]: No such file or directory in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 340 Warning: file_get_contents(/373694-2-signed.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 343 Warning: fopen(/373694-2-signed.txt) [function.fopen]: failed to open stream: Permission denied in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 347 Warning: fclose(): supplied argument is not a valid stream resource in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 349 Warning: unlink(/373694-2-signed.txt) [function.unlink]: No such file or directory in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 355 Warning: file_get_contents(/373694-2-encrypted.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 358 Warning: unlink(/373694-2-encrypted.txt) [function.unlink]: No such file or directory in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 362 what is the problem? thank you! Link to comment Share on other sites More sharing options...
grandmasterjack Posted April 13, 2008 Share Posted April 13, 2008 some one said"Once you install the module, click edit and enter your information for all the values down the list until you get to "Your Private Key", you can also exclude any entry for the "Page Style" setting. If you have a standard PayPal premier or business account you are not required to used encrypted payments, you can leave all the settings blank from the "Your Private Key" setting and the fields below it.“ But after I installed "PayPal Website Payments Standard",when I tried to order at my website, during checking out, I got the message: Warning: fopen(/373694-2-data.txt) [function.fopen]: failed to open stream: Permission denied in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 331 Warning: fwrite(): supplied argument is not a valid stream resource in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 332 Warning: fclose(): supplied argument is not a valid stream resource in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 333 Warning: openssl_pkcs7_sign() [function.openssl-pkcs7-sign]: error getting private key in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 338 Warning: unlink(/373694-2-data.txt) [function.unlink]: No such file or directory in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 340 Warning: file_get_contents(/373694-2-signed.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 343 Warning: fopen(/373694-2-signed.txt) [function.fopen]: failed to open stream: Permission denied in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 347 Warning: fclose(): supplied argument is not a valid stream resource in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 349 Warning: unlink(/373694-2-signed.txt) [function.unlink]: No such file or directory in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 355 Warning: file_get_contents(/373694-2-encrypted.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 358 Warning: unlink(/373694-2-encrypted.txt) [function.unlink]: No such file or directory in /home/content/e/p/o/powertown/html/includes/modules/payment/paypal_standard.php on line 362 what is the problem? thank you! I don't know if I'm any help. Set incrypted payments to false, don't fill in anything after that except working directory. I think working directory should be; /tmp. I just put "Paypal" for paypal page. Jack If at first you don't succeed.............................Cheat!! Link to comment Share on other sites More sharing options...
BryceJr Posted April 13, 2008 Share Posted April 13, 2008 I am using "Payment Modules"I wanna add the payment term:paypal to my site. but I dont find the option named paypal. There are options: PayPal Website Payments Pro (US) Direct Payments PayPal Express Checkout PayPal Website Payments Standard PayPal Website Payments Pro (UK) Express Checkout PayPal Website Payments Pro (UK) Direct Payments PayPal Website Payments Pro (UK) Express Checkout which one shall I choose? or need I install all of the payment terms? For simplicity and ease, you need choose one not all of them. You will also need to sign up for a paypal business account. Your Private KeyThe location of your Private Key to use for signing the data. (*.pem) Your Public Certificate The location of your Public Certificate to use for signing the data. (*.pem) Your PayPal Public Certificate ID The Certificate ID to use from your PayPal Encrypted Payment Settings Profile. Working Directory The working directory to use for temporary files. (trailing slash needed) OpenSSL Location The location of the openssl binary file. Shall I fillin the above blanks? Yes. You must have those information for paypal payment module to work in your site. Here's a link on how to generate those information such as private key, public cert, etc. This is for another payment module but the process is similar. https://support.lunarpages.com/knowledge_bases/article/187 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.