I have the same problem. At custom field label on "Hide" and the label is always displayed. In components/com_phocacart/views/item/tmpl/default.php behind line 929 should be added:
if (!empty($field->value)) {
if ($field->params->get('showlabel')) {
$tabO.='
.$this->s['c']['col.xs12.sm4.md4'] .' ph-cf-title">';
$tabO.=isset($field->title) ? $field->title : '';
$tabO.='
';
}
if (!empty($field->value)) {
if ($field->params->get('showlabel')) {
$tabO.='
.$this->s['c']['col.xs12.sm4.md4'] .' ph-cf-title">';
$tabO.=isset($field->title) ? $field->title : '';
$tabO.='
';
}
Statistics: Posted by adm — 23 May 2024, 14:34