Tady je kod pro Prestu 1.4.x včetně odkazu, který vyfiltruje řadu produktů od daného výrobce
Zobrazení s obrazkem:
<a href="{$base_dir}manufacturer.php?id_manufacturer={$product->id_manufacturer}" title="{$manufacturer.name|escape:'htmlall':'UTF-8'}"> <img src="{$img_manu_dir}{$product->manufacturer.image|escape:'htmlall':'UTF-8'}{$product->id_manufacturer}-medium.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /><br /> {$product->manufacturer_name|escape:'htmlall':'UTF-8'} </a>
Zobrazeni v radku bez obrazku pouze jako odkaz:
<p id="product_manufacturer" {if isset($groups) OR !$product->id_manufacturer}style="display: none;"{/if}><label for="product_manufacturer">{l s='Producer :'} </label><a href="{$base_dir}manufacturer.php?id_manufacturer={$product->id_manufacturer}"><span class="editable"><strong>{$product->manufacturer_name|escape:'htmlall':'UTF-8'}</a></strong></span></p>
Byl článek užitečný? Dejte Like:)