How can I send a copy of the confirmation email to a particular vendor, but only for some products? The vendor is not a DOBA merchant.
I'm running ShopSite® Pro 10 sp2 r2.
Thanks,
Greg
Can I copy a drop-ship vendor?
Re: Can I copy a drop-ship vendor?
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
Re: Can I copy a drop-ship vendor?
FYI, if you are not a programmer yourself (or don't have time to write the custom code), you may want to check out my module that is designed to do just what you are describing:
http://www.chandlerweb.com/dropshipemails.html
-Loren
http://www.chandlerweb.com/dropshipemails.html
-Loren