Hi,
I just wondered that if I can edit the OCCPROTXScriptTemplate.pl so that I get two confirmation emails to separate addresses i.e
replace:
my $sConfirmationEMail = 'blah@blahdeblah.co.uk';
with:
my $sConfirmationEMail = 'blah@blahdeblah.co.uk'; 'stuff@stuff.co.uk'
I am no programmer and I don't want to upset anything so wanted to check first. If it does work, it will be a very simple way of checking orders and copy and pasting addresses into consignment and labeling software on another PC situated in another office
Cheers,
I just wondered that if I can edit the OCCPROTXScriptTemplate.pl so that I get two confirmation emails to separate addresses i.e
replace:
my $sConfirmationEMail = 'blah@blahdeblah.co.uk';
with:
my $sConfirmationEMail = 'blah@blahdeblah.co.uk'; 'stuff@stuff.co.uk'
I am no programmer and I don't want to upset anything so wanted to check first. If it does work, it will be a very simple way of checking orders and copy and pasting addresses into consignment and labeling software on another PC situated in another office
Cheers,
Comment