This commit is contained in:
2026-04-02 09:57:53 +02:00
parent be3965e2b8
commit a69616e8ce
216 changed files with 1557 additions and 69 deletions

Binary file not shown.

View File

@@ -27,5 +27,4 @@
{block name='product_list_header'}
<h1>{l s='List of products by brand %brand_name%' sprintf=['%brand_name%' => $manufacturer.name] d='Shop.Theme.Catalog'}</h1>
<div id="manufacturer-short_description">{$manufacturer.short_description nofilter}</div>
<div id="manufacturer-description">{$manufacturer.description nofilter}</div>
{/block}