Page MenuHomeIn-Portal Phabricator

recent_products.elm.tpl
No OneTemporary

File Metadata

Created
Fri, Feb 7, 7:27 PM

recent_products.elm.tpl

<inp2:p_InitList list_name="recent_products" types="recent" parent_cat_id="any" recursive="true" per_page="short_list" except="in_cart" />
<inp2:m_Capture to_var="header">
<a href="<inp2:m_Link template="in-commerce/products/recent_products" m_cat_id="0" m_cat_page="1" />"><inp2:m_phrase name="lu_title_RecentlyViewedProducts"/></a> (<inp2:p_TotalRecords list_name="recent_products"/>)
</inp2:m_Capture>
<inp2:m_include template="in-commerce/elements/products.elm"/>
<table>
<inp2:p_ListProducts list_name="recent_products" render_as="product_short_element" columns="1" requery="0"/>
</table>
<inp2:m_DefineElement name="more_link">
<a href="<inp2:m_Link template="in-commerce/products/recent_products" />"><inp2:m_Phrase label="lu_More"/>...</a><br />
</inp2:m_DefineElement>
<inp2:p_MoreLink list_name="recent_products" render_as="more_link" />
<br />
<form method="post" action="<inp2:m_FormAction />">
<input class="button" type="submit" name="events[p][OnClearRecent]" value="<inp2:m_Phrase label="lu_btn_Clear" no_editing="1"/>"/>
</form>

Event Timeline