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:
2025-06-10 00:33:01 +02:00
parent c26eb99b18
commit 271a674f6a
8 changed files with 68 additions and 46 deletions

View File

@@ -68,8 +68,8 @@ let PdProductAttributesList = {
step: 1,
decimals: 0,
verticalbuttons: true,
verticaldownclass: 'fa fa-angle-down touchspin-down bootstrap-touchspin-down material-icons touchspin-down',
verticalupclass: 'fa fa-angle-up touchspin-up bootstrap-touchspin-up material-icons touchspin-up',
verticaldownclass: 'fa fa-minus touchspin-down bootstrap-touchspin-down material-icons touchspin-down',
verticalupclass: 'fa fa-plus touchspin-up bootstrap-touchspin-up material-icons touchspin-up',
buttondown_class: 'btn btn-touchspin js-touchspin ',
buttonup_class: 'btn btn-touchspin js-touchspin '
});
@@ -80,8 +80,8 @@ let PdProductAttributesList = {
step: 1,
decimals: 0,
verticalbuttons: true,
verticaldownclass: 'fa fa-angle-down touchspin-down bootstrap-touchspin-down material-icons touchspin-down',
verticalupclass: 'fa fa-angle-up touchspin-up bootstrap-touchspin-up material-icons touchspin-up',
verticaldownclass: 'fa fa-minus touchspin-down bootstrap-touchspin-down material-icons touchspin-down',
verticalupclass: 'fa fa-plus touchspin-up bootstrap-touchspin-up material-icons touchspin-up',
buttondown_class: 'btn btn-touchspin js-touchspin ',
buttonup_class: 'btn btn-touchspin js-touchspin '
});