diff --git a/themes/nurgul/pages/seller/order.htm b/themes/nurgul/pages/seller/order.htm
index bc5bf51..70d6c67 100755
--- a/themes/nurgul/pages/seller/order.htm
+++ b/themes/nurgul/pages/seller/order.htm
@@ -32,8 +32,8 @@ function onStart() {
{{'order.customer.title'|_}}:
-
- {{'order.phone.title'|_}}:
+
+
@@ -41,9 +41,9 @@ function onStart() {
{{'order.status.title'|_}}
-
- {{'order.address'|_}}
-
+
+
+
{{'grand.total.title'|_}}
diff --git a/themes/nurgul/partials/sellerApi/getOrder.htm b/themes/nurgul/partials/sellerApi/getOrder.htm
index 95e4e57..85a1c8b 100755
--- a/themes/nurgul/partials/sellerApi/getOrder.htm
+++ b/themes/nurgul/partials/sellerApi/getOrder.htm
@@ -57,9 +57,9 @@
$('#order_total').html(order.grand_total + " TMT");
$('#order_customer').html(order.order.customer_first_name);
$('#order_no').html("#Sargyt "+order.order.id);
- $('#order_phone').html(order.order.customer.phone);
+ // $('#order_phone').html(order.order.customer.phone);
$('#order_date').html(formatDate(order.created_at));
- $('#order_address').html(order.order.shipping_address[0].address1);
+ // $('#order_address').html(order.order.shipping_address[0].address1);
for (var item of orderItems) {