[ic] Profile looping problem...

interchange-users@icdevgroup.org interchange-users@icdevgroup.org
Fri Dec 6 12:14:00 2002


When someone attempts to "place order" it appears just to reload the same
screen.

The error message in the error log is:

Order profile credit_card not found

Credit cards are the only payment method we accept over the web site, and
the profiles.order is saved in the etc folder.  Below are snippits from
the related files.

I'm really in need of help here, I dont even know anywhere else to look,
and after the trouble that the isp gave us restoreing the catalog.cfg file
the site has been down for 3 days now, and I need to get it back up ASAP.

Thank you very much.
David

-----------------------------------------------------
checkout.html
-----------------------------------------------------
blah, blah, blah

[if !value payment_method]
      [or value payment_method eq credit]
      [then]

      <input type=hidden name=mv_order_profile value=credit_card>

blah, blah, blah
-----------------------------------------------------





-----------------------------------------------------
profiles.order
-----------------------------------------------------
__NAME__                            credit_card
fname=required
lname=required

blah, blah, blah...

__END__
-----------------------------------------------------


-----------------------------------------------------
catalog.cfg
-----------------------------------------------------
blah, blah, blah...

OrderCounter    etc/order.number
OrderLineLimit  200
OrderProfile    etc/profiles.order etc/profiles.login etc/profiles.misc

blah, blah, blah...
-----------------------------------------------------