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
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
Comment