Displaying Multi Other Info in offline emails

Collect several lines of customer entered data with a product.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Displaying Multi Other Info in offline emails

Post by norman »

If you want to enable the display of Multi Other Info prompts in offline emails, then do the following:

Edit OrderScript.pl (back it up first) and look for (approx' line
5082) the first ocurrence of

Code: Select all

$sPromptName = '';
Change to

Code: Select all

$sPromptName = 'Info';
The Multi Other Info text will now appear on the offline emails. It will be a
bit messy due to the way actinic limits the line length.
Norman
Post Reply