Page MenuHomeIn-Portal Phabricator

checkout_steps.elm.tpl
No OneTemporary

File Metadata

Created
Mon, Mar 10, 8:28 AM

checkout_steps.elm.tpl

<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_CheckoutSteps"/>
</inp2:m_Capture>
<table border="0" cellspacing="0" cellpadding="0" class="block">
<tr>
<td class="block-data">
<inp2:m_DefineElement name="passed_checkout_step">
<inp2:m_param name="number"/>. <a href="<inp2:m_param name="template_link"/>"><inp2:m_param name="title"/></a><br/>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="current_checkout_step">
<span class="nav-bar-current" style="color:red"><inp2:m_param name="number"/>. <inp2:m_param name="title"/></span><br/>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="checkout_step">
<inp2:m_param name="number"/>. <inp2:m_param name="title"/><br/>
</inp2:m_DefineElement>
<inp2:m_if check="ord_OrderHasTangibleItems">
<inp2:ord_CheckoutSteps render_as="checkout_step" passed_step_render_as="passed_checkout_step"
current_step_render_as="current_checkout_step"
steps="lu_ShoppingCart,lu_comm_ShippingInfo,lu_comm_BillingInfo,lu_comm_OrderPreview,lu_comm_Confirmation"
templates="in-commerce/checkout/shop_cart,
in-commerce/checkout/shipping,
in-commerce/checkout/billing,
in-commerce/checkout/preview,
in-commerce/checkout/confirmation" />
<inp2:m_else/>
<inp2:ord_CheckoutSteps render_as="checkout_step" passed_step_render_as="passed_checkout_step"
current_step_render_as="current_checkout_step"
steps="lu_ShoppingCart,lu_comm_BillingInfo,lu_comm_OrderPreview,lu_comm_Confirmation"
templates="in-commerce/checkout/shop_cart,
in-commerce/checkout/billing,
in-commerce/checkout/preview,
in-commerce/checkout/confirmation" />
</inp2:m_if>
</td>
</tr>
</table>

Event Timeline