Announcement

Collapse
No announcement yet.

Protx VSP order confirmation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Protx VSP order confirmation

    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,
    www.norfolkherbs.co.uk
    Online Shop at: www.homescentherbs.co.uk

    #2
    Originally posted by OllyBug
    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?

    Comment


      #3
      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
      www.norfolkherbs.co.uk
      Online Shop at: www.homescentherbs.co.uk

      Comment


        #4
        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

        Comment

        Working...
        X