PDA

View Full Version : Protx VSP order confirmation


OllyBug
28-Apr-2008, 09:11 AM
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,

gabrielcrowe
28-Apr-2008, 09:16 AM
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,

why not set up an autoforward, at the server, on the single email address?

OllyBug
28-Apr-2008, 09:39 AM
Yep, didn't think of that. Just been to 1 and 1 control panel to see how and it is simple enough. Safer than editing the perl file aswell

Cheers

Olly

pinbrook
28-Apr-2008, 09:47 AM
Easier to control too.

if you don't change perl you've got less to go wrong/remember when you upgrade patches/versions of actinic