by Jim » Tue Jul 17, 2012 7:45 am
The only way to do that would be to write an OrderAPI script that is called when the order is completed. (Merchandising > Order API is where you configure to use your script. The contents of the shopping cart is passed to the order api script using a name=value pair system. There is a sample script customdump.cgi that echos the name=value pairs and will show you what parameters are passed to the script. I think there is also a custom-dump.pl script that you could look at for an example of coding. Help is at http://www.shopsite.com/help/10.2/en-US/sc/pro/order.api.spec.html