tympi Posted February 1, 2012 Share Posted February 1, 2012 Всем привет!!! Помоите пожайлуста розобратся, установил модуль Случайные популярные товары на главной (v1.0.1), и появилась проблема, а имено криво и некрасиво стало выглядить. Как убрать текст (короткое описание товара), чтоб отображалось только названия товара, картинка. , как ето было в стандартном модуле Случайные популярные товары на главной??? Чтоб было так Link to comment Share on other sites More sharing options...
Coffin Posted February 1, 2012 Share Posted February 1, 2012 в файле tpl надо убрать ту часть, которая отвечает за краткое описание. 1 Link to comment Share on other sites More sharing options...
tympi Posted February 2, 2012 Author Share Posted February 2, 2012 в файле tpl надо убрать ту часть, которая отвечает за краткое описание. Ну ето понятно, только какую часть убрать, может кто подскажет!!!!! <!-- MODULE Home Featured Products --> <div id="featured-products_block_center" class="block products_block"> <h4>{l s='Featured products' mod='homefeaturez'}</h4> {if isset($products) AND $products} <div class="block_content"> {assign var='liHeight' value=342} {assign var='nbItemsPerLine' value=4} {assign var='nbLi' value=$products|@count} {assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil} {assign var='ulHeight' value=$nbLines*$liHeight} <ul style="height:{$ulHeight}px;"> {foreach from=$products item=product name=homefeaturezProducts} <li class="ajax_block_product {if $smarty.foreach.homefeaturezProducts.first}first_item{elseif $smarty.foreach.homefeaturezProducts.last}last_item{else}item{/if} {if $smarty.foreach.homefeaturezProducts.iteration%$nbItemsPerLine == 0}last_item_of_line{elseif $smarty.foreach.homefeaturezProducts.iteration%$nbItemsPerLine == 1}clear{/if} {if $smarty.foreach.homefeaturezProducts.iteration > ($smarty.foreach.homefeaturezProducts.total - ($smarty.foreach.homefeaturezProducts.total % $nbItemsPerLine))}last_line{/if}"> <h5><a href="{$product.link}" title="{$product.name|truncate:32:'...'|escape:'htmlall':'UTF-8'}">{$product.name|truncate:27:'...'|escape:'htmlall':'UTF-8'}</a></h5> <p class="product_desc"><a href="{$product.link}" title="{l s='More' mod='homefeaturez'}">{$product.description_short|strip_tags|truncate:130:'...'}</a></p> <a href="{$product.link}" title="{$product.name|escape:html:'UTF-8'}" class="product_image"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.name|escape:html:'UTF-8'}" /></a> <div> <p class="price_container"><span class="price">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span></p> <a class="button" href="{$product.link}" title="{l s='View' mod='homefeaturez'}">{l s='View' mod='homefeaturez'}</a> {if ($product.quantity > 0 OR $product.allow_oosp) AND $product.customizable != 2} <a class="exclusive ajax_add_to_cart_button" rel="ajax_id_product_{$product.id_product}" href="{$base_dir}cart.php?qty=1&id_product={$product.id_product}&token={$static_token}&add" title="{l s='Add to cart' mod='homefeaturez'}">{l s='Add to cart' mod='homefeaturez'}</a> {else} <span class="exclusive">{l s='Add to cart' mod='homefeaturez'}</span> {/if} </div> </li> {/foreach} </ul> </div> {else} <p>{l s='No featured products' mod='homefeaturez'}</p> {/if} </div> <!-- /MODULE Home Featured Products --> Link to comment Share on other sites More sharing options...
Coffin Posted February 2, 2012 Share Posted February 2, 2012 Вот эту попробуй убрать. <p class="product_desc"><a href="{$product.link}" title="{l s='More' mod='homefeaturez'}">{$product.description_short|strip_tags|truncate:130:'...'}</a></p> 1 Link to comment Share on other sites More sharing options...
tympi Posted February 3, 2012 Author Share Posted February 3, 2012 Вот эту попробуй убрать. <p class="product_desc"><a href="{$product.link}" title="{l s='More' mod='homefeaturez'}">{$product.description_short|strip_tags|truncate:130:'...'}</a></p> Увы но не помогло!!! Link to comment Share on other sites More sharing options...
Coffin Posted February 3, 2012 Share Posted February 3, 2012 Увы но не помогло!!! Кэш сбрасывал ? 1 Link to comment Share on other sites More sharing options...
tympi Posted February 3, 2012 Author Share Posted February 3, 2012 Coffin - Большое Вам спасибо, помогло. Вот хотел ещо спросить, текст (названия позиций) выравнуется по правому краю, а я хотел бы чтоб по центру (так будет красивее), не подкажите как ето сделать!! Link to comment Share on other sites More sharing options...
Coffin Posted February 3, 2012 Share Posted February 3, 2012 Надо стили смотреть. Так не скажешь. Дайте ссылку на сайт, посмотрю. Можно в личку, если не хотите для всеобщего обозрения выставлять Link to comment Share on other sites More sharing options...
tympi Posted February 3, 2012 Author Share Posted February 3, 2012 Надо стили смотреть. Так не скажешь. Дайте ссылку на сайт, посмотрю. Можно в личку, если не хотите для всеобщего обозрения выставлять http://book-market.com.ua Link to comment Share on other sites More sharing options...
Coffin Posted February 3, 2012 Share Posted February 3, 2012 global.css 960 строка примерно Ищем что-то вроде #center_column div.products_block h5 { display: block; margin-top: 8px; height: 2.57em; } надо добавить text-align: center; Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now