[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [ic] order
Quoting Detlef Funkel (df@bkit.de):
> Hi folks,
>
> I'm encountering the following tricky situation:
> Before finishing the order process on the checkout-page, I would like to
> do a "real-time" check via a socket connection to another server.
>
> How would you guys suggest including the code for this process (I need
> to use IO::Socket and other nifty perl modules...)?
>
> How do I make the creation hold on - or even cancel - if the "real-time"
> check fails?
>
There are a multitude of ways in checkout_profile, but they all involve
writing a global UserTag to access your code. One fairly easy way:
(in checkout_profile)
state=required
email=required
etc=required
[value name=it_succeeds set="[your-usertag]" hide=1]
it_succeeds=required Sorry, the socket test failed.
--
Akopia, Inc., 131 Willow Lane, Floor 2, Oxford, OH 45056
phone +1.513.523.8220 fax 7501 <heins@akopia.com>
Clothes make the man. Naked people have little or no influence on
society. -- Mark Twain
_______________________________________________
Interchange-users mailing list
Interchange-users@www.minivend.com
http://www.minivend.com/mailman/listinfo/interchange-users