Announcement

Collapse
No announcement yet.

Merchant email addition

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

    Merchant email addition

    I am trying to make it so that our internet sales person can differentiate the order confirmation emails depending on the delivery country (zone).

    We have 3: Uk Mainland, Highlands & Islands, BFPO

    To do this I need to set up a rule on email coming in to detect the approprite string. No problem so far.

    Snag is, the merchant email does not contain the shipping country.

    I've been trying for ages to get it through but am having severe difficulty.

    The Actinic code in Checkout Page 2 indicates that the sting is in:
    <input type="text" name="DELIVERCOUNTRY" size="20" maxlength="75" value="<Actinic:Variable Name="DeliverCountry"/>

    Checkout 2 will then go into form.html with it's values but I can't find a way of getting DELIVERCOUNTRY to go aswell.

    form.html then translates to merchantemail.txt which is where I want the DELIVERYCOUNTRY to be displayed so that I can use the mail rule I've set up.

    Incidentally I have done some extensive redesign of these files to give us a more personal and tidy look which works nicely but i really need this delivery country as well

    Anyone any ideas??

    Thanks
    Mike
    Boy, this is a big learning curve.....and YES I've got my crampons on!
    www.shop.burns-pet-nutrition.co.uk

    #2
    Hi Mike

    Do you mean the delivery address country the client gets once they have ordered from the website? You will have an invoice to address and a delivery address on the email?

    Please could you advise.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Nadeem

      There is a delivery address on the email as it stands at the moment. Currently I am using that which may be adequate. This only works if I set Actinic to send customer email copies to our mail address. We do not actually need these emails as Secure Trading send us an email to confirm payment. It was this email that i was trying to get DELIVERCOUNTRY into.

      Most other data is sent through but this particualr variable doesn't. i was just wondering how to alter the perl scripts to send this along as well.

      It's not desperate as we can use the customer email but it would cut down on the quantity of email zoomin around if we could just use the confirmation email.

      Thanks

      Mike
      Boy, this is a big learning curve.....and YES I've got my crampons on!
      www.shop.burns-pet-nutrition.co.uk

      Comment

      Working...
      X