Page MenuHomeIn-Portal Phabricator

recently_viewed.elm.tpl
No OneTemporary

File Metadata

Created
Sat, Oct 11, 4:12 AM

recently_viewed.elm.tpl

<inp2:m_Cache key="prefix:p;currency;guest_only">
<inp2:p_InitList list_name="recent_products" types="recent" parent_cat_id="any" 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/product_no_picture.png" MaxWidth="136" MaxHeight="136"/></a></p>
<p class="price"><inp2:Field name="Price" currency="selected" decimal_tag="span"/></p>
<p>
<a href="<inp2:AddToCartLink template='elements/ajax/cart_bubble' product_template='__default__'/>" class="addtocart" rel="nofollow">
<inp2:m_if check="Field" name="HasRequiredOptions" db="db">
<span>Click to See</span>
<inp2:m_else/>
<span>Add to Cart</span>
</inp2:m_if>
</a>
</p>
</dd>
</inp2:m_DefineElement>
<div class="good-item border-radius-bottom">
<dl>
<inp2:p_ListProducts list_name="recent_products" render_as="pick_product_element" no_table="1"/>
</dl>
</div>
</div>
</inp2:m_Cache>

Event Timeline