[ic] Interchange->Paypal question Follow-up

Karen Gold interchange-users@icdevgroup.org
Fri Dec 6 13:14:00 2002


Hi Bill Olik <olik@optonline.net>,

You could create a IF paypal button of the receipt page. Customers would
print the receipt page, then click the PayPal button to login to PayPal and
okay the payment.

 [if value fax_order]
<!-- Begin PayPal Logo -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="paypal_email_acct@store.com">
<input type="hidden" name="item_name" value="[value mv_order_number]">
<input type="hidden" name="amount" value=[total-cost]>
<input type="hidden" name="image_url"
value="https://www.store.com/images/logo.gif">
<input type="hidden" name="return"
value="https://www.store.com/help/payment_accepted.html">
<input type="hidden" name="cancel_return"
value="https://www.store.com/help/payment_cancel.html">
<input type="image" src="x-click-but03.gif" border="0" name="submit"
alt="Make payments with PayPal - it's fast, free and secure!">
</form>
</CENTER>
<!-- End PayPal Logo -->
 [/if]


PS using fax_order was easier than creating a paypal_order :)
--
Karen Gold <kareng@LOADUP.COM>
http://www.loadup.com