Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

E-store or cart in REBOL?

 [1/2] from: chd::1staccess::ca at: 13-Jul-2007 14:28


Has anyone done and e-commerce site in REBOL? Seems like a natural application. Perhaps a PayPal interface? Chris

 [2/2] from: btiffin::rogers::com at: 14-Jul-2007 4:08


sisitartedit.com used to have a REBOL cgi interface to hosted Internet$ecure, (they handled the visa/mastercard/amex transfers triggered via simple catalog keys, a count, a tax-key and a price/per for validation against their copy of the catalog) but when I moved, the next support guy was a non rebol so he installed an order form php to do the same key triggers. sisistartedit.com only has 6 products, so it fit well in the InternetSecure 50 or less hosted catalog. It was my first site, so I was not going to charge a home-based business the hours it would have taken to code to the XML spec for InternetSecure, but you are right, REBOL would be very appropriate and natural in this role. The Agora shopping cart that came with the cPanel was overkill, the REBOL cgi was just right. Really I guess my short answer should have been, "nope, not me". Maybe your post will put a twinkle in a rebol's eye...and we'll see an interface or two soon. :) Cheers, Brian On Friday 13 July 2007 14:28, CHRIS DWYER wrote: