Georgex1 Posted June 14, 2010 Share Posted June 14, 2010 Zdravím,potřeboval bych upravit tento kód pro filtrování výrobců {if $filter_manufacturer} <form id="manufacturersForm" action="{$request}" method="get"> <input type="hidden" name="n" value="{$n}" /> <input type="hidden" name="orderby" value="{$orderby}" /> <input type="hidden" name="orderway" value="{$orderway}" /> {l s='Manufacturer'}: {foreach from=$filter_manufacturer item=manufacturer name=manufacturers} <input type="checkbox" id="manufacturer_{$manufacturer.id_manufacturer}" name="manufacturer[]" value="{$manufacturer.id_manufacturer}" {if $smarty.get.manufacturer|is_array && $manufacturer.id_manufacturer|in_array:$smarty.get.manufacturer }checked="checked"{/if}> {$manufacturer.name} {/foreach} {*<input class="submit" type="submit" id="filterManufacturers" value="{l s='filter'}" />*} </form> {/if} Při větším počtu výrobců se deformují zobrazení filtru výrobců viz. obrázek.Vím že se formátování dělá , ale zkoušel jsem něco jako size, width ... ale nic, nahrazením zase je každý na řádku samostatně na začátkuDíky za každou radu Link to comment Share on other sites More sharing options...
JanaP Posted June 14, 2010 Share Posted June 14, 2010 Ja by som skusil nieco taketo: ... {l s='Manufacturer'}: {foreach from=$filter_manufacturer item=manufacturer name=manufacturers} ... V css subore nastavit pre class span_manu pevnu sirku (sirka span id="title" / 6 - pocet vyrobcov na riadok) .span_manu {width: ... } Link to comment Share on other sites More sharing options...
JanaP Posted June 15, 2010 Share Posted June 15, 2010 predchozi tip asi nefungoval , takze este doplnit do stylu display a float .span_manu {display:block; float:left; width: ... } treba nechat rezervu v sirke span pre najdlhsi nazov vyrobcu Link to comment Share on other sites More sharing options...
Georgex1 Posted January 25, 2011 Author Share Posted January 25, 2011 tak jsem to udělal následovně - > </pre> <table width="100%"> <input type="checkbox" id="manufacturer_{$manufacturer.id_manufacturer}" name="manufacturer[]" value="{$manufacturer.id_manufacturer}" {if $smarty.get.manufacturer|is_array && $manufacturer.id_manufacturer|in_array:$smarty.get.manufacturer }checked="checked"{/if} <label for="manufacturer_{$manufacturer.id_manufacturer}">{$manufacturer.name} </t Link to comment Share on other sites More sharing options...
Hatex Posted January 29, 2011 Share Posted January 29, 2011 Řešil jste někdo u tohoto filtru problém se stránkováním ? v případě, že se vyfiltruju dané produkty, tak mi dole zůstane stejný počet stránek jako před filtrací. Víte jak by to šlo vyřešit ? Aby to stránkovalo jen filtrované výrobce ?Děkuji Link to comment Share on other sites More sharing options...
Georgex1 Posted January 29, 2011 Author Share Posted January 29, 2011 zde http://www.prestashop.com/forums/viewthread/88540/hlavn_diskuze/filtr_vrobc__nefiltruje_vyeeno 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