Page MenuHomeIn-Portal Phabricator

products_recent.tpl
No OneTemporary

File Metadata

Created
Sun, Mar 9, 4:46 PM

products_recent.tpl

<inp2:p_InitList list_name="list_recent" types="recent" parent_cat_id="any" recursive="true" per_page="short_list" except="in_cart" />
<table class="block">
<tr>
<td class="block-header"><inp2:m_Phrase label="lu_comm_RecentlyViewed"/></td>
</tr>
<tr>
<td class="block-data-big">
<table>
<inp2:m_DefineElement name="recent_product">
<td>
<a href="<inp2:ProductLink template="__default__"/>"><strong><inp2:Field field="Name" /></strong></a><br />
<inp2:Field field="DescriptionExcerpt" first_chars="70" /><br />
<span class="price"><strong><inp2:Field name="Price" currency="selected" /></strong></span><br />
<br />
</td>
</inp2:m_DefineElement>
<inp2:p_ListProducts list_name="list_recent" render_as="recent_product" columns="1" />
</table>
<inp2:m_DefineElement name="more_link">
<a href="<inp2:m_Link template="in-commerce/store/recent" />"><inp2:m_Phrase label="lu_comm_MoreLink"/>...</a><br />
</inp2:m_DefineElement>
<inp2:p_MoreLink list_name="list_recent" render_as="more_link" />
<img src="img/s.gif" alt="" width="5" height="10" border="0" /><br />
<form method="post" action="<inp2:m_FormAction />">
<input class="button" type="submit" name="events[p][OnClearRecent]" value="<inp2:m_Phrase label="lu_comm_Clear" no_editing="1"/>"/>
</form>
</td>
</tr>
</table>

Event Timeline