-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyshop_chunk.html
18 lines (18 loc) · 1.66 KB
/
myshop_chunk.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class="featured-blocks-titles"><h2><img src="<{$smarty.const.MYSHOP_IMAGES_URL}>box.png" alt="" border="0" /><{$title}></h2></div>
<table border="0" class="myshop_productindex">
<{foreach item=product from=$products}>
<tr >
<td class="myshop_productthumb"><{if $product.product_thumb_url}><a href="<{$product.product_url_rewrited}>" title="<{$product.product_href_title}>"><img src="<{$product.product_thumb_full_url}>" alt="<{$product.product_href_title}>" border="0" /></a><{/if}></td>
<td class="myshop_productssummary">
<table width="100%" cellspacing="0">
<tr>
<td class="page-curl_01">
<div class="myshop_producttitle"><{$product.product_recommended_picture}><a href="<{$product.product_url_rewrited}>" title="<{$product.product_href_title}>"><{$product.product_title}></a></div><div class="myshop_productauthor"><{if $product.product_joined_manufacturers != ''}><img src="<{$smarty.const.MYSHOP_IMAGES_URL}>manufacturers.png" alt="" border="0" /><{$smarty.const._MYSHOP_BY}> <{$product.product_joined_manufacturers}><{/if}></div>
<{if $mod_pref.use_price}><div class="myshop_productprice"><br /><{if $product.product_stock > 0 }><{$smarty.const._MYSHOP_PRICE}> <a href="<{$smarty.const.MYSHOP_URL}>caddy.php?op=addproduct&product_id=<{$product.product_id}>" title="<{$smarty.const._MYSHOP_ADD_TO_CART}>"><{if $product.product_discount_price_ttc != ''}><s><{$product.product_price_ttc}></s> <{$product.product_discount_price_ttc}><{else}><{$product.product_price_ttc}><{/if}> <img src="<{$smarty.const.MYSHOP_IMAGES_URL}>cartadd.png" alt="" border="0" /></a><{else}><{$mod_pref.nostock_msg}><{/if}></div><{/if}>
</td>
</tr>
</table>
</td>
</tr>
<{/foreach}>
</table>