Page MenuHomeIn-Portal Phabricator

recently_viewed.elm.tpl
No OneTemporary

File Metadata

Created
Sun, Aug 31, 8:07 PM

recently_viewed.elm.tpl

<inp2:m_Cache key="prefix:p;currency;guest_only">
<inp2:p_InitList list_name="pick_products" types="pick" parent_cat_id="0" recursive="1" per_page="short_list"/>
<div class="block no-border-bottom">
<h2><em>Our Favorites</em><span class="pick"></span></h2>
<inp2:m_DefineElement name="pick_product_element">
<dt><a href="<inp2:ProductLink template='__default__'/>"><inp2:Field field="Name" html_escape="1"/></a></dt>
<dd>
<p class="img"><a href="<inp2:ProductLink template='__default__'/>"><inp2:Image render_as="image_element" Primary="1" Thumbnail="1" DefaultImage="img/no_picture.gif" MaxWidth="136" MaxHeight="136"/></a></p>
<p class="price"><inp2:Field name="Price" currency="selected"/>$759.<span>95</span></p>
<p><a href="<inp2:AddToCartLink template='checkout/cart' product_template='__default__'/>" class="addtocart"><span>Add to Cart</span></a></p>
</dd>
</inp2:m_DefineElement>
<div class="good-item border-radius-bottom">
<dl>
<inp2:p_ListProducts list_name="pick_products" render_as="pick_product_element" no_table="1"/>
</dl>
</div>
</div>
</inp2:m_Cache>

Event Timeline