[ic] Unable to submit order

Jeff Carnahan jcarnahan@networq.com
Wed, 18 Apr 2001 13:33:42 -0700


}Please go back to the checkout page and fill the form out properly."
}

This means Interchange is expecting you to submit some information, and for
some reason you either left it blank in the form your submitting, or
Interchange is expecting data that your form is missing.

First, view the source code to the form you're submitting.

There should be a hidden form field, named "mv_order_profile" ..

Then check out the file:

catalogs/your_catalog/etc/profiles.order

And look at the section that matches what was defined in mv_order_profile.
It will list all the form fields it's expecting, and if they are required to
have data in them.

Then, check your form to make sure that each variable the profile is looking
for is actually in your form, and being submitted.

More information about order profiles can be found in the Catalog Tutorial,
section 12.2.. You can also use the [error ... ] tag to display what errors
were found with the forms submission. View the documentation in the Tag
reference to find information on this.

--
Jeff Carnahan - jcarnahan@networq.com