This commit is contained in:
2025-03-21 20:24:43 +01:00
parent 224398df90
commit f34c9162d4
12427 changed files with 5329941 additions and 373384 deletions

View File

@@ -38,7 +38,7 @@ class Ps_Brandlist extends Module implements WidgetInterface
{
$this->name = 'ps_brandlist';
$this->tab = 'front_office_features';
$this->version = '1.0.2';
$this->version = '1.0.3';
$this->author = 'PrestaShop';
$this->need_instance = 0;
@@ -51,7 +51,7 @@ class Ps_Brandlist extends Module implements WidgetInterface
'Modules.Brandlist.Admin'
);
$this->description = $this->trans(
'Displays a block listing product brands.',
'Display your brands on your catalog and allow your visitors to filter their search by brand.',
array(),
'Modules.Brandlist.Admin'
);
@@ -303,7 +303,7 @@ class Ps_Brandlist extends Module implements WidgetInterface
'page_link' => $this->context->link->getPageLink('manufacturer'),
'text_list_nb' => Configuration::get('BRAND_DISPLAY_TEXT_NB'),
'brand_display_type' => Configuration::get('BRAND_DISPLAY_TYPE'),
'display_link_brand' => Configuration::get('PS_DISPLAY_SUPPLIERS'),
'display_link_brand' => Configuration::get('PS_DISPLAY_MANUFACTURERS'),
);
}
}