Jump to content

paypal integration


hamza

Recommended Posts

i want to perform paypal integration.

i wan to send values to paypal and if values

are validated and accepted successfully

i want to redirect back to my website and ask from user to

enter someother information like cradit card number...etc

but when i send values it show the product details and

credit card info asking from me on paypal which i dont want.

i want to ask user to enter Ccard infor on my own website addresss.

plz tell me how it is possible

 

 

here is my paypal integration code.

<form action="https://www.paypal.com/cgi-bin/webscr" method="POST">

To pay with PayPal now please click on the PayPal icon below:

<input type="hidden" name="cmd" value="_xclick">

<input type="hidden" name="business" value="your@paypal.email">

<input type="hidden" name="item_name" value="Order #{$order_id}">

<input type="hidden" name="amount" value="{$order_amount}">

<input type="hidden" name="currency_code" value="{$currency_iso_3}">

<input type="image" name="submit" src="http://images.paypal.com/images/x-click-but01.gif" alt="Pay with PayPal">

 

</form>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.