// change h4, h5
This commit is contained in:
@@ -16,10 +16,15 @@
|
||||
margin-left: 10px;
|
||||
width: 130px;
|
||||
}
|
||||
#viewed-products_block_left li .text_desc h5 {
|
||||
#viewed-products_block_left li .text_desc #s_title {
|
||||
padding:0 0 5px 0;
|
||||
font-size:12px;
|
||||
color:#333;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#viewed-products_block_left li .text_desc #s_title a{
|
||||
color:#333;
|
||||
}
|
||||
#viewed-products_block_left li .text_desc p,
|
||||
#viewed-products_block_left li .text_desc p a {
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
<!-- Block Viewed products -->
|
||||
<div id="viewed-products_block_left" class="block products_block">
|
||||
<h4>{l s='Viewed products' mod='blockviewed'}</h4>
|
||||
<p id="title">{l s='Viewed products' mod='blockviewed'}</p>
|
||||
<div class="block_content">
|
||||
<ul class="products clearfix">
|
||||
{foreach from=$productsViewedObj item=viewedProduct name=myLoop}
|
||||
@@ -34,7 +34,7 @@
|
||||
<img src="{if isset($viewedProduct->id_image) && $viewedProduct->id_image}{$link->getImageLink($viewedProduct->link_rewrite, $viewedProduct->cover, 'medium_default')}{else}{$img_prod_dir}{$lang_iso}-default-medium_default.jpg{/if}" height="{$mediumSize.height}" width="{$mediumSize.width}" alt="{$viewedProduct->legend|escape:html:'UTF-8'}" />
|
||||
</a>
|
||||
<div class="text_desc">
|
||||
<h5><a href="{$viewedProduct->product_link}" title="{l s='More about' mod='blockviewed'} {$viewedProduct->name|escape:html:'UTF-8'}">{$viewedProduct->name|truncate:14:'...'|escape:html:'UTF-8'}</a></h5>
|
||||
<p id="s_title"><a href="{$viewedProduct->product_link}" title="{l s='More about' mod='blockviewed'} {$viewedProduct->name|escape:html:'UTF-8'}">{$viewedProduct->name|truncate:14:'...'|escape:html:'UTF-8'}</a></p>
|
||||
<p><a href="{$viewedProduct->product_link}" title="{l s='More about' mod='blockviewed'} {$viewedProduct->name|escape:html:'UTF-8'}">{$viewedProduct->description_short|strip_tags:'UTF-8'|truncate:44}</a></p>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<module>
|
||||
<name>blockviewed</name>
|
||||
<displayName><![CDATA[Viewed products block]]></displayName>
|
||||
<displayName><![CDATA[Bloc produits déjà vus]]></displayName>
|
||||
<version><![CDATA[0.9]]></version>
|
||||
<description><![CDATA[Adds a block displaying last-viewed products.]]></description>
|
||||
<description><![CDATA[Ajoute un bloc proposant les derniers produits vus par le client.]]></description>
|
||||
<author><![CDATA[PrestaShop]]></author>
|
||||
<tab><![CDATA[front_office_features]]></tab>
|
||||
<is_configurable>1</is_configurable>
|
||||
|
||||
Reference in New Issue
Block a user