[shopping cart] show items, editable qty and show amount for that item

This commit is contained in:
Anand Doshi
2013-06-19 17:19:20 +05:30
parent 3dceb8438e
commit c2a352711f
14 changed files with 232 additions and 61 deletions

View File

@@ -117,3 +117,13 @@ a {
margin-top: -10px;
margin-left: -10px;
}
.hidden-sm-inline {
display: none;
}
@media (min-width: 768px) {
.hidden-sm-inline {
display: inline;
}
}