[ic] Checkout Process

Peter peter at pajamian.dhs.org
Sat Aug 15 11:13:31 UTC 2009


On 08/14/2009 09:09 AM, graham.hadgraft at gmail.com wrote:
> I am having a real problem with a site i am developing. I cannot seem to
> get the order process working, users can fill in there credit card
> details on checkout.html, when they click on the submit button it doesnt
> go anywhere it just goes back to checkout.html. I dont get any errors in
> the logs, i have added some of my own logging which seems to suggest
> that it does not go thourgh the credit_card profile or the log_transaction.
> 
> These are the hidden form fields as set in my page.
> 
> <form action="[process secure=1]" method="POST" name="checkout_form"
> id="checkout_form">
> <input type=hidden NAME=mv_session_id value="[data session id]">
> <input type=hidden NAME=mv_doit value=refresh>
> <input type=hidden NAME=mv_nextpage value="ord/checkout">
> <input type=hidden name=mv_check value="Save_database">
> <input type=hidden name=mv_click id=mv_click value="">
> <input type=hidden name=mv_todo id=mv_todo value="">
> <input type="hidden" name="mv_order_profile" id="mv_order_profile"
> value="credit_card" />
> <input type=hidden name=mv_click value="check_form">
> 
> javascript changes mv_todo to submit later.
> 
> These all seem fairly standard i can confirm that the check_form
> function is working correctly and completes, my understanding is that
> next it will check the order profile, although this does not seem to
> happen as i have added the same logging messages in my profiles.order in
> the etc folder and this does not get added to the log.
> 
> Am i missing a stage here what would be run between these two steps that
> would cause it to fail.
> 
> Any suggestions are greatly appreciated

You have mv_click twice, the first one is blank.  Try removing (or
commenting out) the first one.


Peter




More information about the interchange-users mailing list