29 lines
1.0 KiB
HTML
29 lines
1.0 KiB
HTML
{if $whats_new_block}
|
|
<!-- whats_new -->
|
|
<div class="mb-60">
|
|
<h4>{$block_heading_whats_new}</h4>
|
|
|
|
<div class="text-center">
|
|
<a href="{product_link products_id=$random_product.products_id}">
|
|
{product_image dir=small image=$random_product.products_image alt=$random_product.products_name}
|
|
</a>
|
|
</div>
|
|
<div class="text-center">
|
|
<a href="{product_link products_id=$random_product.products_id}">{$random_product.products_name|truncate:18:"":true|close_tags}</a>
|
|
</div>
|
|
|
|
{if $myUser.show_price eq 1 }
|
|
<div class="text-center">
|
|
{if (!empty($whats_new_special_price))}
|
|
<s>{$whats_new_product_price}</s><br>
|
|
<span class="special_price">{$whats_new_product_special_price}</span>
|
|
{else}
|
|
{$whats_new_product_price}
|
|
{/if}
|
|
{if $random_product.products_base_price != 1}<br>{$random_product.products_product_quantity}{$products_units[$random_product.products_units_id]} <span class="base_price">({$whats_new_base_product_price}/{$products_units[$random_product.products_base_unit]})</span>{/if}
|
|
|
|
</div>
|
|
{/if}
|
|
</div>
|
|
<!-- /whats_new -->
|
|
{/if} |