diff --git a/myorders.php b/myorders.php index 6d6658c..8d06d63 100644 --- a/myorders.php +++ b/myorders.php @@ -53,7 +53,7 @@ include "header.php";

#'.$product_id.'

'.$product_title.'

-

'.$qty.' x ₹ '.$product_price.'

+

'.$qty.' x $; '.$product_price.'

Delivered

@@ -61,7 +61,7 @@ include "header.php";

'.$qty.'

-

₹ '.$product_price.'

+

'.$product_price.' $

@@ -83,12 +83,12 @@ include "header.php";
@@ -104,7 +104,7 @@ include "header.php";

#'.$product_id.'

'.$product_title.'

-

'.$qty.' x ₹ '.$product_price.'

+

'.$qty.' x $ '.$product_price.'

Shipping

@@ -112,7 +112,7 @@ include "header.php";

'.$qty.'

-

₹ '.$product_price.'

+

'.$product_price.' $

@@ -132,12 +132,12 @@ include "header.php";