In thankyou.cgi, there's a string that becomes the Subject line of the order
receipt email.
Anyone know if the final string in this printf is replaceable?
The last %s currently gets replaced with 'shopsite'.
If I need to, I can write a program to whack the binary with a NULL and lop off
the "for %s" but it would be easier to just replace the 'shopsite' -- if it's
available to be changed. I don't see it in any of the store screens, but the
fact that it's an element in a printf string give me hope.
Thanks,
- dc