Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Imported From: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/a49e33e1594c47d3#

The order preview template contains the chunk:

                        <form method="POST"
action="<inp2:ord_GetFormAction/>">
                                <inp2:ord_GetFormHiddenFields
return_template="in-commerce/checkout/checkout_success"

cancel_template="in-commerce/checkout/billing" />
                                <inp2:m_if
check="ord_NeedsPlaceButton">
                                        <input type="submit"
value="<inp2:m_Phrase label="lu_order_CompleteOrder" />"
class="button">
                                </inp2:m_if>
                        </form>

I'm assuming that the submit will be redirected to either
return_template or cancel_template but neither is happening.

  • No labels