Returned Information
The Order Information will be sent back to you via HTML Form using the GET method. (meaning all values will be passed through the query string) You just sent this order... Below are the fields that will be passed and the meaning of those fields.

Form Element Name Value
ordernumberThe Order Number
memoThe Layout Description
layoutThe Layout Number
quantityThe Quantity of the Order
registrationRegistration
finishThe Finish on the card (white or glossy etc.)
stockThe stock number and stock's description
memo1Additional Comments
poThe Purchase Order Number
shipmethodThe Shipping Method Chosen
fullnameThe Customer's Full Name
line1The value of the 1st item
line2The value of the 2nd item
line3The value of the 3rd item
line4The value of the 4th item
line5The value of the 5th item
line6The value of the 6th item
line7The value of the 7th item
line8The value of the 8th item
line9The value of the 9th item
line10The value of the 10th item
line11The value of the 11th item
line12The value of the 12th item
line13The value of the 13th item
line14The value of the 14th item
line15The value of the 15th item
line16The value of the 16th item
line17The value of the 17th item
line18The value of the 18th item
line19The value of the 19th item
line20The value of the 20th item
line21The value of the 21th item
line22The value of the 22th item
line23The value of the 23th item
line24The value of the 24th item
line25The value of the 25th item
ud0The value of user data 0
ud1The value of user data 1
ud2The value of user data 2
ud3The value of user data 3
ud4The value of user data 4
ud5The value of user data 5
ud6The value of user data 6
ud7The value of user data 7
ud8The value of user data 8
ud9The value of user data 9
previewimageThe absolute URL of order proof image that will be returned only for orders requiring authorization
i.e. if the login had option "Authorization Required" turned on in the login's profile
The following shipping address informaiton will be returned if option M67 was turned on for the account
Ship_NameShip To Name
Ship_AddressShipping Address line
Ship_Address2Shipping Address line 2
Mail_StopMail Stop
Ship_CityShip To City
Ship_StateShip To State
Ship_ZipShip To Zip
Ship_CountryShip To Country
UDF data information will be returned if option M87 was turned on for the account in the following format:
UDF Field NameUDF field value

The actual form looks like this that gets sent to the return page.

<form ACTION="the return url you specified" METHOD="GET">
  <input type="hidden" name="ordernumber" value="The Order Number">
  <input type="hidden" name="memo" value="The Layout Description">
  <input type="hidden" name="layout" value="The Layout Number">
  <input type="hidden" name="quantity" value="The Quantity of the Order">
  <input type="hidden" name="registration" value="Registration">
  <input type="hidden" name="finish" value="The Finish on the card (white or glossy etc.)">
  <input type="hidden" name="memo1" value="Additional Comments">
  <input type="hidden" name="po" value="The Purchase Order Number">
  <input type="hidden" name="shipmethod" value="The Shipping Method Chosen">
  <input type="hidden" name="fullname" value="The Customer's Full Name">
  <input type="hidden" name="line1" value="The value of the 1st item">
  <input type="hidden" name="line2" value="The value of the 2nd item">
  <input type="hidden" name="line3" value="The value of the 3rd item">
  <input type="hidden" name="line4" value="The value of the 4th item">
  <input type="hidden" name="line5" value="The value of the 5th item">
  <input type="hidden" name="line6" value="The value of the 6th item">
  <input type="hidden" name="line7" value="The value of the 7th item">
  <input type="hidden" name="line8" value="The value of the 8th item">
  <input type="hidden" name="line9" value="The value of the 9th item">
  <input type="hidden" name="line10" value="The value of the 10th item">
  <input type="hidden" name="line11" value="The value of the 11th item">
  <input type="hidden" name="line12" value="The value of the 12th item">
  <input type="hidden" name="line13" value="The value of the 13th item">
  <input type="hidden" name="line14" value="The value of the 14th item">
  <input type="hidden" name="line15" value="The value of the 15th item">
  <input type="hidden" name="line16" value="The value of the 16th item">
  <input type="hidden" name="line17" value="The value of the 17th item">
  <input type="hidden" name="line18" value="The value of the 18th item">
  <input type="hidden" name="line19" value="The value of the 19th item">
  <input type="hidden" name="line20" value="The value of the 20th item">
  <input type="hidden" name="line21" value="The value of the 21th item">
  <input type="hidden" name="line22" value="The value of the 22th item">
  <input type="hidden" name="line23" value="The value of the 23th item">
  <input type="hidden" name="line24" value="The value of the 24th item">
  <input type="hidden" name="line25" value="The value of the 25th item">
  <input type="hidden" name="ud0" value="The value of user data 0">
  <input type="hidden" name="ud1" value="The value of user data 1">
  <input type="hidden" name="ud2" value="The value of user data 2">
  <input type="hidden" name="ud3" value="The value of user data 3">
  <input type="hidden" name="ud4" value="The value of user data 4">
  <input type="hidden" name="ud5" value="The value of user data 5">
  <input type="hidden" name="ud6" value="The value of user data 6">
  <input type="hidden" name="ud7" value="The value of user data 7">
  <input type="hidden" name="ud8" value="The value of user data 8">
  <input type="hidden" name="ud9" value="The value of user data 9">
  <input type="hidden" name="previewimage" value="The order proof image">
</form>

Remote Login Feature Technical Specifications
1. Main Login Bypass
This option enables a user to bypass the OrderPrinting.com main login screen and proceed to the main ordering options screen.
2. Order Menu Login
This option enables a user to bypass the OrderPrinting.com main Login and proceed directly to the Order Menu Page
3. Order Form Login
This option enables a user to bypass the OrderPrinting.com main Login and proceed directly to an Order Form.
4. Confirmation Page Login
This option enables a user to bypass the OrderPrinting.com ordering process by passing in all vital data. The confirmation page will be the first page seen.
5. Returned Information Format
When an order is complete, the program will send the order information back to your corporate intranet in this format.
6. Remote Authorization
This option enables a user to fulfill remotely orders authorization procedure. An external shopping cart could be integrated with this option and could use it at the end of checkout process.
7. Remote Online Estimator
This option estimates retail or wholesale price and shipping cost; embeds a product-based shipping estimator to any website using an HTML frame. The embedded estimator shows FedEx and UPS shipping methods and estimated cost. FedEx and UPS settings must be correctly configured for the requesting account.