update
This commit is contained in:
@@ -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'),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user