Refactor product detail layout and styles
- Adjusted column sizes in the product detail template for better responsiveness. - Updated CSS to hide the short ID tab and modify margins for product attributes list. - Commented out conditional blocks for product customization and additional info to streamline the template.
This commit is contained in:
@@ -449,7 +449,7 @@ class PdProductAttributesList extends Module
|
||||
$return[$r['id_product_attribute']]['id_product'] = $id_product;
|
||||
$return[$r['id_product_attribute']]['id_product_attribute'] = $r['id_product_attribute'];
|
||||
$return[$r['id_product_attribute']]['attribute_name'] .= rtrim(Tools::ucfirst($r['group_name']).': '.Tools::ucfirst($r['attribute_name']).', ', ',');
|
||||
$return[$r['id_product_attribute']]['attribute_name_html'] .= $r['group_name'].': <b>'.$r['attribute_name'].'</b><br />';
|
||||
$return[$r['id_product_attribute']]['attribute_name_html'] .= '<b>'.$r['attribute_name'].'</b><br />';
|
||||
$return[$r['id_product_attribute']]['reference'] = $r['reference'] ? $r['reference'] : '';
|
||||
$return[$r['id_product_attribute']]['ean13'] = $r['ean13'] ? $r['ean13'] : '';
|
||||
$return[$r['id_product_attribute']]['mpn'] = $r['mpn'] ? $r['mpn'] : '';
|
||||
|
||||
Reference in New Issue
Block a user