[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ic] Paypal & c2it


This is what I found in the archives on the subject of PayPal for payment options.  Is this still the best route to go for PayPal?  And does anybody out there use c2it?  What about money orders?  Since I am a very brand new company with a brand new website, I am not sure I want to incur the added overhead expense yet of a merchant account yet.

Thank you for any assistance you can provide!

...sheila

--------

[ic] Interchange->Paypal question Follow-up 
Karen Gold suppressed 
Fri Dec 6 13:14:00 2002 

Previous message: [ic] Profile looping problem... 
Next message: [ic] Profile looping problem... 
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] 

--------------------------------------------------------------------------------

Hi Bill Olik <suppressed>,

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="suppressed">
<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 :)
--

--------


_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.