You may wish to check the thread http://community.actinic.com/showthr...?threadid=1905 about adding products straight to the cart. Then you can modify the domain lookup script to construct an URL which adds the selected domain to the cart.
I'd also suggest using some JavaScript to bung the returned result into the Other Info prompt. That way you get the text of the chosen domain passed through to the checkout, customer e-mail and printed reports.
Said script can also check the price of the selected domain (or just look at whether it's a .com, .co.uk, etc) and choose the appropriately priced product based on the result.
Comment