Read Cart Items with JOINS
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user