decode longdesc for manufacturer list page
This commit is contained in:
parent
b8a6e7e0e2
commit
ca0770824d
@ -32,6 +32,11 @@ class ManufacturerInfoList extends ManufacturerInfoList_parent
|
|||||||
{
|
{
|
||||||
parent::_addCategoryFields($oManufacturer);
|
parent::_addCategoryFields($oManufacturer);
|
||||||
|
|
||||||
$oManufacturer->oxcategories__oxlongdesc = new Field($oManufacturer->getFieldData(Constants::D3_OXMANUFACTURERS_LONGDESC_FIELDNAME), Field::T_RAW);
|
$oManufacturer->oxcategories__oxlongdesc = new Field(
|
||||||
|
html_entity_decode(
|
||||||
|
$oManufacturer->getFieldData(Constants::D3_OXMANUFACTURERS_LONGDESC_FIELDNAME) ?? ''
|
||||||
|
),
|
||||||
|
Field::T_RAW
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user