PDA

View Full Version : Setting Up OUI Merchant Email


hughvia
07-08-06, 08:52 PM
New store just up.

Running Merchant 4.24 OUI 4.985.

In setting up the OUI merchant email notification. I want the subject field to read...

"Order [order number] from [customer first and last name] was placed with TranscriptionGear.Com"

I have tried several ways to get it to work but no luck so far. Can someone share some insight.

Hugh Via

Vic - WolfPaw Computers
07-08-06, 09:05 PM
Update your OpenUI to the current version, then use the shortcut drop downs provided in the OUI Merchant Email config.

dotCOM_host
07-08-06, 09:08 PM
Try this:

%OUI%Order %ORDERNUM% from %cust_bill_fname% %cust_bill_lname% was placed with TranscriptionGear.Com

ILoveHostasaurus
07-08-06, 09:09 PM
OpenUI 4.985 may not have the tokens you need, which are %order_ship_fname% and %order_ship_lname%. In OUI 4.956, the appropriate code would be:

Order %ordernum% from %order_ship_fname% %order_ship_lname% was placed with TranscriptionGear.Com

hughvia
07-08-06, 09:35 PM
That did it. Thanks to Remik and David. So easy when you have the right help.

Hugh