Not for official support
We do not provide technical support in this forum.
If you want to contact our customer support, please use our support form.

You are not logged in.

#1 2011-12-01 14:25

mrsa
Member

Secure PayPal-Button script

Hi folks,

is there a way to change the PayPal script so that the seller can accept secured payments, instead of the current 'non-coded' method in the free script?
i.e. I for one have set in my PayPal-account the option only to accept secured-coded-buttons. When I click on the Free-Script-Button in the script my PayPal-account then doesn't accept them. I therefore don't want to change this extra-secure option in PayPal because of the extra-security....

Offline

 

#2 2011-12-01 15:48

mrsa
Member

Re: Secure PayPal-Button script

Got it fixed myself!  Go to your PayPal-Account and make a 'show shopping basket' and use the secured-option (make PayPal-paymentbuttons)

in ***ORDER_PLACE.tpl*** change the existing lines into:

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">

ADD after the <form.....> line the following:

<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----   YOUR PAYPAL-CODE    -----END PKCS7-----">

The created code in PayPal includes the above mentioned lines.
At least this works for me.

Last edited by mrsa (2011-12-01 15:58)

Offline

 

Board footer

Powered by PunBB