Hi Guys and Girls
I have been hunting in this forum for a fix to my following problem.
When I place an order in the MOTO page I cannot enter a Company name.
The Company name can only be entered if I remember to go back to the order and enter it there!
I have checked the Standard MOTO Form Layout (Attached) and it has the "MOTO Invoice Company Name" there in place.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="MSThemeCompatible" content="yes" />
<style type="text/css">
body {
background-color: #ffffff;
background-image: none;
font-family: Arial, Helvetica, sans-serif;
border: 0;
padding: 0;
margin: 0;
}
p,td,th {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}
.actrequired {
color: #c00;
}
h1 {
padding: 0;
margin: 20px;
color: #333;
font-size: 20px;
}
input,select,button {
font-size: 9px;
}
button {
border: solid 1px #b9b9c6;
background-color: #9191a4;
color: white;
margin-top: 1px;
}
.cart-button {
background-image: url('update-cart-button.gif');
width: 100px;
height: 20px;
border: 0;
text-align: left;
}
.motobox {
background: url('moto_curve_4.gif') no-repeat bottom right;
font-size: 100%;
margin-bottom: 10px;
}
.motoboxheading {
background: url('moto_curve_2.gif') no-repeat top right;
margin: 0;
padding: 0;
text-align: left;
padding-right: 16px;
}
.motoboxheading h2 {
background: url('moto_curve_1.gif') no-repeat top left;
margin: 0;
padding: 5px 16px 5px 10px;
color: #333333;
font-weight: bold;
font-size: 0.8em;
line-height: 1em;
}
.motoboxbody {
background: url('moto_curve_3.gif') no-repeat bottom left;
margin: 0;
padding: 5px 0px 11px 11px;
margin-right: 16px;
}
.motocart {
background: url('moto_cart_curve_4.gif') no-repeat bottom right;
font-size: 100%;
margin-bottom: 10px;
}
.motocartheading {
background: url('moto_cart_curve_2.gif') no-repeat top right;
margin: 0;
padding: 0;
text-align: left;
padding-right: 16px;
}
.motocartheading h2 {
background: url('moto_cart_curve_1.gif') no-repeat top left;
margin: 0;
padding: 5px 16px 5px 10px;
color: #333333;
font-weight: bold;
font-size: 0.8em;
line-height: 1em;
}
.motocartbody {
background: url('moto_cart_curve_3.gif') no-repeat bottom left;
margin: 0;
padding: 5px 0px 11px 11px;
margin-right: 16px;
}
</style>
<script language="javascript" type="text/javascript" src="actiniccore.js"></script>
<script language="javascript" type="text/javascript" src="actinicextras.js"></script>
<actinic:block if="%3cactinic%3avariable%20name%3d%22InvoicePrompt016Visible%22%20%2f%3e">
<script language="javascript" type="text/javascript" >
function OnLoad()
{
OnSeparateDelivery();
}
function OnSeparateDelivery()
{
if (document.all.SEPARATESHIP.status)
document.all.DeliveryDetails.style.display = "";
else
document.all.DeliveryDetails.style.display = "none";
}
</script>
</actinic:block>
</head>
<actinic:variable name="CompanyLogoImage" />
<body <actinic:block if="%3cactinic%3avariable%20name%3d%22InvoicePrompt016Visible%22%20%2f%3e">onload="OnLoad()"</actinic:block>>
<h1 align = "center" >Order <actinic:variable name="MOTOFormOrderNumber" /></h1>
<!-- Actinic Product Entry control -->
<div style="float: left; width: 300px; margin-left: 2px;">
<div class="motobox">
<div class="motoboxheading">
<h2>Product Entry:</h2>
</div>
<div class="motoboxbody">
<br/>
<actinic:variable name="MOTOProductEntryLayout" />
<br/>
</div>
</div>
<div class="motobox">
<div class="motoboxheading">
<h2>Selected Product:</h2>
</div>
<div id="SelectedProduct" class="motoboxbody">
<!-- This is where the selected product will be placed -->
</div>
</div>
<div class="motobox">
<div class="motoboxheading">
<h2>Shortcut Buttons:</h2>
</div>
<div class="motoboxbody">
<actinic:block if="%3cactinic%3avariable%20name%3d%22MOTOShortcutProductReference%22%20%2f%3e%20%3d%3d%20%22%22">
<p>Enter details for a shortcut button in 'Site Options | Properties'</p>
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22MOTOShortcutProductReference%22%20%2f%3e%20%21%3d%20%22%22" >
<actinic:variable name="MOTOShortcut" />
</actinic:block>
</div>
</div>
</div>
<div style="float: left; width: 370px; margin-left: 5px;">
<div class="motobox">
<div class="motoboxheading">
<h2>Invoice Contact:</h2>
</div>
<div class="motoboxbody">
<p>
<table>
<tr>
<td>
<button id="ShoppedBefore" type="button">Shopped Before...</button>
</td>
<td>
<button id="CustomerAccount" type="button">Customer Account...</button>
</td>
</tr>
MOTO
<actinic:variable value="MOTO Invoice Salutation" name="MOTOField" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt000Visible%22%20%2f%3e" />
<actinic:variable value="MOTO Invoice Name" name="MOTOField" />
<actinic:variable name="MOTOField" value="MOTO Invoice Job Title" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt002Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Invoice Company Name" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt003Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Invoice Address Line 1" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt004Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Invoice Address Line 2" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt005Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Invoice Address Line 3" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt006Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Invoice Address Line 4" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt007Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Invoice Postal Code" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt008Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Invoice Country" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt009Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Invoice Phone" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt010Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Invoice Mobile" if="%3cactinic%3avariable%20name%3d%22InvoiceMobileVisible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Invoice Fax" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt011Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Invoice Email" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt012Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Moving In One Month" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt013Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Invoice User Defined" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt014Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Keep Details Private" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt015Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Ship To Separate Address" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt016Visible%22%20%2f%3e"/>
<tr>
<td>
<input type="checkbox" id = "SENDCONFIRMEMAIL" name="SENDCONFIRMEMAIL" checked/>
Send a confirmation email using layout:
</td>
<td>
<actinic:variable name="MOTOEmailLayoutsList" />
</td>
</tr>
</table>
</p>
</div>
</div>
<actinic:block if="%3cactinic%3avariable%20name%3d%22InvoicePrompt016Visible%22%20%2f%3e">
<div id="DeliveryDetails" class="motobox">
<div class="motoboxheading" >
<h2>Delivery Contact:</h2>
</div>
<div class="motoboxbody">
<p>
<table>
<actinic:variable value="MOTO Delivery Salutation" name="MOTOField" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt000Visible%22%20%2f%3e" />
<actinic:variable value="MOTO Delivery Name" name="MOTOField" />
<actinic:variable name="MOTOField" value="MOTO Delivery Job Title" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt002Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Delivery Company Name" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt003Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Delivery Address Line 1" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt004Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Delivery Address Line 2" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt005Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Delivery Address Line 3" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt006Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Delivery Address Line 4" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt007Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Delivery Postal Code" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt008Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Delivery Country" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt009Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Delivery Phone" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt010Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Delivery Mobile" if="%3cactinic%3avariable%20name%3d%22DeliveryMobileVisible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Delivery Fax" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt011Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Delivery Email" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt012Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Delivery User Defined" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt014Visible%22%20%2f%3e"/>
</table>
</p>
</div>
</div>
</actinic:block>
</div>
<div style="float: left; width: 300px; margin-left: 5px;">
<div class="motocart">
<div class="motocartheading">
<h2>Current Cart:</h2>
</div>
<div id="MOTOCart" class="motocartbody">
<!-- This is where the Cart will be placed -->
<actinic:variable name="MOTOCartLayout" />
</div>
</div>
<div id="TaxExemptionArea">
<actinic:variable name="MOTOTaxExemptionArea" />
</div>
<div class="motobox">
<div class="motoboxheading">
<h2>Shipping:</h2>
</div>
<div id="MOTOShippingArea" class="motoboxbody">
<!-- This is where the Shipping details will be placed -->
<actinic:variable name="MOTOShippingArea" />
</div>
</div>
<div class="motobox">
<div class="motoboxheading">
<h2>Payment:</h2>
</div>
<div id="MOTOPaymentArea" class="motoboxbody">
<actinic:variable name="MOTOPaymentArea" />
</div>
</div>
<div class="motobox">
<div class="motoboxheading">
<h2>Miscellaneous:</h2>
</div>
<div class="motoboxbody">
<table>
<tr>
<td>Coupons:</td>
<td><actinic:variable name="MOTOCouponsList" /></td>
</tr>
<actinic:variable value="MOTO Payment Purchase Order Number" name="MOTOField" if="%3cactinic%3avariable%20name%3d%22PaymentPrompt006Visible%22%20%2f%3e" />
<actinic:variable value="MOTO Payment User Definable Field" name="MOTOField" if="%3cactinic%3avariable%20name%3d%22PaymentPrompt007Visible%22%20%2f%3e" />
<actinic:variable name="CheckoutPrompt" value="MOTO General User Definable 1" if="%3cactinic%3avariable%20name%3d%22GeneralPrompt000Visible%22%20%2f%3e" />
<actinic:variable name="CheckoutPrompt" value="MOTO General User Definable 2" if="%3cactinic%3avariable%20name%3d%22GeneralPrompt001Visible%22%20%2f%3e" />
<actinic:variable name="CheckoutPrompt" value="MOTO General User Definable 3" if="%3cactinic%3avariable%20name%3d%22GeneralPrompt002Visible%22%20%2f%3e" />
<tr id="NextActionDateControls">
<td>Next Action Date:</td>
<td>
<OBJECT ID="NextActionDate" width="120" height="25"
CLASSID="CLSID:AC100011-C7FB-41C4-9001-E8B8A4D98483">
<PARAM name="Checked" value="0">
</OBJECT>
</td>
</tr>
<tr>
<td>Comment:</td>
<td>
<textarea name="ORDERCOMMENT" rows="5" columns="30"></textarea>
</td>
</tr>
<tr>
<td>Order Color:</td>
<td> <actinic:variable name="MOTOFormOrderColorList" /></td>
</tr>
<tr>
<td colspan="2" align ="center">
<button id="OrderNoColor" type="button">No Color</button>
</td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>
Anyone out there know how to get it t show as I get roughly 6 telephone orders a day from companies and it a nightmare to reinvoice every time I forget to add there Company name.
Yours
Neil Spinney
I have been hunting in this forum for a fix to my following problem.
When I place an order in the MOTO page I cannot enter a Company name.
The Company name can only be entered if I remember to go back to the order and enter it there!
I have checked the Standard MOTO Form Layout (Attached) and it has the "MOTO Invoice Company Name" there in place.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="MSThemeCompatible" content="yes" />
<style type="text/css">
body {
background-color: #ffffff;
background-image: none;
font-family: Arial, Helvetica, sans-serif;
border: 0;
padding: 0;
margin: 0;
}
p,td,th {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}
.actrequired {
color: #c00;
}
h1 {
padding: 0;
margin: 20px;
color: #333;
font-size: 20px;
}
input,select,button {
font-size: 9px;
}
button {
border: solid 1px #b9b9c6;
background-color: #9191a4;
color: white;
margin-top: 1px;
}
.cart-button {
background-image: url('update-cart-button.gif');
width: 100px;
height: 20px;
border: 0;
text-align: left;
}
.motobox {
background: url('moto_curve_4.gif') no-repeat bottom right;
font-size: 100%;
margin-bottom: 10px;
}
.motoboxheading {
background: url('moto_curve_2.gif') no-repeat top right;
margin: 0;
padding: 0;
text-align: left;
padding-right: 16px;
}
.motoboxheading h2 {
background: url('moto_curve_1.gif') no-repeat top left;
margin: 0;
padding: 5px 16px 5px 10px;
color: #333333;
font-weight: bold;
font-size: 0.8em;
line-height: 1em;
}
.motoboxbody {
background: url('moto_curve_3.gif') no-repeat bottom left;
margin: 0;
padding: 5px 0px 11px 11px;
margin-right: 16px;
}
.motocart {
background: url('moto_cart_curve_4.gif') no-repeat bottom right;
font-size: 100%;
margin-bottom: 10px;
}
.motocartheading {
background: url('moto_cart_curve_2.gif') no-repeat top right;
margin: 0;
padding: 0;
text-align: left;
padding-right: 16px;
}
.motocartheading h2 {
background: url('moto_cart_curve_1.gif') no-repeat top left;
margin: 0;
padding: 5px 16px 5px 10px;
color: #333333;
font-weight: bold;
font-size: 0.8em;
line-height: 1em;
}
.motocartbody {
background: url('moto_cart_curve_3.gif') no-repeat bottom left;
margin: 0;
padding: 5px 0px 11px 11px;
margin-right: 16px;
}
</style>
<script language="javascript" type="text/javascript" src="actiniccore.js"></script>
<script language="javascript" type="text/javascript" src="actinicextras.js"></script>
<actinic:block if="%3cactinic%3avariable%20name%3d%22InvoicePrompt016Visible%22%20%2f%3e">
<script language="javascript" type="text/javascript" >
function OnLoad()
{
OnSeparateDelivery();
}
function OnSeparateDelivery()
{
if (document.all.SEPARATESHIP.status)
document.all.DeliveryDetails.style.display = "";
else
document.all.DeliveryDetails.style.display = "none";
}
</script>
</actinic:block>
</head>
<actinic:variable name="CompanyLogoImage" />
<body <actinic:block if="%3cactinic%3avariable%20name%3d%22InvoicePrompt016Visible%22%20%2f%3e">onload="OnLoad()"</actinic:block>>
<h1 align = "center" >Order <actinic:variable name="MOTOFormOrderNumber" /></h1>
<!-- Actinic Product Entry control -->
<div style="float: left; width: 300px; margin-left: 2px;">
<div class="motobox">
<div class="motoboxheading">
<h2>Product Entry:</h2>
</div>
<div class="motoboxbody">
<br/>
<actinic:variable name="MOTOProductEntryLayout" />
<br/>
</div>
</div>
<div class="motobox">
<div class="motoboxheading">
<h2>Selected Product:</h2>
</div>
<div id="SelectedProduct" class="motoboxbody">
<!-- This is where the selected product will be placed -->
</div>
</div>
<div class="motobox">
<div class="motoboxheading">
<h2>Shortcut Buttons:</h2>
</div>
<div class="motoboxbody">
<actinic:block if="%3cactinic%3avariable%20name%3d%22MOTOShortcutProductReference%22%20%2f%3e%20%3d%3d%20%22%22">
<p>Enter details for a shortcut button in 'Site Options | Properties'</p>
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22MOTOShortcutProductReference%22%20%2f%3e%20%21%3d%20%22%22" >
<actinic:variable name="MOTOShortcut" />
</actinic:block>
</div>
</div>
</div>
<div style="float: left; width: 370px; margin-left: 5px;">
<div class="motobox">
<div class="motoboxheading">
<h2>Invoice Contact:</h2>
</div>
<div class="motoboxbody">
<p>
<table>
<tr>
<td>
<button id="ShoppedBefore" type="button">Shopped Before...</button>
</td>
<td>
<button id="CustomerAccount" type="button">Customer Account...</button>
</td>
</tr>
MOTO
<actinic:variable value="MOTO Invoice Salutation" name="MOTOField" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt000Visible%22%20%2f%3e" />
<actinic:variable value="MOTO Invoice Name" name="MOTOField" />
<actinic:variable name="MOTOField" value="MOTO Invoice Job Title" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt002Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Invoice Company Name" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt003Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Invoice Address Line 1" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt004Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Invoice Address Line 2" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt005Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Invoice Address Line 3" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt006Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Invoice Address Line 4" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt007Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Invoice Postal Code" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt008Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Invoice Country" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt009Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Invoice Phone" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt010Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Invoice Mobile" if="%3cactinic%3avariable%20name%3d%22InvoiceMobileVisible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Invoice Fax" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt011Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Invoice Email" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt012Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Moving In One Month" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt013Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Invoice User Defined" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt014Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Keep Details Private" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt015Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Ship To Separate Address" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt016Visible%22%20%2f%3e"/>
<tr>
<td>
<input type="checkbox" id = "SENDCONFIRMEMAIL" name="SENDCONFIRMEMAIL" checked/>
Send a confirmation email using layout:
</td>
<td>
<actinic:variable name="MOTOEmailLayoutsList" />
</td>
</tr>
</table>
</p>
</div>
</div>
<actinic:block if="%3cactinic%3avariable%20name%3d%22InvoicePrompt016Visible%22%20%2f%3e">
<div id="DeliveryDetails" class="motobox">
<div class="motoboxheading" >
<h2>Delivery Contact:</h2>
</div>
<div class="motoboxbody">
<p>
<table>
<actinic:variable value="MOTO Delivery Salutation" name="MOTOField" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt000Visible%22%20%2f%3e" />
<actinic:variable value="MOTO Delivery Name" name="MOTOField" />
<actinic:variable name="MOTOField" value="MOTO Delivery Job Title" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt002Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Delivery Company Name" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt003Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Delivery Address Line 1" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt004Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Delivery Address Line 2" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt005Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Delivery Address Line 3" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt006Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Delivery Address Line 4" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt007Visible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Delivery Postal Code" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt008Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Delivery Country" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt009Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Delivery Phone" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt010Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Delivery Mobile" if="%3cactinic%3avariable%20name%3d%22DeliveryMobileVisible%22%20%2f%3e" />
<actinic:variable name="MOTOField" value="MOTO Delivery Fax" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt011Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Delivery Email" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt012Visible%22%20%2f%3e"/>
<actinic:variable name="MOTOField" value="MOTO Delivery User Defined" if="%3cactinic%3avariable%20name%3d%22InvoicePrompt014Visible%22%20%2f%3e"/>
</table>
</p>
</div>
</div>
</actinic:block>
</div>
<div style="float: left; width: 300px; margin-left: 5px;">
<div class="motocart">
<div class="motocartheading">
<h2>Current Cart:</h2>
</div>
<div id="MOTOCart" class="motocartbody">
<!-- This is where the Cart will be placed -->
<actinic:variable name="MOTOCartLayout" />
</div>
</div>
<div id="TaxExemptionArea">
<actinic:variable name="MOTOTaxExemptionArea" />
</div>
<div class="motobox">
<div class="motoboxheading">
<h2>Shipping:</h2>
</div>
<div id="MOTOShippingArea" class="motoboxbody">
<!-- This is where the Shipping details will be placed -->
<actinic:variable name="MOTOShippingArea" />
</div>
</div>
<div class="motobox">
<div class="motoboxheading">
<h2>Payment:</h2>
</div>
<div id="MOTOPaymentArea" class="motoboxbody">
<actinic:variable name="MOTOPaymentArea" />
</div>
</div>
<div class="motobox">
<div class="motoboxheading">
<h2>Miscellaneous:</h2>
</div>
<div class="motoboxbody">
<table>
<tr>
<td>Coupons:</td>
<td><actinic:variable name="MOTOCouponsList" /></td>
</tr>
<actinic:variable value="MOTO Payment Purchase Order Number" name="MOTOField" if="%3cactinic%3avariable%20name%3d%22PaymentPrompt006Visible%22%20%2f%3e" />
<actinic:variable value="MOTO Payment User Definable Field" name="MOTOField" if="%3cactinic%3avariable%20name%3d%22PaymentPrompt007Visible%22%20%2f%3e" />
<actinic:variable name="CheckoutPrompt" value="MOTO General User Definable 1" if="%3cactinic%3avariable%20name%3d%22GeneralPrompt000Visible%22%20%2f%3e" />
<actinic:variable name="CheckoutPrompt" value="MOTO General User Definable 2" if="%3cactinic%3avariable%20name%3d%22GeneralPrompt001Visible%22%20%2f%3e" />
<actinic:variable name="CheckoutPrompt" value="MOTO General User Definable 3" if="%3cactinic%3avariable%20name%3d%22GeneralPrompt002Visible%22%20%2f%3e" />
<tr id="NextActionDateControls">
<td>Next Action Date:</td>
<td>
<OBJECT ID="NextActionDate" width="120" height="25"
CLASSID="CLSID:AC100011-C7FB-41C4-9001-E8B8A4D98483">
<PARAM name="Checked" value="0">
</OBJECT>
</td>
</tr>
<tr>
<td>Comment:</td>
<td>
<textarea name="ORDERCOMMENT" rows="5" columns="30"></textarea>
</td>
</tr>
<tr>
<td>Order Color:</td>
<td> <actinic:variable name="MOTOFormOrderColorList" /></td>
</tr>
<tr>
<td colspan="2" align ="center">
<button id="OrderNoColor" type="button">No Color</button>
</td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>
Anyone out there know how to get it t show as I get roughly 6 telephone orders a day from companies and it a nightmare to reinvoice every time I forget to add there Company name.
Yours
Neil Spinney
Comment