add custom product details page layout and update docker-compose service configuration

This commit is contained in:
Alaguraj0361 2026-04-09 10:19:06 +05:30
parent f20c554391
commit fdd9d4b7f7

View File

@ -16,7 +16,8 @@
#product_details > h1:not(.display-5), #product_details > h1:not(.display-5),
#product_details .product_price, #product_details .product_price,
#product_details .js_product > p, #product_details .js_product > p,
.o_wsale_reassurance { .o_wsale_reassurance,
#o_product_terms_and_share {
display: none !important; display: none !important;
} }
</style> </style>
@ -37,12 +38,7 @@
<h1 itemprop="name" t-field="product.name" class="display-5 fw-bold mb-3 text-dark"/> <h1 itemprop="name" t-field="product.name" class="display-5 fw-bold mb-3 text-dark"/>
<div class="product-meta d-flex align-items-center mb-4"> <div class="product-meta d-flex align-items-center mb-4">
<div class="rating text-warning me-3"> <span class="text-success fw-bold small">In Stock</span>
<i class="fa fa-star"/><i class="fa fa-star"/><i class="fa fa-star"/><i class="fa fa-star"/><i class="fa fa-star-o"/>
<span class="text-muted ms-2 small">(25 Reviews)</span>
</div>
<span class="text-muted small">|</span>
<span class="ms-3 text-success fw-bold small">In Stock</span>
</div> </div>
<div class="product-price mb-4"> <div class="product-price mb-4">