simberak Posted March 1, 2012 Share Posted March 1, 2012 Ahoj, upravil jsem si blockbestsellers.tpl aby se zobrazoval následovně: Jméno produktu Obrázek Cena ----------------- Jméno produktu Obrázek Cena ----------------- Jméno produktu Obrázek Cena ----------------- Celkem to vypisuje 5 produktů. Akorát u druhého a třetího produktu to ukazuje cenu 1 Kč a nevím vůbec proč to dělá. Je to stejný kód jako mám v newproducts (akorát přepsané fráze tak, aby to sedělo na bestsellers)... Zde je kód: <!-- MODULE Block best sellers --> <div id="best-sellers_block_right" class="block productbests_block"> <h4><a href="{$link->getPageLink('best-sales.php')}">{l s='Top sellers' mod='blockbestsellers'}</a></h4> <div class="block_content"> {if $best_sellers|@count > 0} {foreach from=$best_sellers item=productbest name=myLoop} <div style="text-align:center; width: 100%;border-bottom: 1px dashed #0087CC; margin-bottom: 7px; padding-bottom: 10px; color: black; font-weight:bold;" class="noveprodukty"> <a href="{$productbest.link}" title="{$productbest.name|escape:htmlall:'UTF-8'}" class="title" style="color: black; text-shadow: white 1px 1px 1px; font-size:12px; font-weight:bold;">{$productbest.name|strip_tags|escape:htmlall:'UTF-8'}<br /><img src="{$link->getImageLink($productbest.link_rewrite, $productbest.id_image, 'home')}" alt="{$productbest.legend|escape:htmlall:'UTF-8'}" style="border: 1px solid #ffdfea; margin: 5px 0px 0px 0px" /></a> <br /> {if !$priceDisplay || $priceDisplay == 2} {convertPrice price=$productbest.price}{if $priceDisplay == 2} {l s='+Tx' mod='blockbestsellers'}{/if} {/if} {if $priceDisplay} {convertPrice price=$productbest.price_tax_exc}{if $priceDisplay == 2} {l s='-Tx' mod='blockbestsellers'}{/if} {/if} </div> {/foreach} <div><a href="{$link->getPageLink('best-sales.php')}" title="{l s='All best sellers' mod='blockbestsellers'}" class="button_large">{l s='All best sellers' mod='blockbestsellers'}</a></div> {else} {l s='No best sellers at this time' mod='blockbestsellers'} {/if} </div> </div> <!-- /MODULE Block best sellers --> Omlouvám se za přímé stylování, až bude vše funkční, tak to hodim do externích stylů .) Kdyby se někomu takovéto zobrazení bloku líbilo, tak si kód klidně vemte Akorát teď nefungují ty ceny... Děkuji za rady 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