Read Cart Items with JOINS

This commit is contained in:
UronShrestha
2024-07-05 12:40:14 +05:45
parent 080094d2dd
commit 71944f3245
7 changed files with 117 additions and 118 deletions

View File

@ -2329,12 +2329,20 @@ ol {
}
.shopping__cart__table table tbody tr td.product__cart__item {
width: 400px;
width: 300px;
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic {
float: left;
margin-right: 30px;
/* height: 260px; */
/* float: left;
margin-right: 30px;
height: 260px;
width: 100%;
object-fit: contain;
object-position: center; */
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text {