|
|
@@ -1846,7 +1846,7 @@
|
|
|
|
|
|
if ([Singleton sharedInstance].npd_shop_price_type == 0) {
|
|
|
|
|
|
- UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"Warning" message:@"Current Price Type is Delivery Price,You Can't Change it" preferredStyle:UIAlertControllerStyleAlert];
|
|
|
+ UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"Warning" message:[NSString stringWithFormat:@"Current Price Type is %@,You Can't Change it",[Singleton sharedInstance].deliveryString] preferredStyle:UIAlertControllerStyleAlert];
|
|
|
|
|
|
UIAlertAction *action = [UIAlertAction actionWithTitle:@"OK" style:UIAlertActionStyleCancel handler:^(UIAlertAction * _Nonnull action) {
|
|
|
[alert dismissViewControllerAnimated:YES completion:nil];
|