[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] strange problem. Interchange can't find order profile
Hello everybody,
Here's an odd one. I keep getting this error when I try and check out:
store2 /cgi-bin/store2/process.html Order profile quote not found
my checkout page has this set:
<INPUT TYPE=hidden NAME=mv_order_profile VALUE=quote>
my catalog.cfg has this set:
OrderProfile etc/profiles.quote
and profiles.quote contains only this:
__NAME__ quote
fname=required
lname=required
address1=required
city=required
country=required
[if value country =~ /^(US|CA)$/i]
state=state_province
zip=postcode
[/if]
&or phone_day=phone, phone_night=phone Must have day or evening phone number
email=required
&fatal = yes
&final = yes
email=email
__END__
What could be the problem? I have tried using an absolute path in my
catalog.cfg but i get the same error.
Any ideas?
Thanks,
Mike K
Interchange 4.8.3, perl 5.6.1 w/ Bundle::Interchange installed.