Edit Addorder.js and Shop name

This commit is contained in:
San Wai Lwin
2018-04-06 18:16:20 +06:30
parent 30da4f37b3
commit 460ed991af
5 changed files with 12 additions and 9 deletions

View File

@@ -409,11 +409,7 @@ $(function() {
+'</div>'
$(".selected-set-list").append(set);
}else{
<<<<<<< HEAD
swal("Alert !", 'Maximum Qty is ' + max_qty + " items", "warning");
=======
swal("Alert !", 'Maximum Select is ' + max_qty + " items", "warning");
>>>>>>> 8217b7c2f27f5b38b27425929d01b789da0583fd
}
// }
$('#set_unit_price').text(price);

View File

@@ -105,7 +105,7 @@
/* Shop Name in Login Page */
.current-shop-name{
color : #FFFFFF;
font-size: 25px;
font-size: 21px;
font-weight: bold;
margin : 0 0 25px 0;
margin : 0 0 20px 0;
}