Add new features to cmsproducts module and update version to 1.6.5

- Implement methods for returning customer gallery by product and category
- Update blog template for improved formatting and readability
- Add new exception log for January 2025 and remove outdated log from September 2024
- Introduce CSS styles for blog detail layout
This commit is contained in:
2025-01-17 23:19:12 +01:00
parent 3bdbd78c2f
commit eb59c949ff
13 changed files with 1723 additions and 436 deletions

View File

@@ -5565,4 +5565,16 @@ body {
.inscription {
display: none !important;
}
}
.blog-detail {
.products {
display: flex;
gap: 20px;
flex-wrap: wrap;
article.product-miniature {
max-width: 300px;
}
}
}