[wplug] shopping cart software

Russ Schneider russ at sugapablo.com
Mon May 9 14:22:58 EDT 2005


With just one product, put this in your web page:

https://www.paypal.com/cart/add=1&business=XXX&item_name=XXX&item_number=XXX&amount=XXX&image_url=XXX&return=XXX&cancel_return=XXX&no_note=1


Just replace the XXXs with the correct variable.

business = your paypal account email address
item_name = the name of your item
etc.

Put it in a javascript for a quick pop-up window:
<a href="#" onclick="window.open('URL ABOVE','cartwin','width=600,height=400,scrollbars,location,resizable,status');



-- 
[ Russ Schneider (a.k.a. Sugapablo)                                           ]
[ http://www.sugapablo.net <--personal | http://www.sugapablo.com  <--music   ] 
[ http://www.2ra.org      <--political | http://www.subuse.net     <--discuss ]


More information about the wplug mailing list