-{if $manufacturers}
- {if $text_list}
+{if $blockmanufacturer_manufacturers}
+ {if $blockmanufacturer_text_list}
- {foreach from=$manufacturers item=manufacturer name=manufacturer_list}
- {if $smarty.foreach.manufacturer_list.iteration <= $text_list_nb}
+ {foreach from=$blockmanufacturer_manufacturers item=manufacturer name=manufacturer_list}
+ {if $smarty.foreach.manufacturer_list.iteration <= $blockmanufacturer_text_list_nb}
- {$manufacturer.name|escape:'htmlall':'UTF-8'}
{/if}
{/foreach}
{/if}
- {if $form_list}
+ {if $blockmanufacturer_form_list}
{if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}
{l s='On sale!'}
{elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}
{l s='Reduced price!'}{/if}
@@ -58,7 +58,7 @@
{l s='View'}
{if isset($comparator_max_item) && $comparator_max_item}
- {/if}
+ {/if}